We\'re experimenting with Subversion as a possible replacement of our current Starteam 2005 SCM, (so our SVN knowledge is limited at the moment :-)).
I\'ve been experime
The answers from Cédric and fsonmezay are right ; also, if you're on Windows, you can simply right-click a file or directory, select "Properties" and then go to the Subversion tab. There's the full URL of where that file resides on your repo, so it's very easy to tell from which branch it comes from (e.g. https://my.company.com/svn/branches/somebranch/...).
This is the information you'd get from using svn info
from the command line.