You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Udo Schnurpfeil <ud...@schnurpfeil.de> on 2016/04/26 11:05:58 UTC

Switching Subversion trunk to Tobago 3.0.x

Hi,

today the Subversion trunk has been moved to branches/tobago-2.0.x and
the branches/tobago-3.0.x has been moved to trunk.

To migrate an already checked out project, please check at first your
current location like:

svn info | grep "Repository Root"

The result shows you whether you are using http or https

To switch from the old trunk to the 2.0.x branch use:

svn switch
https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x/

To switch from the old 3.0.x branch to the new trunk use:

svn switch https://svn.apache.org/repos/asf/myfaces/tobago/trunk/


Regards,

Udo