I have a domain. And I have a dedicated windows server. It has svn installed and I created a svn repository. How do I setup usernames and passwords to access it. And how do I access it remotely without having to go through remote desktop? My repository is located remotely on my server at c:\svn
I have a domain. And I have a dedicated windows server. It has svn
Share
I’m not exactly sure how you have structure up the directory in your svn server but the file path use to look something like this.
svn\repository\projectname\conf
in this folder you will find a file named passwd open it in a text editor and input the username you want to your svn like this.
username = password
About the remote access it should be ready from the beginning. Using the hierarchy i showed before the link should looks like this.
svn://domain.topdomain/projectname