summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/VCS.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-150/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* VCS: Fix traceback when destination directory existsSol Jerome2011-11-041-0/+13
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* VCS: Initial commit (#754)Sol Jerome2011-04-131-0/+137
Preliminary support for version control checkouts onto the client. This client tool is still fairly picky and has some known problems (incorrect git index file, for one). All the abstraction libraries left quite a bit to be desired. Also, none were packaged in popular distributions. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>