The main source code repository for OpenMM has been moved to GitHub. You can now find it at https://github.com/SimTk/openmm. We hope this will make it a lot easier for more people to collaborate with us and contribute to the OpenMM code.
The SVN repository still exists for the moment, but no new code is being checked in to it, and we'll probably remove it soon.
Peter
Source repository moved to GitHub
- Mark Williamson
- Posts: 31
- Joined: Tue Feb 10, 2009 5:06 pm
Re: Source repository moved to GitHub
This is an incredibly useful, positive and forward thinking move; thank you.
Should one still use the bug reporter here at Simtk or use Github's for any future issues? Also, can you tag the various releases of the code on Github (i.e. I think 5.1 is there, but I'm not sure which commit it is); this would be quite useful in preparing features against specific versions.
Thanks,
Mark
Should one still use the bug reporter here at Simtk or use Github's for any future issues? Also, can you tag the various releases of the code on Github (i.e. I think 5.1 is there, but I'm not sure which commit it is); this would be quite useful in preparing features against specific versions.
Thanks,
Mark
- Peter Eastman
- Posts: 2611
- Joined: Thu Aug 09, 2007 1:25 pm
Re: Source repository moved to GitHub
Hi Mark,
Keep using the bug reporter here. The SVN repository contained tags for past releases, but I'm not sure how those got converted when it was imported into Git. Yutong, can you shed light on that?
Peter
Keep using the bug reporter here. The SVN repository contained tags for past releases, but I'm not sure how those got converted when it was imported into Git. Yutong, can you shed light on that?
Peter
- Yutong Zhao
- Posts: 6
- Joined: Wed Apr 18, 2012 11:40 am
Re: Source repository moved to GitHub
Hi Peter and Mark,
When I moved the svn repo into github, to avoid transferring literally everything in the root of /svn/openmm, I instead copied over /svn/openmm/trunk/ - which contained all of the pertinent information in that folder. The tags folder IIRC was in /svn/openmm/tags which wasn't copied over. But it shouldn't be hard for us to find the hashtags that correspond to a given revision and make a tag ourselves.
Yutong
When I moved the svn repo into github, to avoid transferring literally everything in the root of /svn/openmm, I instead copied over /svn/openmm/trunk/ - which contained all of the pertinent information in that folder. The tags folder IIRC was in /svn/openmm/tags which wasn't copied over. But it shouldn't be hard for us to find the hashtags that correspond to a given revision and make a tag ourselves.
Yutong