Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've set up subversion source control sytem and I created a "test" repository.

After proper configuration I can access the "test" repository from a windows pc with tortoisesvn client by using the url http://myservername/svn/test

When I access the above web address through firefox I can see all the files of the test repository.

So how can I restrict the access of the test repository when someone attempts to access it using a web browser?

share|improve this question
Where's the difference? If everyone can access the files using an SVN client, then why not allow people to use HTTP too? That said, if SVN access is restricted but HTTP is not, can't you just use .htaccess? (More info for example at forum.synology.com/wiki/index.php/…) – sebastian_k Aug 6 '11 at 3:43
This question appears to be abandoned, if you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, please flag the question explaining that. I am flagging this for closure. Regards, – Ringtail Mar 13 '12 at 15:17

closed as not a real question by Bruno Pereira Mar 13 '12 at 20:02

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.