https://github.com/pear/versioncontrol_svn
https://github.com/pear/versioncontrol_svn
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pear/versioncontrol_svn
- Owner: pear
- Created: 2012-04-13T05:45:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T16:29:23.000Z (over 3 years ago)
- Last Synced: 2025-03-24T04:01:41.452Z (over 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/package/VersionControl_SVN
- Size: 420 KB
- Stars: 17
- Watchers: 13
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
_NOTE_: This package is looking for a new maintainer. Are you interested? Send an e-mail to pear-dev@lists.php.net.
VersionControl_SVN
==================
[](https://github.com/pear/VersionControl_SVN/actions/workflows/build.yml)
VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system.
Some of VersionControl_SVN's features:
* Full support of svn command-line client's subcommands.
* Multi-object factory.
* Source fully documented with PHPDoc.
* Stable, extensible interface.
* Collection of helpful quickstart examples and tutorials.
This package is hosted at http://pear.php.net/package/VersionControl_SVN
Please report all new issues via the PEAR bug tracker.
Pull requests are welcome!
Testing, building
-----------------
To test, run either
$ phpunit tests/
or
$ pear run-tests -r
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml