March 09
Prof. Ismael H. F. Santos                                                                               2
Details: switch
nSwitch a working copy to a branch
$ svn info | grep Url:
Url: http://svn.example.com/repos/test/trunk
$ svn switch http://svn.example.com/repos/project/branches/issue-10
U  ./file2
Updated to revision 18.
$ svn info | grep Url:
Url: http://svn.example.com/repos/test/branches/issue-10
$