PHP svn client or Wiki on the top of svn?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • R. Rajesh Jeba Anbiah

    PHP svn client or Wiki on the top of svn?

    I'm searching for a pure svn client in PHP, but didn't find one yet.
    Also, I see many Wiki system designs are somewhat flawed as they didn't
    use incremental diff. Is there anyone who is aware of either such one?
    TIA

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com

  • Berislav Lopac

    #2
    Re: PHP svn client or Wiki on the top of svn?

    R. Rajesh Jeba Anbiah wrote:[color=blue]
    > I'm searching for a pure svn client in PHP, but didn't find one yet.[/color]




    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: PHP svn client or Wiki on the top of svn?

      Berislav Lopac wrote:[color=blue]
      > R. Rajesh Jeba Anbiah wrote:[color=green]
      > > I'm searching for a pure svn client in PHP, but didn't find one yet.[/color]
      >
      > http://websvn.tigris.org/[/color]

      Thanks for your reply. Already seen this one and unfortunately, it's
      not a pure PHP svn client--the client uses svn inturn, but looking for
      a cient in PHP (PHP source that handles the svn protocol without using
      any external executables). Thanks anyway.

      --
      <?php echo 'Just another PHP saint'; ?>
      Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com

      Comment

      • Andy Hassall

        #4
        Re: PHP svn client or Wiki on the top of svn?

        On 28 Jul 2005 04:28:25 -0700, "R. Rajesh Jeba Anbiah"
        <ng4rrjanbiah@r ediffmail.com> wrote:
        [color=blue]
        >Berislav Lopac wrote:[color=green]
        >> R. Rajesh Jeba Anbiah wrote:[color=darkred]
        >> > I'm searching for a pure svn client in PHP, but didn't find one yet.[/color]
        >>
        >> http://websvn.tigris.org/[/color]
        >
        > Thanks for your reply. Already seen this one and unfortunately, it's
        >not a pure PHP svn client--the client uses svn inturn, but looking for
        >a cient in PHP (PHP source that handles the svn protocol without using
        >any external executables). Thanks anyway.[/color]

        I'd be surprised if there's ever a pure PHP SVN client. The direction SVN uses
        is bindings through SWIG, which I believe has support for PHP bindings. SVN
        comes with Perl and Ruby bindings but not PHP ones.

        Not sure how much effort adding PHP bindings is - presumably it's simplified
        by having SWIG in the middle acting as an intermediary, but I've had a brief
        look at SWIG. I think this would end up as a loadable PHP module, which is
        better than spawning svn processes, but not as convenient for hosts where
        you're not the admin.

        I'd be interested in seeing any answers to this, since I use subversion for my
        hobby projects, and I've not been particularly impressed by any of the web
        interfaces I've looked at.

        --
        Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
        <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

        Comment

        • R. Rajesh Jeba Anbiah

          #5
          Re: PHP svn client or Wiki on the top of svn?

          Andy Hassall wrote:[color=blue]
          > On 28 Jul 2005 04:28:25 -0700, "R. Rajesh Jeba Anbiah"
          > <ng4rrjanbiah@r ediffmail.com> wrote:[/color]
          <snip>[color=blue]
          > I'd be surprised if there's ever a pure PHP SVN client. The direction SVN uses
          > is bindings through SWIG, which I believe has support for PHP bindings. SVN
          > comes with Perl and Ruby bindings but not PHP ones.[/color]
          <snip>[color=blue]
          > I'd be interested in seeing any answers to this, since I use subversion for my
          > hobby projects, and I've not been particularly impressed by any of the web
          > interfaces I've looked at.[/color]

          Thanks for the follow up. If you find anything, please update.
          Thanks.

          --
          <?php echo 'Just another PHP saint'; ?>
          Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com

          Comment

          Working...