version control - How can I find the name/location of an SVN repository? -


i have number of files under version control svn, , i'm trying switch git. however, has been long time since made repository, , have forgotten url.

is there way url of subversion repository associated given file?

do like:

svn info <file> 

run on given checked out file repository. should give more information file status , repository url.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -