Permission denied error while import to remote repository via svn...

Posted by Usman Ajmal on Super User See other posts from Super User or by Usman Ajmal
Published on 2010-04-19T11:04:10Z Indexed on 2010/04/19 11:13 UTC
Read the original article Hit count: 365

Filed under:
|

Hi

I am importing my project to another machine on my LAN to the directory:

/srv/svn/repos/my-repo

where my-repo was created via svnadmin create option

The permissions of /srv/svn/repos/my-repo are

drwxr-xr-x 6 svn svn 4096 2010-04-19 17:30 my-repo

I executed following command to import myProject files to my-repo on remote system

sudo svn import -m "First import" myProject svn+ssh://[email protected]/srv/svn/repos/my-repo

This command started 'Adding' files but gave following error after 'Adding' 7 files

svn: Can't open file '/srv/svn/repos/baltoros-valgrind/db/txn-current-lock': Permission denied

Any idea whats going on...?

Thanks a lot

© Super User or respective owner

Related posts about svn

Related posts about linux