📅 2015-Feb-23 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ subversion ⬩ 📚 Archive
svn info
is the Subversion command to get information about a working copy and the server repository it is checked out from. This can be useful if you have forgotten how you got this working copy or what username was used to do that.
Here is what I get with my SVN:
$ cd
$ cd foobar/src
$ svn info
Path: .
Working Copy Root Path: /home/joe/foobar
URL: svn://svn.bigcorp.com/svn/foobar/src
Relative URL: ^/src
Repository Root: svn://svn.bigcorp.com/svn/foobar
Repository UUID: 601fc6f8-eb90-12e3-bfce-23534615057b
Revision: 24
Node Kind: directory
Schedule: normal
Last Changed Author: joe
Last Changed Rev: 24
Last Changed Date: 2014-08-01 14:07:14 +0800 (Fri, 01 Aug 2014)
Tried with: Subversion 1.8.8 and Ubuntu 14.04