A Scalable, User-Friendly Source Control System.
Go to file
2008-10-01 08:58:56 -05:00
svnwrap Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
__init__.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
.hgignore Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
fetch_command.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
hg_delta_editor.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
push_cmd.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
README Change the readme to be reST. 2008-10-01 08:58:56 -05:00
svncommand.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
test_fetch_command.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
test_svnwrap.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
util.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
utility_commands.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00

.. -*-<restructuredtext>-*-

About
-----
hgsubversion is an extension for Mercurial that allows using Mercurial as a 
Subversion client.

Right now it is *not* ready for production use. You should only be using this if 
you're ready to hack on it, and go diving into the internals of Mercurial and/or 
Subversion.

Basic Use
-----------
Get a new clone of an svn server::

 $ hg svnclone <svn URI> [destination]

Real example::

 $ hg svnclone http://python-nose.googlecode.com/svn nose-hg

Pull new revisions into an already-converted repo::

 $ hg svn pull

For more information, see 'hg svn help' while in a converted repo.