This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
pyvcs /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 01 20:30:39 -0700 2009 | |
| |
LICENSE.txt | Fri Jul 03 22:29:00 -0700 2009 | |
| |
MANIFEST.in | Sat Jul 04 11:54:32 -0700 2009 | |
| |
README.txt | Thu Jul 09 16:38:25 -0700 2009 | |
| |
pyvcs/ | Thu Sep 10 13:27:41 -0700 2009 | |
| |
setup.py | Sun Jul 12 08:23:40 -0700 2009 | |
| |
tests/ | Thu Jul 09 15:55:40 -0700 2009 |
README.txt
pyvcs - A minimal VCS abstraction layer for Python
==================================================
pyvcs is a minimal VCS abstraction layer for Python. It's goals are to provide
as much functionality as is necessary, and no further. It doesn't try to
abstract every layer or feature of a VCS, just what's necessary to build a code
browsing UI.
Currently supported VCS backends are::
* Mercurial
* Git
* Subversion
* Bazaar
Requirements::
* Python (2.4 or greater)
Backend Specific Requirements::
* Git
* Dulwich (http://github.com/jelmer/dulwich/)
* Subversion
* Pysvn (http://pysvn.tigris.org/)







