hgsvn

Scripts to work locally on Subversion checkouts using Mercurial

Description

This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system.

Why use Mercurial ? You can do local (disconnected) work, pull the latest changes from the SVN server, manage private branches, submit patches to project maintainers, etc. And of course you have fast local operations like "hg log", "hg annotate"...

Currenly three scripts are provided: hgimportsvn, hgpullsvn, and hgpushsvn.

hgimportsvn initializes an SVN checkout which is also a Mercurial repository.

hgpullsvn pulls the latest changes from the SVN repository, and updates the Mercurial repository accordingly. It can be run multiple times.

hgpushsvn pushes your local Mercurial commits back to the SVN repository.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://cheeseshop.python.org/pypi/hgsvn


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install hgsvn