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

2010-04-14 Thread Jeremy Mordkoff
did you mean chmod -R 770 myrepository ? -Original Message- From: Disc Magnet [mailto:discmag...@gmail.com] Sent: Tue 4/13/2010 5:27 PM To: Erik Andersson Cc: users@subversion.apache.org Subject: Re: Unable to checkout files: Can't open file: Permission denied I did

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

2010-04-13 Thread Disc Magnet
This is my configuration. Location /myrepository DAV svn SVNParentPath /home/magnet/myrepository/ /Location The checkout command runs fine: svn co http://localhost/myrepository/hachumachu However, the commit command results in this error: mag...@faku:~/hachumachu$ svn commit -m Additional

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

2010-04-13 Thread Erik Andersson
The user running apache needs write access to your repository. Cheers / Erik On Tue, Apr 13, 2010 at 10:01 PM, Disc Magnet discmag...@gmail.com wrote: This is my configuration. Location /myrepository DAV svn SVNParentPath /home/magnet/myrepository/ /Location The checkout command runs

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

2010-04-13 Thread Disc Magnet
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. On Wed, Apr 14, 2010 at 1:59 AM, Erik Andersson

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

2010-04-13 Thread David Bartmess
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.