I'm kind of an admin for a small Webdesign Startup.<br><br>We'd like to develop html themes for drupal on a central server, and push changes in revision control.<br>Branching and developing locally is a bit of a problem because we would need to use the central mysql database which we can't check out and in to work with it locally.<br>
Actually most of the devs at the moment develop by simply using ftp over gvfs.<br><br>I was trying to mount the server directory with sshfs to my local machine and then use local bazaar to do the revision control.<br>But that was too slow to be usable.<br>
<br>One solution would be to give the web developers shell access to the server and use the bazaar instance installed there, but the devs are not used to working with cli and i would like to give them a GUI ( Qbzr).<br>So what i would need is some sort of web interface that would trigger bazaar on the server to first of all commit, and perhaps show logs (but that could also be done with loggerhead).<br>
<br>Or to provide kind of a hook to qbzr to get the changes that are generated by bzr on the server.<br><br>Is there someone using that kind of workflow?<br>