Ralph Castain wrote:

On Feb 19, 2009, at 5:39 AM, Terry Dontje wrote:

Eugene Loh wrote:
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?

As it has been spoken, so has it been done:
https://svn.open-mpi.org/trac/ompi/wiki/UsingMercurial#SyncingSVNandHGworkspaces
________
I was looking at the added stuff and it looks to me that the steps are missing doing an "hg up" on the SVN/HG workspace before doing the svn up. Am I missing something here?

No - the doc is missing that step, but you should do it (or at least, I always do, and it "works for me").

Ok, I'll add it then.

--td



--td
_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel

_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel

Reply via email to