sourCEntral - mobile manpages

pdf

HGIMPORTSVN

NAME

hgimportsvn − import a subversion (svn) repository into a mercurial (hg) one

DESCRIPTION

hgimportsvn checks out the given Subversion URL, either from the specified revision or from the first revision in the branch. The SVN checkout is then augmented with a Mercurial repository containing the same files.

The SVN checkout and the Mercurial repository are created either in the specified directory, or in a directory named after the last component of the SVN URL (for example ’trunk’).

usage: hgimportsvn [−r SVN rev] [−p SVN peg rev] <SVN URL> [local checkout]

options:
−r
SVN_REV, −−svn−rev=SVN_REV

SVN revision to checkout from

−p SVN_PEG, −−svn−peg=SVN_PEG

SVN peg revision to locate checkout URL

−−no−hgignore

Don’t autogenerate .hgignore

−−version

show version and exit

−h, −−help

show this help message and exit

AUTHOR

Written by Antoine Pitrou.

COPYRIGHT

Copyright © 2007 Antoine Pitrou.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

SEE ALSO

The full documentation for hgimportsvn is maintained as a Texinfo manual. If the info and hgimportsvn programs are properly installed at your site, the command

info hgimportsvn

should give you access to the complete manual.

pdf