From: Niraj D. <ni...@nc...> - 2013-02-13 09:34:45
|
Hello all, This message is for anyone who uses the MOOSE subversion repository to stay updated with the latest MOOSE code. Due to a software upgrade at SourceForge.net, the subversion URLs have changed. Here is how to shift to the new URL: 1) Checkout a new working copy (read/write) using the following command: svn co --username=XXXXX svn+ssh://XX...@sv.../p/moose/code/moose/branches/buildQ Replace XXXXX with your username. This also seems to work if you skip the first "--username" argument. 2) If all you need is a readonly checkout: svn checkout svn://svn.code.sf.net/p/moose/code/moose/branches/buildQ (Note: One can usually use the 'svn switch' command to re-base your working copy to a new URL, but since the protocol has changed from HTTP to SVN, this does not seem to work.) Best, MOOSE dev team |