Subversion or Alternative

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
Peter Kelly
Forum Contributor
Posts: 143
Joined: Fri Jan 14, 2011 5:33 pm
Location: England
Contact:

Subversion or Alternative

Post by Peter Kelly »

I was wondering google code using subversion and some other thing but presumably they must be able to control it via some other way than using command line, Is there a way ? If there's a script similar to subversion with an API I'm happy to take suggestions :). I just want to create an on-line GUI but without having to allow exec etc functions.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Subversion or Alternative

Post by Jonah Bron »

Take a look at this:

http://php.net/book.svn
Post Reply