[Biopython-dev] history on github - where are the tags?

Peter biopython at maubp.freeserve.co.uk
Tue Apr 21 16:58:23 UTC 2009


On Tue, Apr 21, 2009 at 5:29 PM, Peter <biopython at maubp.freeserve.co.uk> wrote:
>
> There is another option, redo the import using git cvsimport.  This
> has the downside that we lose all the network history currently in
> github, but its only going to affect a couple of people and that was
> always a possibility.
>
> I've just done this twice, firstly over the network (just over an
> hour, probably a bad idea in terms of wasting the OBF bandwidth).
> Then I succeeded in doing it locally (under 15 minutes) on my Mac
> after logging into dev.open-bio.org and fetching a zipped up copy of
> the CVS files.  The hard bit was working out how to get the CVSROOT
> directory setup:
>
> cvs -d $PWD/biopython_cvs init
> cd biopython_cvs
> unzip ../../Biopython-CVS-2009-04-21.zip
> cd ..
> time nice -n 10 git cvsimport -v -k -d
> /Users/pjcock/repositories/bp_cvs_local_to_git/biopython_cvs  -C
> biopython_git biopython
>
> Both conversion appear to give the same result.  Using GitX the
> history how shows the tags as I expect them to appear (nice yellow
> markers on the main branch), and the tag side branches have gone:
>

I've pushed this to github as
http://github.com/peterjc/biopython-cvs-import/tree/master

$ cd biopython_git
$ git remote add origin git at github.com:peterjc/biopython-cvs-import.git
$ git push origin master
$ git push origin master --tags

This won't be automatically updated, so please don't fork it!

Peter




More information about the Biopython-dev mailing list