Mr.DevEng
Mr.DevEng

Reputation: 2421

Physical location of codes on SVN repository

I installed TortoiseSVN and VisualSVN server for implementing version control in my project. I successfully implemented installation on Server A and Successfully using repository project on workstation A including SVN commands(checkout , update , edit conflicts etc..).

Here my problem is that, I am releasing the code from Server A. So in repository folder I am not finding the actual repository version code location. Actually in server where actually the repository code resides?

Upvotes: 0

Views: 230

Answers (1)

bahrep
bahrep

Reputation: 30662

The server hosts your SVN repositories. Most likely, they are in C:\Repositories. Read the VisualSVN Server Getting Started guide.

Upvotes: 1

Related Questions