The Artima Developer Community
Sponsored Link

PHP Buzz Forum
FlexySvn packaged and released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Alan Knowles

Posts: 390
Nickname: alank
Registered: Sep, 2004

Alan Knowles is Freelance Developer, works on PHP extensions and PEAR.
FlexySvn packaged and released Posted: May 31, 2005 5:48 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Alan Knowles.
Original Post: FlexySvn packaged and released
Feed Title: Smoking toooo much PHP
Feed URL: http://www.akbkhome.com/blog.php/RSS.xml
Feed Description: More than just a blog :)
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Alan Knowles
Latest Posts From Smoking toooo much PHP

Advertisement
I finally got round to packaging up the XUL based Subversion browser, so you can try it out on your own servers..

The first release effort is here : FlexySvn-0.1

Dependancies / Installation Instructions.
  • PHP5 (5.0.4 or CVS snapshot) (I might try doing a PHP4 version later.. - but you can always reverse proxy and run PHP5+apache2 on another port..)

  • The svn extension
    #pecl install -f svn

  • The colorer library and extension
    Download and build the colorer library Colorer-take5-linux.beta4.tar.bz2
    (good ole ./configure;make;make install;)
    Then install the colorer extension:
    #pecl install -f colorer

  • Download the tarball, and 'tar xvzf' into your web folder.

  • copy svn.php to index.php (so your config/bootstrap file will not be overwritten if I ever release another version)

  • edit the index.php - it's commented and pretty simple..

  • Visit the url (and hope it works)
The test machine I did all this on unfortunatly had alot of problems with apache2/php5 head and 5.0.4, Basically it segfaulted with all php calls.. - this was fixed with a small horrible hack,

Feel free to add comments to this post if you come across problems or email me fixes if you can think of any..

Read: FlexySvn packaged and released

Topic: Of Silly Acronyms and XUL World domination... Previous Topic   Next Topic Topic: Changing Hosts for Solar: Complete!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use