Fordnox

Life is about trust

Subscribe to Fordnox
Technorati
del.icio.us
November-10-08

Simple SVN checkout using PHP

posted by Andrius
	 $username = "username";
	 $password = "password";
	 $repository = "http://google-web-toolkit.googlecode.com/svn/trunk/";
	 $destination = 'your/full/path';

	 $checkout = "svn export --force --username $username --password $password $repository $destination";
	 $result = _exec($checkout);

	function _exec($cmd)
	{
	    if (substr(php_uname(), 0, 7) == "Windows") {
	        pclose(popen("start /B ". $cmd, "r"));
	    } else {
	        exec($cmd . " > /dev/null &");
	    }
	}
April-16-08

Project management

posted by Andrius

AssemblaAssembla provides tools and services for accelerating software development, with three lines of business:
Tools: Workspaces on Assembla.com, this web site, used by thousands of teams.
Talent: Staffing services that find the best person or team for the job, worldwide.
Knowledge: We run projects ourselves, and we do management consulting to fix stalled product release cycles, streamline product strategy, build startup teams, implement iterative and agile processes, and get products released.