[Checkers] Tomorrow Release?
Matt Papi
mpapi at csail.mit.edu
Thu May 22 12:18:10 EDT 2008
> [...] I looked at different tools of conversion.
I've found "convert" to be really good at moving SVN repos in the past
(it even converts svn:ignore). Here's one way to do it:
1. create ~/.hgrc, add the following:
[extensions]
hgext.convert=
(The trailing = is not a typo.)
2. hg convert file:///afs/csail/group/pag/projects/annotations/langtools
langtools
I just did a ran that exact command on mangold and it took just under
4 minutes. Also, you can re-run it and it will pull down all of the
changes to the SVN repository since the last time you ran it.
- Matt
More information about the checkers
mailing list