I want to controls which IP addresses can connect to a subversion repository (svnserve) on a windows box.

Is it possible to configure svnserve itself to do this? If not what would be the easiest way to achieve this?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

I am not sure about svnserve, but firewall will do the job.

link|improve this answer
2  
svnserve doesn't have builtin configuration to handle this, so I would recommend using a firewall for this task. (The other option is using apache for the repository hosting, which has configuration settings for these tasks) – Bert Huijben Dec 3 '09 at 16:30
Cheers, I just wanted to make sure that there was not some built in functionality I was missing somehow – Willbill Dec 3 '09 at 17:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.