tags:

views:

119

answers:

1

On a LAMP/Plesk VPS, I would like to give one domain administrator the ability to SSH in to their accoount and run svn update.

It seems I have to give them the root password to do this, but this is not acceptable to me.

If I try with domain account, I get permission errors involving .svn/tmp/ files, which seem to have root permissions.

Has anyone else managed to set this up?

+1  A: 

Could it be that the checkout was created by the root user? Try deleting it and checking it out again as the domain user. The domain user should be able to update it without problems.

Pekka