I can’t figure it out. I am trying to import a new project into the svn repository from Netbeans and get 403 Forbidden. I just installed svn on my server. I can get to it through the browser just fine, although its empty since I haven't imported my project yet.
Apache path for html files - / var / www I install svn repo in / var / svn
This is the structure / var / svn
[ root@localhost svn]
I have httpd.conf to download svn.conf which contains:
<Location /svn> DAV on DAV svn #SVNParentPath /var/svn SVNPath /var/svn/repo Authtype Basic AuthName "Subversion" AuthUserFile /var/svn/repo/svnpass Require valid-user AuthzSVNAccessFile /var/svn/repo/svnauth </Location>
Full error message:
org.tigris.subversion.javahl.ClientException: RA layer request failed Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request for '/svn/!svn/bln/0'
/ var / svn / repo / svnauth:
[ root@localhost /]# cat /var/svn/repo/svnauth [/] user = rw
Sorry for the incredibly long post, but I thought more information would be better than less. I have been waiting for this problem for a long time.
linux svn
Bocochoco
source share