phpEasyVCS is a simple version control system (VCS) with minimal hosting requirements, namely PHP 5.2+. No database is needed.
Files can be viewed and uploaded with a browser or by WebDAV, which allows you to access the files like a local drive in all operating systems. For integration with other software a REST service is provided.
It is very easy to view the file versions at a specific point in time. The web interface allows you to easily compare file versions and synchronize and...
blob archive and vcs tool similar to git, hg, git-annex or boar
...Main design goal ist
- to deal with hugh binary data files
- partial pull/push handling
- immutable data archive
- simple metadata format of archive
- due to immutability other backup tools like rsync or copy could be used alternatively
- platform independent
...It helps you to keep your repositories in sync with a remote repository. It therefore starts periodically actions like e.g. push to and pull from the remote repository. This is especially helpful if you use mercurial as a kind of backup utility for important files and/or to sync files on different computers. HgBox is platform independent and programmed in Java, it should therefore work on all platforms supported by Java.