CVS repository access
Our code is now a part of the
GMOD SourceForge project. Specifically, we are in the subdirectory
ajax of the
Generic-Genome-Browser module.
Check out for developers
export CVS_RSH=ssh
To check out the
whole thing (includes complete GBrowse, etc.):
cvs -z3 -d :ext:YOUR_SF_LOGIN@gmod.cvs.sourceforge.net:/cvsroot/gmod co -P Generic-Genome-Browser
To check out
AJAX subdir only (includes client and server code), e.g. to the local directory
ajax-gbrowse:
cvs -z3 -d :ext:YOUR_SF_LOGIN@gmod.cvs.sourceforge.net:/cvsroot/gmod co -d ajax-gbrowse -P Generic-Genome-Browser/ajax
(contact
MitchSkinner,
AndrewUzilov or
IanHolmes if you are interested in becoming a developer)
Anonymous check out
cvs -d:pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod login
(hit enter when prompted for password)
cvs -z3 -d:pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod co -P Generic-Genome-Browser
SVN has been discontinued
If you want older versions, from back in the day when we used our local SVN server for development, you can get it thusly...
developers:
svn co svn+ssh://cvs.biowiki.org/usr/local/svn/TiledImage
anonymous:
svn co svn://cvs.biowiki.org/TiledImage
Really not sure why you'd want this though (IH)
--
AndrewUzilov - 02 Nov 2006

Copyright © 2008-2013 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback