gansos
11-02-2006, 12:28 AM
I just started using Subversion, and I running into a weird error. I have four users setup, and I created a repository using the apis control panel. I can checkout code just fine from all four accounts, but only the master account can check code in. When I try to check in code using any of the other accounts, I get the following error:
svn: Commit failed (details follow):
svn: Can't create directory '/home/repo/db/transactions/2-1.txn': Permission denied
The /home/repo dir is chmoded -R 777, so I have no idea why I'm still getting permission denied. Is there something else I have to do to give users access to the repository?
Thanks.
svn: Commit failed (details follow):
svn: Can't create directory '/home/repo/db/transactions/2-1.txn': Permission denied
The /home/repo dir is chmoded -R 777, so I have no idea why I'm still getting permission denied. Is there something else I have to do to give users access to the repository?
Thanks.