[Bioperl-announce-l] BioPerl has moved to GitHub

Dave Messina David.Messina at sbc.su.se
Fri May 14 11:16:49 UTC 2010


[For those who may not have seen it, I'm copying this official announcement from the OBF News blog. Here's the link: http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/  - Dave]


BioPerl has moved to GitHub


May 14, 2010 – 12:18 am by Chris Fields

BioPerl has migrated to git and GitHub!  We have also set up a mirror set of several key repositories at the great public git hosting site repo.or.cz.

If you are a current BioPerl developer (had a previous account for direct access to our prior Subversion repository), please sign up for a GitHub account and let us know your user ID.  Also, add the extra email  (where ‘DEVNAME’ is your original Subversion account ID).  This should map any previous commits from the older Subversion and CVS repository to your new GitHub account.

The following are ways everyone can download the latest code.

Using git
Note you can replace ‘bioperl-live.git’ with any of the repository names (bioperl-db, bioperl-run, etc).  For BioPerl developers (GitHub collaborators) you have a choice of SSH or HTTP:

  git clone git at github.com:bioperl/bioperl-live.git
  git clone https://bioperl@github.com/bioperl/bioperl-live.git
The open read-only link (for everyone):

  git clone git://github.com/bioperl/bioperl-live.git
or using the mirror site:

  git clone git://repo.or.cz/bioperl-live.git
Using SVN (read-only)
We will also support read-only access to GitHub with Subversion.  We may allow write support at some later point.  To use svn:

  svn checkout http://svn.github.com/schacon/simplegit.git
Direct downloads
Tagged releases can be found here:

http://github.com/bioperl/bioperl-live/downloads

The latest source code here:

http://github.com/bioperl/bioperl-live/archives/master

Forking BioPerl and Pull Requests
We intend on using git and GitHub to their fullest.  With that in mind, we encourage users to forkBioPerl code, make changes, commit them to your forked repository, and submit pull requests.

Documentation
We’re also in the process of updating our local developer documents for help with those who haven’t used git before.  In particular, we have a Using Git page, and have added RSS feeds for our repository commits.

Enjoy!

chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.open-bio.org/pipermail/bioperl-announce-l/attachments/20100514/fdb3dc93/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: generic.jpg
Type: image/jpeg
Size: 60935 bytes
Desc: not available
URL: <http://lists.open-bio.org/pipermail/bioperl-announce-l/attachments/20100514/fdb3dc93/attachment-0002.jpg>


More information about the Bioperl-announce-l mailing list