keyongtech


  keyongtech > php > 05/2004

 #1  
05-02-04, 04:12 PM
Reimar Bauer
Dear all

is there already a method available to use subversion from PHP?

I would like to use subversion to store different versions of our formdata.

regards

Reimar
 #2  
05-03-04, 05:48 AM
Raj Shekhar
Reimar Bauer <R.Bauer> wrote in message news:2ph1
> Dear all
>
> is there already a method available to use subversion from PHP?
>
> I would like to use subversion to store different versions of our formdata.


You can call subversion commands using the system or exec or passthru
calls. for example
system("cvs commit $FILE_NAME")

Regards
Raj Shekhar
 #3  
05-04-04, 07:50 AM
R. Rajesh Jeba Anbiah
Reimar Bauer <R.Bauer> wrote in message news:2ph1
> Dear all
>
> is there already a method available to use subversion from PHP?


My bookmark <http://www.killersoft.com/packages/SCM_SVN_docs/li_SCM_SVN.html>
 #4  
05-12-04, 11:52 PM
Karl Heinz Marbaise
Hi Raj,

[...]
> You can call subversion commands using the system or exec or passthru
> calls. for example
> system("cvs commit $FILE_NAME")


system ("svn ci $FILENAME")

SCNR...

Kind Regards
Karl Heinz
Similar Threads
SVN for Mac (subversion)

is there a mainstream SVN client for the Mac? For the PC it probably is the Tortoise... for the Mac, it may be svnX or Mac SVN? wanted a mainstream on so as to avoid...

Subversion for AIX 5.3

Hi there, I'm looking for an RPM or bff package for subversion. It's for AIX 5.3. Any info or help ?

About subversion

For building a subversion server , do I need to have Apache 2.0 or not ? What if I need to connect to the subversion server remotely thru ssh or any other methods ?

Subversion is better than CVS?

I've never used subversion, but someone say it good and is one replacer of CVS, is it better than CVS?

help with subversion

has anyone experence with subversion? I am trying to get it to work on suse 8.2, only get warings example svnadmin create /local/test /local/test is created Made a...


All times are GMT. The time now is 07:35 AM. | Privacy Policy