On Tue, 30 Sep 2008, John Jimmy Dondapati wrote: > Also, you might wanna > > *chown -R apache /var/svn/* > > This will allow us to write to the repository. Otherwise you will get an > error similar to this when you import > > txn-current-lock': Permission denied > > > -- > Cheers, > John >
John, why can't we do a SUEXEC here ? Please consider this perspective: . apache runs under user: apache and group: apache . svn is setup under user: svn and group: svn What are your thoughts ? thanks Saifi.

