Han The Man wrote:
> I have 0.27 on Linux running http with the latest Apache version.
>
> My problem is, I can do a "svn list" just fine, but I cannot svn commit.
> The client says that the server "actively refused the connection."
>
> Is this a security issue?
>
> I have done a "chmod -R 777 /myrepos" to grant full permission on the
> file level (I think)
>
> Also, I have added this to the config file:
>
> <Directory "/myrepos/*">
> Order allow, deny
> Allow from all
> </Directory>
>
> <Location /svn>
> DAV svn
> SVNParentPath /myrepos
> </Location>
>
> Any clues what might be wrong?
Not without seeing the actual error message. Please send us a
transcript of your attempt to do the commit.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 20 16:43:34 2003