On 6/28/2013 1:17 AM, P.Marek wrote: >> I even tried fooling it, thinking that maybe it wanted its own >> config/waa locations: > No, that's no problem. > > How about doing a "fsvs up" before trying to commit? Then it should get the > HEAD > revision number, and all should (/might) be fine. >
Found the error, the repository had the following permissions: chmod -R 775 /var/svn/repo-name chmod -R g+s /var/svn/repo-name chown -R root /var/svn/repo-name chgrp -R groupname /var/svn/repo-name The problem was that the groupname was wrong, so the account that was trying to write to the svn+ssh: URL was unable to do so. But FSVS is giving a strange error when it can't write to the repo over svn+ssh, so it was misleading as to what the real problem was. (I had a typo in the script that sets permissions on the various repos. So the groupname that I thought was being applied, was not.) ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=3059321 To unsubscribe from this discussion, e-mail: [[email protected]].
