ptlis/vcs

Tools for working with version control systems.

Maintainers

Details

github.com/ptlis/vcs

Source

Issues

Installs: 118

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ptlis/vcs

dev-master 2015-08-24 00:06 UTC

This package is auto-updated.

Last update: 2025-10-07 03:03:52 UTC


README

A simple VCS wrapper for PHP attempting to offer a consistent API across VCS tools.

Build Status Code Coverage Scrutinizer Quality Score Latest Stable Version

Cautions

  • None of this is utf-8 safe - there's a bunch of manual string manipulation done in a really unsafe way - investigate feasbility of requiring mbstring (or similar).

TODO

  • XML all the (svn) things!
  • Split tests - integration & unit tests
    • Integration svn tests require access to svnserve & co.
  • Check for presence of git & svn binaries (try to autodetect?)
  • Validate repository paths.

Known limitations

  • Information about adding or removing an empty file is not handled (Unified Diff doesn't seem have a representation for this, SVN disallows this).