I am working on a small project with SVN.
I checked out the project:
svn co http://mylocalserver/projectx/ .
I made my changes (updated and added files):
svn add file1.php, file2.php
But then, every time I want to commit my changes using this command:
svn commit -m "added file1.php and file2.php and updated the bug #4123" file1.php file2.php gah.php
I get: Access is denied
What can be the problem?
If you don’t use an LDAP server you have to check this:
In your
/path/to/the/project/conf/svnserve.confcheck if you have something like:You will have to change to use:
then in your
/path/to/the/project/conf/passwdyou can create your users:
If you are using an LDAP server please read these articles:
Maybe your password is expire or you don’t have the full rights to commit.
Maybe these articles will help:
http://directory.fedoraproject.org/wiki/Howto:Subversion_Apache_LDAP
http://www.mylinuxtips.info/?p=7