|
From: Patrick H. <pa...@pr...> - 2009-11-13 23:32:31
|
The VR Juggler Subversion repository is now hosted on Google Code. This is a new repository, and that means that you cannot move an existing checkout over to it using 'svn switch'. If you have local changes in a repository, I suggest using 'svn diff' to create a patch file, checking out from the new repository, and then applying your patch. Something like this would get the job done: cd /path/to/juggler/root svn diff > ../old-repos.patch cd .. svn co http://vrjuggler.googlecode.com/svn/... juggler-new cd juggler-new patch -p0 < ../old-repos.patch For more information on the new repository, see these pages: https://developer.vrjuggler.org/wiki/BuildingFromSvn http://code.google.com/p/vrjuggler/source/checkout Getting subscriptions to this list moved over to the new Google Groups list is about halfway complete. At the moment, Google is not allowing me to add more subscribers, but I expect to be able to complete the list transition sometime this weekend. You should be receiving notifications about being subscribed to the new list, and then you will get a notification about being unsubscribed from this list. -Patrick -- Patrick L. Hartling Senior Software Engineer, Priority 5 http://www.priority5.com/ The information transmitted in this communication is intended only for the person or entity to which it is addressed and contains proprietary material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please destroy any copies, contact the sender and delete the material from any computer. |