phpMakeUpdate 0.1 review

Download
by rbytes.net on

phpMakeUpdate is a Web-based intranet tool for export only modified files from Subversion repository. With five mouse clicks you c

License: GPL (GNU General Public License)
File size: 0K
Developer: A. Harder
0 stars award from rbytes.net

phpMakeUpdate is a Web-based intranet tool for export only modified files from Subversion repository.

With five mouse clicks you can create the gzip compressed package for update your projects.

Requirements:
Web Server with installed Subversion repository
php 4.3.x or 5.x

Notice: the phpMakeUpdate can be install only of Unix-like operating systems with standard commands like tar, rm, cp etc.

Installation:

1. Uncompress and copy the phpMakeUpdate source tree to your web root directory.

Important: The installation from phpMakeUpdate must be located of some machine with your Subversion repository. Please check that the web-user (wwwrun or nobody by Apache) have permissions to execute the tar, svnlook and svn commands within phpMakeUpdate/tmp directory (i.e. /bin/tar, /usr/local/bin/svnlook).

2. Edit include/init.php and correct path's to important commands:

define('SVN','/usr/local/bin/svn');
define('SVNLOOK','/usr/local/bin/svnlook');
define('TAR','/bin/tar');

3. Make sure that the user your web server runs as (i.e. apache) has read & write permissions on the following directories:

compiled/
tmp/
xajax_js/

4. Edit config/replist.txt and put the path's to your SVN-Repository (one repository per line)

5. Open a web browser and visit: http:///path/to/phpMakeUpdate/

phpMakeUpdate 0.1 search tags