[Biopython] rsync download of biopython problems

Kevin Lam aboulia at gmail.com
Tue Dec 15 11:39:35 UTC 2009


Hi Peter,
git works fine for me!
ok lemme explain how i got there..

from http://www.biopython.org/wiki/CVS
i followed this link http://cvs.biopython.org/
which redirected me to http://www.open-bio.org/wiki/SourceCode

i was on a fresh install system of CentOS so rsync was avail so i used that.

Cheers
Kevin

On Tue, Dec 15, 2009 at 6:37 PM, Peter <biopython at maubp.freeserve.co.uk>wrote:

> On Tue, Dec 15, 2009 at 6:01 AM, Kevin Lam <aboulia at gmail.com> wrote:
> > Hi
> > I just tried downloading biopython via rsync
> >
> >  rsync -av code.open-bio.org::cvsbiopython .
> >
> > But all the files were appended with a ",v" why did that happen? (i.e.
> see
> > below)
> > Attic  Bio  BioSQL  CONTRIB,v  DEPRECATED,v  Doc  Experimental  LICENSE,v
> > MANIFEST.in,v  Martel  NEWS,v  README,v  Scripts  setup.py,v  Tests
>
> CVS likes to add ",v" to files - if you wanted to download them
> from the public CVS server (code.open-bio.org) you would have
> had to use the CVS command line tool.
>
> However, we don't use CVS anymore, we use git. See:
> http://www.biopython.org/wiki/SourceCode
>
> If you really want to use rsync you *might* be able to point it
> at http://biopython.org/SRC/biopython/
>
> Peter
>
> P.S. Why did you try downloading with rsync from the code.open-bio.org?
> Is there something confusing in our documentation we can fix? Thanks!
>



More information about the Biopython mailing list