Question

I have this file structured svn directory and file: enter image description here

When I try to see repo browser:

enter image description here

Tortoise can easly find the url of this folder: enter image description here

I wonder that how tortoise got the url of the folder where I clicked to see in Repo Browser?

Edit:

Tortoise SVN 1.8+
Was it helpful?

Solution

I just ran c:\DirectoryOfMyProjectWhicHasHiddenSvnFolder>svn info Result:

enter image description here

OTHER TIPS

In .SVN folder ws.db file which contain all the information, It's in Sqlite format.

You can open it using any SQLite tool. I have used Sqlite firefox plugin.

Goto table Repository and read 'ROOT'.

enter image description here

That information is stored in your working copy in .svn folder (for SVN 1.6 there is .svn folder in every folder of your working copy; for SVN 1.7 it's only at the top level).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top