[Biopython] rsync download of biopython problems
Peter
biopython at maubp.freeserve.co.uk
Tue Dec 15 10:37:55 UTC 2009
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