Differences between revisions 7 and 8
Revision 7 as of 2011-10-29 07:51:06
Size: 1077
Editor: techtonik
Comment:
Revision 8 as of 2011-10-29 08:00:22
Size: 1415
Editor: techtonik
Comment: add vcs abstraction layers
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
== Abstraction Layers and Tools ==
   
   Tools that provide unified interface to several version control systems.
   * [[http://hg-git.github.com/|Hg-Git]] - access Git repositories from Mercurial
   * [[https://github.com/alex/pyvcs|pyvcs (Alex Gaynor and co.)]] - pure python abstraction layer of multiple VCS, very lightweight

Version Control

The following applications related to version/revision control are written in Python:

Version Control Systems

Abstraction Layers and Tools

  • Tools that provide unified interface to several version control systems.
  • Hg-Git - access Git repositories from Mercurial

  • pyvcs (Alex Gaynor and co.) - pure python abstraction layer of multiple VCS, very lightweight

Migration Tools

  • cvs2svn - the CVS to Subversion repository converter

  • Tailor - a tool to migrate changesets between ArX, Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, Monotone, Subversion and Tla repositories

Repository Browsers

  • Trac supports repository browsing

  • ViewVC (formerly ViewCVS) - a repository browser for CVS and Subversion


CategoryApplications

VersionControl (last edited 2011-10-29 09:00:46 by techtonik)

Unable to edit the page? See the FrontPage for instructions.