I have online web applications running at VPS.
I want to add BZR or SVN, now some questions:
Currently i run BZR over SSH, which requires some manual actions over terminal. Would a SVN-server power up my remote possibilites w/o need for ssh login?
The roles-management is a mess and I can't find a way out of it. Webserver running as www-user and BZR-merge is done with another user-account. As a result - I need to su root for any commit and chown files back to www-user.
Currently I'm the only developer on the project, but others may join. Should i run the webserver as a regular user? (groups are of course set up; www-user part of remote-user and remote-user part of www-user - but still a mess.)
If any of you can supply a brilliant, fix-and-forget solution I'd be ever so greatful.
regards, //t