3

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+

3 Answers 3

6

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

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

3

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

Comments

1

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).

2 Comments

Yes you are right. But I wonder that can I get this directory's repository folder?
You are not supposed to access it directly - only via SVN commands. Otherwise you can corrupt it and then you are toast :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.