|
SvnTransition
The transition to google code seems to have worked fine for those who have tried it. A general comment seems to be that it is a bit slower than our own Nordita svn, and that the commit messages arrive a bit later than before, but this is probably acceptable. How to change your existing svn repositoryIf you have already checked out the code under Nordita's svn, you can just change the settings, e.g. like find . -name "entries" -exec sed -i 's=https://brandenb@svn.nordita.org:/svn/pencil-code=https://AxelBrandenburg@pencil-code.googlecode.com/svn=' '{}' \;Here brandenb has to be replaced by your previous nordita-svn name, and AxelBrandenburg has to be replaced by your google gmail name. Alternatively (usually only if you never used Nordita's svn before), you can do a fresh checkout, via svn checkout https://pencil-code.googlecode.com/svn/trunk/ pencil-code --username AxelBrandenburg where AxelBrandenburg has to be replaced by your google gmail name. Note for Mac's users: the correct syntax is the following for the above sed replacement find . -name "entries" -exec sed -i '' 's=https://brandenb@svn.nordita.org:/svn/pencil-code=https://AxelBrandenburg@pencil-code.googlecode.com/svn=' '{}' \;No Google account yetGive you google email account to one of the project owner, who can add you as a member. When you have an account, go to your user profile and then to settings to get a special password that you use for svn. E-mail notification for subversion commits and the issue trackerSign up to the mailing lists http://groups.google.com/group/pencil-code-commits and http://groups.google.com/group/pencil-code-issues. Want to discuss the Pencil CodeSign up to the mailing list http://groups.google.com/group/pencil-code-discuss. This replaces the previous pencil-code discuss mailing list. Problems with SVN?Visit http://svnbook.red-bean.com/en/1.0/apa.html if you have problems with svn. Given your cvs background, it is easy to forget about things like svn resolved. Another important command would be svn revert chemistry.f90 if you deleted it by accident. More tipsUnlike CVS, the $Id$ tag is not automatically expanded. If the file's name is README, for example, one needs to say explicitly svn propset svn:keywords 'Id' READMEto get the $Id$ keyword expanded. |
Sign in to add a comment