Ady B
Ady B

Reputation: 1

Backing up Tortoise SVN files

Hi Thank you for the responses

I'm new to this

I am trying to find out, where is the physical path of the SVN repository is on my Window Server so that I am able to back the files up.

Does someone know where they could be stored and the best way of backing them up.

Thank you

Upvotes: 0

Views: 275

Answers (2)

Wim Coenen
Wim Coenen

Reputation: 66703

Committed files are stored in a SVN repository. Typically repositories are managed (and backed up) by the IT guys somewhere on a server on your network. However, you can also create repositories on your local file system if you want.

To discover the location of your repository, right-click on a folder in your working copy and open the TortoiseSVN repository browser. At the top of the repository browser is a URL. The start of this URL is also repeated in the treeview on the left: this should point at the location of your repository. If it is a file: URL, then your repository is probably stored on your local filesystem somewhere. If it is a svn: or http: URL, then most likely the repository is on another server.

alt text

Upvotes: 2

Doc Brown
Doc Brown

Reputation: 20044

On Windows: run the repo browser and look at the URL on top of the window.

Upvotes: 0

Related Questions