On 4/13/2010 3:27 PM, Disc Magnet wrote:
I did that. I ran these two commands.

chgrp -R www-data myrepository
chown -R 770 myrepository

Now, I get this error:

$ svn commit -m "Updating"
svn: Commit failed (details follow):
svn: Could not open the requested SVN filesystem

Please help.

Probably your http server isn't pointing to the correct path.
Check your Location in the httpd.conf

i.e.,

<Location /repos>
SVNPath /home/magnet/myrepository
</Location>


--
"Dingo" Dave Bartmess
Broomfield, CO. USA
http://edingo.net


Reply via email to