Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I find my SVN source?

Tags:

svn

I currently have an svn respository checked out to my local machine. How do I find the source URL that my changes are being checked into? (The URL of the actual repository).

Running Linux Ubuntu 11.10.

Thanks

like image 215
Dirk Avatar asked Jan 16 '12 13:01

Dirk


1 Answers

svn info should print the URL.

See svn info.

like image 57
hmjd Avatar answered Oct 13 '22 10:10

hmjd