Sunday, May 18, 2008

SVN Authorization Setup - Windows

1. Install Tortoise SVN
2. Create repository directory e.g c:\MyProject
3. Right click on C:\MyProject -> Select Tortoise SVN -> create new repository

That will create default files to enable SVN repository

4. Go to C:\MyProject\conf\ and open svnserve.conf file and uncomment following lines

auth-access = write
password-db = passwd
realm = My First Repository

5. Go to C:\MyProject\conf\ and open passwd file and add users

e.g.
[users]
user1 = user1pwd
user2 = user2pwd

No comments: