Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

svn: Can't create directory '/subversion/main/db/transactions/0-1.txn': Permission denied

I created a local subversion directory and I'm having problems. I tried checking in my first file with the following command:

svn ci TestCommenterParseFilter.java 

and I got the following error message

svn: Commit failed (details follow):
svn: Can't create directory '/export/svn/db/transactions/1-1.txn': Permission denied
svn: Your commit message was left in a temporary file:
svn:    '/export/speedplane/nutch-0.9/src/plugin/commenter/src/test/org/commenter/nutch/svn-commit.tmp'

Any suggestions?

like image 891
user51189 Avatar asked Jan 09 '09 00:01

user51189


1 Answers

I had the same problem, but if I created the directories "transactions" and "txn-protorevs" it worked afterwards without complaining.

like image 60
sanyi Avatar answered Sep 27 '22 19:09

sanyi