Been googling this all morning and can't really find a good answer.

I want my windows clients to be able to access my (Linux) SVN repository using svn+ssh:// protocol. They are using TortoiseSVN on the windows side. (With Putty as the ssh client.) But they have permisson denied errors accessing the repository for imports, checkouts or commits.

The Linux server's users are in the svn group and that group's permissions are set to write on the entire repository tree.

Now, any command line client from another unix box, can access the file just fine with
svn import . svn+ssh://[EMAIL PROTECTED]/usr/local/svn/RepoName/trunk


But the Tortoise users get BerkeleyDB DB error, error creating environment: permission denied. If I chmod -R o+w RepoName, it works. But I don't want to do that.

Anybody seen this before?

Thanks
Ed


-- Ed Howland WDT Solutions, LLC. [EMAIL PROTECTED] (314) 962-0766


_______________________________________________
CWE-LUG mailing list
http://www.cwelug.org/ [email protected]
http://lists.firepipe.net/listinfo/cwe-lug

Reply via email to