[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Unable to checkout files: Can't open file: Permission denied

From: David Bartmess <dingodave_at_edingo.net>
Date: Tue, 13 Apr 2010 15:36:01 -0600

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
Received on 2010-04-13 23:36:33 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.