Problem connecting to svn
I'm trying to connect to a svn server where I have some documents. The problem is that I'm getting the next error:
"Could not open the requested SVN filesystem"
What's happening? I'm using Tortoise SVN but I get that error in the browser too...
What can it be?
I don't know if this could affect but, I'm trying to connect throught a virtual SO (using virtualbox). I'm telling this because in my main SO (not virtual) I can connect succesfully to the svn, but wit开发者_JAVA百科h virtual box don't.
Thanks!
I have experienced this error before and it turned out that the user account I'm using doesn't have the appropriate privilege to access the folder in the server where Subversion stores its files. You need to make sure that the user account that you're using has read/write access to the actual Subversion server.
This is a problem with the apache config and the file system. Check the apache error log and the SVNPath
or SVNParentPath
settings in the apache conf.
grep -r SVNPa /etc/httpd
That's the typical location of the config files for RHEL/CentOS/Fedora. Could also be in /etc/apache2
精彩评论