Eugene Loh wrote:
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.
So I like the new text much better than the old, but I think your diagram is still pertinent in the context of the new text. The only issue I have with the diagram is you don't see the steps in the order that are given in the text but I am not sure that is possible to do.

--td

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
_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel

Reply via email to