Applying patches to foreign repositories
Bryan O'Sullivan
bos at serpentine.com
Tue Apr 8 22:55:32 CDT 2008
Sean E. Russell wrote:
> The other
> idea I had was 'hg pull --force', but I'm not sure how that's going to work
> with the different directory structure.
You can use a filemap with "hg convert" to map names in the SVN tree
into their corresponding names in your Mercurial tree. That should make
pull --force a bit happier. The initial merge will still be a mess.
<b
More information about the Mercurial
mailing list