[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: intergration of svn via php

From: Michael Hogsett <hogsett_at_csl.sri.com>
Date: 2005-04-01 23:03:04 CEST

bruce wrote:
> hi...
>
> has anyone created/come across an open source app that allows someone to
> create projects/configure svn from a website... preferably php...
>
> thanks
>
> bruce
>
> ps. been looking at phpcollab/dotproject and wondering how difficult/easy it
> would be to integrate svn. this could give the ability to do the proj mgmt,
> and then be able to access/manage the files via svn...
>
> thoughts/comments...

I had looked around for the same thing and haven't come accross anything
usable. Ideally what I'd want is a php extension that implements svn
and possibly svnadmin functionality within the language.

I have seen discussion SWIG, but I haven't found any mention of anyone
making this work.

Some info :

http://svn.haxx.se/dev/archive-2002-10/0905.shtml

http://www.swig.org/subversion.html

I've resorted to wrapping svn in exec calls in php. This works
for me because in my application I don't accept user input
as arguments to svn, so I don't have user input that must
be validated for correctness.

  - Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 1 23:09:38 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.