[OMPI devel] SVN commit mails

2013-08-02 Thread Jeff Squyres (jsquyres)
IU had a problem with their virus scanner, and it held up a lot of SVN commit (and possibly Trac) mails. They just fixed the problem, and so we might see a bunch of SVN commit/Trac mails trickle in over the next few hours. -- Jeff Squyres jsquy...@cisco.com For corporate legal information go t

Re: [OMPI devel] svn commit

2009-02-13 Thread Ralph Castain
Yeah - it looks like Jeff and/or Tim didn't authorize you yet. On Feb 13, 2009, at 1:53 PM, Eugene Loh wrote: Ralph Castain wrote: Once you have them in the hg repo, you can do an "svn st" to see if you need to do anything further before committing back to the svn repo - e.g., add or re

Re: [OMPI devel] svn commit

2009-02-13 Thread Eugene Loh
Ralph Castain wrote: Once you have them in the hg repo, you can do an "svn st" to see if you need to do anything further before committing back to the svn repo - e.g., add or remove files. When you are ready, just do an "svn ci" to commit your changes to the svn repo. Thanks, but I get:

Re: [OMPI devel] svn commit

2009-02-13 Thread Ralph Castain
When you push something to an hg repo, you have to go to that repo and do an "hg up" to update it. Hg holds your changes until you do the update. Once you have them in the hg repo, you can do an "svn st" to see if you need to do anything further before committing back to the svn repo - e.

[OMPI devel] svn commit

2009-02-13 Thread Eugene Loh
I'm having trouble figuring out how to put my changes back to the trunk. I've been looking at the wiki pages, but don't really see the one last piece that I need of this puzzle. I've used https://svn.open-mpi.org/trac/ompi/wiki/UsingMercurial to get me through these steps: svn check-out of