summaryrefslogtreecommitdiffstats
path: root/devel/hgsvn/pkg-descr
blob: 83c34553dec4298a358b7f32e4209c6ccb1114ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"...

Three scripts are provided:

 * 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.

WWW: https://pypi.python.org/pypi/hgsvn
OpenPOWER on IntegriCloud