phenx/svnclient

SVN Client written in PHP, uses SVN executables

dev-master 2013-11-04 16:57 UTC

This package is auto-updated.

Last update: 2024-04-12 06:03:07 UTC


README

SVN client written in PHP, uses SVN executables. This project is a WIP, a lot more is coming.

Usage

>> php console.php svn:update /path/to/working/copy

Available commands

  • svn:init
  • svn:update
  • ... see help command

Roadmap

  • Add nearly every SVN command, see the methods in the WorkingCopy class
  • Unit tests