+2

I am using eclipse galileo 3.5 with the following plugins

Subversive SVN Team Provider 0.7.8
Subversive connector SVNKit 1.3.0 from http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/

I checked out the files from the svn server and it worked great. But now i have added a folder and a file to the project and when tried to commit the changes i am getting the following error. I am stuck now without being checking in the files. If anyone faced this before please help.
 
Error:

Some of selected resources were not committed.
svn: Commit failed (details follow):
svn: Can't open file '/rep/projects/db/txn-current-lock': Permission denied
svn: MKACTIVITY of '/svn/projects/!svn/act/8592adf4-2301-0010-a4d5-ffcfe5fb9132': 500 Internal Server Error (http://pluto-server)

1 answers, +2 votes, 1105 views
ubuntu's picture
asked by ubuntu
43 weeks 4 days ago



1 Answers

Answer
0

It is a permission issue as the error states. Changing ownership for the svn folder and applying permission should solve this.
 
Open terminal and enter the following
 
sudo chown -R www-data:www-data /var/svnfolder/*
sudo chmod -R 770 /var/svnfolder/*
 
in my case it was
 

sudo chown -R www-data:www-data /rep/svn/*
sudo chmod -R 770 /rep/svn/*
 
 
Hope this helps

oid4a4138ce57183's picture
answer by oid4a4138ce5...
43 weeks 7 hours ago

Asked by

ubuntu's picture
User offline. Last seen 43 weeks 3 days ago. Offline
joined 43 weeks 4 days ago
20 points

View in your own language!