Tagged Questions
1
vote
1answer
42 views
Binding a particular IP to a port in apache2
In How to set-up a online SVN server on my laptop I asked to give access to my SVN server installed on my laptop to some of my friends siting in another part of country.I set-up a SVN server.I was ...
2
votes
1answer
42 views
How to set-up a online SVN server on my laptop
I had created a local SVN server on my laptop running Ubuntu 12.04 and its working perfectly fine. Now I want to make my laptop as server for some valid users who can access my SVN server though ...
0
votes
2answers
69 views
Problem accessing an Apache-hosted folder
I'm running Centos 6.2, and Apache. I'm running into an error to do with access rights/permissions when trying to navigate to a webpage. I'm trying to go to the URL http://localhost/repos, but I get ...
1
vote
2answers
304 views
How to make apr available for subversion install?
I try to install subversion from source, but on ./configure receive:
configure: error: no suitable apr found
I have download apr source and installed:
libraries have been installed in:
...
-2
votes
1answer
202 views
How to find the htpasswd file created for SVN over Apache?
I setup subversion with remote access over apache. I created an htpasswd file for it, but now I've forgotten the filename and path. How can I find it?
2
votes
1answer
325 views
Subversion on Ubuntu server - setup issues
I have followed a guide for setting up a Subversion server and I cannot seem to access any repositories that I have created and imported from a Windows based SVN repository.
In the past, I installed ...
3
votes
1answer
379 views
Setting SVN permissions with davsvnauthz
There seems to be a path inheritance issue which is boggling me over access restrictions.
For instance, if I grant rw access one group/user, and wish to restrict it some /../../secret to none, it ...