[Tips] How to view svn Information svn repository on client

0
25

You have many SVN repository Folder, you forget what is Repository Root, Repository UUID
You wanna to know last changed author, last changed revision, schedule, relative URL, etc ….

How to view svn Information svn repository on client

You can access and view all above information with svn info command same as the below picture.

How to view svn Information svn repository on client

Note: before use this command, you must install TortoiseSVN first then you can use svn info command

Using svn info command, you can see all information which you want 🙂

The following is a basic set of commands. That is especially helpful.
svn add
svn delete
svn checkout
svn update
svn diff
svn move
svn status
svn commit

Ref: http://www.linuxfromscratch.org/blfs/edguide/chapter03.html