VCS === VCS is a wrapper for version control systems. It presents an essentially uniform interface to the user, allowing 'muscle memory' to use vcs commands rather than adapt to the version control system currently in use. Bazaar, Git, CVS, Subversion, Mercurial, Darcs and Perforce are supported, with a small set of commands. More version control systems and more commands will, hopefuly, be added in the future. Installation ============ To build VCS, you will need: GNU C++ http://gcc.gnu.org/ cURL http://curl.haxx.se/ Expat http://expat.sourceforge.net/ Use the following commands: ./configure make sudo make install Read 'man vcs' for documentation. Feedback ======== Bugs can be reported at: http://code.google.com/p/greenend-vcs/ Please send other feedback, e.g. support for your favourite control system to: Richard Kettlewell Copyright ========= Copyright (C) 2009 Richard Kettlewell This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .