hoi :)
On Sun, Jun 03, 2007 at 02:56:36AM -0400, Elvis Pranskevichus wrote:
Fix this by calling git-tag instead. This also has a nice side effect of
not creating the tag object but only the lightweight tag as that's the only
thing CVS has anyways.
but lightweight tags are not fetched by default.
And only leaving them in the repository that actually did the cvsimport
makes them much less valuable.
+
+ system("git-tag $xtag $cid") == 0
I suggest adding something like -m "import label from CVS".
--
Martin Waitz