mainMain page
screenshotsScreenshots
licenseLicense
downloadDownload
A Simple Version Control System is an easy to install and easy to to use version/revision control system. It is written entirely in PHP and stores data in a SQL database.

ASVCS differs from most other version control systems in that ASVCS is designed to keep track of files in place. ASVCS does not allow any changes to be made to files, all changes require the users to change files externally with FTP or SSH access.

ASVCS is very easy to setup and use. Users do not need to work with repository, branches, commit and check-out files. All a user needs to do is upload the changes files and click Update or if enabled just wait for it to be updated automatically.

ASVCS is ideal for small projects or personal use, though it can also be used by large project how do not need or want the complexity of most version control systems.

Features:
  • Easy to install and use
  • Written in PHP
  • Can track binary or text files
  • Automatic file tracking (requires cron support)
  • Diffs of revisions
  • Easy user access management
  • Entirely Web based
  • Skinable
  • Open source (MIT/expat license)

    Requirements:
  • PHP 4.4.0 or higher
  • A web server (tested with lighttpd and Apache)
  • A supported SQL server, such as
    Microsoft SQL, MySQL (recommended) , Mini SQL, Oracle 7+ using OCI, any ODBC-compliant server, PostgreSQL, Sybase SQL Server
  • FTP/SFTP access or other file access method
  • Cron support (required for automatic file tracking)