http://www.perlmonks.org?node_id=507035


in reply to Re^6: What is YOUR Development Process?
in thread What is YOUR Development Process?

we have the same problem in our shop. and we (the developer) end up committing those changes for the designer. what i'm planning to have is a small cgi script that has a textbox for commit message and a button. that script should commit the latest changes of the whole tree. (or modify some svn web frontend to interact with the working copy... hmmmm).

teaching the designer to use that interface would be much easier than teaching her to use ssh

i've tried tortoise svn, but the problem is that the designer need to work with a running version and the webapp runs on linux.

Badai
  • Comment on Re^7: What is YOUR Development Process?

Replies are listed 'Best First'.
Re^8: What is YOUR Development Process?
by adrianh (Chancellor) on Nov 09, 2005 at 12:33 UTC
    (or modify some svn web frontend to interact with the working copy... hmmmm).

    If you have Subversion set up with Apache2 and DAV then you can mount a repository as a file system on any modern Win/Mac box. This can be a very useful way of getting people to use source control without knowing that they're using source control.