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.