News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Robert Swarthout's Blog:
PHP frontend to Subversion (SVN)
February 01, 2007 @ 10:33:00

In a new post to his blog, Robert Swarthout about a PHP frontend he's been developing for working with Subversion repositories:

The frontend needed to be designed in such a way that each developer could access their working copies and make the full range of actions against them. I decided to also use an AJAX setup so that pages would be quickly loaded and updated by a single toggle of a folder.

A few issues popped up, including tracking edits correctly through the interface. His solution revolved around an Apache MPM that could serve different pages to different users and groups. With this solution in place, the functionality could be built up, a list of which he provides including:

  • create working copy from repository (svn checkout)
  • svn blame
  • svn delete
  • search files (via a grep/find combination, omitting .svn folders)
  • svn rename

1 comment voice your opinion now!
frontend subversion repository apache mpm ajax interface frontend subversion repository apache mpm ajax interface




Community Events





Don't see your event here?
Let us know!


conference development podcast phpunit interview community test introduction language release series framework application api opinion component custom symfony2 unittest database

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework