I have a subversion working copy checked out into the directory my-project/.
I check out with svn checkout URL
I want to find URL after having checked out. Is there a command I can run in that working copy directory to find out who it is checked out as?
I want to use the command-line SVN client, not a GUI program specific to any OS.
If it is possible, I would like to get the original checkout-command. But if this is not possible, I would like to get the URL.
May be you says about
svn info?This command is shows your URL, working copy path, revision number and etc.