Re:

2010-06-21 Thread Disc Magnet
On Mon, Jun 21, 2010 at 9:42 PM, Myname Noname wrote: > > Hello, > > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? Yes. shoo shoo shoo. > > 2:  Does SubVersion provide version control  for documentation? If yes, what

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

2010-04-13 Thread Disc Magnet
This is my configuration. DAV svn SVNParentPath /home/magnet/myrepository/ 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 line" svn: Commit failed (deta

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

2010-04-13 Thread Disc Magnet
Andersson wrote: > The user running apache needs write access to your repository. > Cheers / Erik > > On Tue, Apr 13, 2010 at 10:01 PM, Disc Magnet wrote: >> >> This is my configuration. >> >> >>  DAV svn >>  SVNParentPath /home/magnet/myreposito

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

2010-04-14 Thread Disc Magnet
  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: Perm