php and subversion

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reimar Bauer

    php and subversion

    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



    --
    Forschungszentr um Juelich
    email: R.Bauer@fz-juelich.de

    =============== =============== =============== =============== ======
    a IDL library at ForschungsZentr um Juelich


  • Raj Shekhar

    #2
    Re: php and subversion

    Reimar Bauer <R.Bauer@fz-juelich.de> wrote in message news:<c7323l$82 ph$1@zam602.zam .kfa-juelich.de>...[color=blue]
    > 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.[/color]

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

    Regards
    Raj Shekhar

    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: php and subversion

      Reimar Bauer <R.Bauer@fz-juelich.de> wrote in message news:<c7323l$82 ph$1@zam602.zam .kfa-juelich.de>...[color=blue]
      > Dear all
      >
      > is there already a method available to use subversion from PHP?[/color]

      My bookmark <http://www.killersoft. com/packages/SCM_SVN_docs/li_SCM_SVN.html >

      --
      | Just another PHP saint |
      Email: rrjanbiah-at-Y!com

      Comment

      • Karl Heinz Marbaise

        #4
        Re: php and subversion

        Hi Raj,

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

        system ("svn ci $FILENAME")

        SCNR...

        Kind Regards
        Karl Heinz
        --
        Jabba dabba dooohhh e-mail: news@marbaise.o rg
        Auf wiedermailen. Internet: http://www.marbaise.org
        Karl Heinz 7:-) ICQ#: 135949029

        Comment

        Working...