[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: bruce <bedouglas_at_earthlink.net>
Date: 2005-04-01 23:17:42 CEST

michael,

if you do a svnadmin/svn command but don't accept user input, then i assume
you don't allow for the creation of user defined svn repositories...

arrgghh!!

bruce

-----Original Message-----
From: Michael Hogsett [mailto:hogsett@csl.sri.com]
Sent: Friday, April 01, 2005 1:03 PM
To: bedouglas@earthlink.net
Cc: users@subversion.tigris.org
Subject: Re: intergration of svn via php

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

---------------------------------------------------------------------
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:25:57 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.