You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Jeremy Hughes <hu...@apache.org> on 2011/01/04 16:22:18 UTC

using Aries source from its new location in svn

Several people have asked me directly how to start using the new SVN source
location using their existing working copies. So, in case you haven't
already switched to using the new SVN location here's some info on how to do
it:

The source has moved from:

https://svn.apache.org/repos/asf/incubator/aries

to

https://svn.apache.org/repos/asf/aries

To switch your working copies over you'll need to use svn switch to ensure
your working copies are pointing to the right SVN URLs. But you might like
to svn update your working copy to the revision before the move. To do this,
in the root directory of the working copy, do: svn update -r 1054531

To switch to the new location, do: svn info ... then take the URL from the
output and remove the 'incubator/' and use that in your svn switch command.
Note: you don't usually have the entire aries/ tree checked out, just the
trunk or one of the branches, or the site, so for example switching a
working copy of the trunk (in the root dir of the working copy) would be:

svn switch https://svn.apache.org/repos/asf/aries/trunk

HTH,
Jeremy