Hoping I can get some friendly advice here. I have an account on HostingRails that currently has two add-on domains. For the first add-on domain, I was able to check in and check out my project without a problem. I'm using the exact same process (from what I can tell) to try and commit my code for the second domain.
Unfortunately, I'm getting the following error:
svn: Commit failed (details follow):
svn: Commit failed (details follow):
svn: Can't create directory '/home/[username]/svn/[domain.com]/db/transactions/7-1.txn': Permission denied
svn: MKACTIVITY of '/svn/[domain.com]/!svn/act/d1e66d78-1501-0010-9f0e-31589fa93faa': 500 Internal Server Error http://svn.[domain].com)
I'm followed all of the tutorials in regards to setting up Subversion with multiple users, Trac, and deploying add-on domains. I'm using Aptana with the Subclipse plugin. My process was to create my subversion repository for my second add-on domain, use Aptana to import it to my development box, modify some things, and then attempt to commit it using Aptana.
The location of the svn repository I'm using is:
http://svn.[main domain].com/svn/[second addon domain.com]/trunk
My initial suspicion is that it's a user permissions error. However, I used this same method with my first add-on domain without any problems, so I'm not sure what's going on.
Thanks for the assistance.