Hi -
I'm currently working with partner on a PHP project.
We both edit directly to a local server (all files are stored on the server, which is also running a WAMP stack). I'm looking for an SVN client that will monitor and save all changes to the htdocs folder, and will update a remote SVN repository, through the web.
It would be a great bonus if I could manipulate the SVN client through a web-interface.
For example, say I save file1.php
to the server. It would update file1.php
on the svn website.
If I would suddenly discover that my latest revisions to the file are bad, I could head over to the server (or use some web interface from my computer), and replace file1.php
with an older revision.
I don't want to just install an SVN server on our local machine because I would always like to have a copy saved remotely with the latest changes.
Any recommendations?