You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Franklin, Matthew B." <mf...@mitre.org> on 2012/03/26 19:08:22 UTC

SVN Move

The Rave SVN location has been moved to its new location at
http(s)://svn.apache.org/repos/asf/rave.  All current working copies will
need to be switched to the new location using the following command
(executed from the working copy directory):

   svn switch http(s)://svn.apache.org/repos/asf/rave/<subpath> ./

Where <subpath> represents the path underneath rave where the working copy
is pointed.  For instance, to switch to the non-commmitter trunk, you
would execute the following command from the working copy directory:

   svn switch http://svn.apache.org/repos/asf/rave/trunk ./

To double check that the switch was successful execute:

   svn info

Verify that the URL is what you expected.

-Matt