$ 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
$