Re: Questions about git-fast-import for cvs2svn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sean <seanlkml@xxxxxxxxxxxx> writes:

> Will take a stab at answering your questions...
>
>> 1. Is it a problem to create blobs that are never referenced?  The
>> easiest point to create blobs is when the RCS files are originally
>> parsed, but later we discard some CVS revisions, meaning that the
>> corresponding blobs would never be needed.  Would this be a problem?
>
> Not a problem.  Running "git gc" later will cleanup any unused objects.
>
>> 2. It appears that author/committer require an email address.  How
>> important is a valid email address here?
>
> It's not necessary for the operation of Git itself; it's up to you to
> decide how important the information is to your project.  You should
> be able to set an empty email address for author or committer in
> git fast-import as "name <>".

Don't do this; git-cvsimport and git-svn uses "name <name>"
which is a saner compromise.  This way, you can add .mailmap to
help later "git shortlog" to map using "<name>" part to more
human friendly name.  Mapping at conversion time would also be
good and git-cvsimport knows about it (I do not know about
git-svn).

>>    b. CVS tag/branch creation events do not even include a username.
>> Any suggestions for what to use here?
>
> Perhaps just use your own username or one specifically created to
> run the conversion process.

I'd suggest to take the person and time information from the
commit that is tagged; that way you can keep the conversion
stable (iow, two conversoin runs using the same input data would
produce identical result).

In git we do not record "branch creation event".  Also you can
use lightweight tags which does not have its own data -- which
means you do not have to come up with "the person who made the
tag".

>> 3. I expect we should set 'committer' to the value determined from CVS
>> and leave 'author' unused.  But I suppose another possibility would be
>> to set the 'committer' to 'cvs2svn' and the 'author' to the original CVS
>> author.  Which one makes sense?

I would set both to "name <name>" from CVS information.


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux