i have a project in my SVN :), thats been active for some time.
How ever, i only want people in my company to have acces to check out.
It’s not using apache, plain svn+ssh.
Right now only my users can do a commit, i uncommented the line in conf/svnserve.conf:
password-db = passwd
and i wrote a list of users and passwords in the conf/passwd file
It works for commit, since it asks for user and password when a user commits.
I need it to do the same for a check out.
I hope i was able to explain such a simple problem y such a complicated way ja!
Thank you very much.
http://svnbook.red-bean.com/en/1.0/ch06s03.html
Add this line to your svnserv.conf
anon-access = none
If you want people to authenticate to checkout.