When creating the repository in the post on how to do SVN\Tortoise\AnkhSVN the default repository was created but did not create the correct file type. I used the following command to create it
svnadmin create --fs-type fsfs C:\Repository
As per
C:\Repository
Have changed
C:\Repository\conf\svnserve.conf
Uncommented
[general]
anon-access = read
auth-access = write
password-db = passwd
C:\Repository\conf\passwd
[users]
Added a user in the format
username = password
No comments:
Post a Comment