Okay, thanks for all the feedback.  New version is at:

https://svn.open-mpi.org/trac/ompi/wiki/UsingMercurial#Developmentcycle

If everyone is happy with that, I'll remove the old version, along with the diagram.

Jeff Squyres wrote:

Here's what I typically run to bring down changes from SVN to HG:

# Ensure all the latest hg repo changes are in the working dir
hg up
# Bring in all the SVN changes
svn up
# Refresh the .hgignore file (may change due to the svn up)
./contrib/hg/build-hgignore.pl
# Add / remove any files to hg
hg addremove
# Now commit to hg
hg ci -m "Up to SVN rzzzzz"

Would you mind adding something like this to the wiki page?

https://svn.open-mpi.org/trac/ompi/wiki/UsingMercurial#Developmentcycle

Reply via email to