Daniel Kahn Gillmor dkg@fifthhorseman.net writes:
On 03/28/2011 04:15 AM, Niels Möller wrote:
I think I'd like to keep the possibility of doing cvs import more than once.
Meaning you want to update the cvs tree concurrently with the git repo?
Not in the longer term, but maybe during a transition period. But I guess it's not essential.
I ran something like this:
cvs -d :pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh \ co -d nettle lsh/nettle cd nettle git cvsimport
It all ended up on the "origin" branch then? (I'm still not familiar with git conventions).
I ended up with no extra branches, though. Just a handful of tags. What sort of branches do you want to end up with?
There are a few branches, in the lsh tree I think there's lsh_1_2_BRANCH, lsh_1_4_2_BRANCH, lsh_2_0_4_BRANCH, experimental_BRANCH_20050201. I branched and tagged the complete tree at the time, but appearantly that was before the move from lsh/src/nettle to lsh/nettle, so there are no tags in the current nettle subdirectory.
Regards, /Niels