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?