Michael Droettboom wrote: > You need the '-S' parameter to specify a branch. Otherwise, any > arguments after the command name are just paths within the working copy, > just like most other svn commands. > > So you need to do: > >> svnmerge.py merge -S v0_98_5_maint > > I just tested a change to the branch followed by a merge and everything > seems to be working fine here. > > Eric Firing wrote: >> John Hunter wrote: >> svnmerge init >> https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_98_5_maint >> >> >> > That would have no effect without a following commit anyway... but > please don't do that if you're not sure what you're doing. That command > really should only ever be needed once. It's pretty hard to get into a > state where it would ever need to be done again for a particular branch. >> but it looks like I was still in the wrong directory when I did that, >> so I don't know if it had any useful effect. >> >> After getting into the right directory, some combination of svn up and >> svnmerge merge seemed to get everything straightened out, with a >> little editing to resolve conflicts along the way. >> > You can do merges from within subdirectories, and it works just like > most other svn commands when run from a subdirectory. Generally, > though, I like to catch all available merges and run from the root of > the source tree. >> That was last night, in the misty past. Now it looks like I am back >> with the original problem I started with last night, and which you >> also reported: >> >> efir...@manini:~/programs/py/mpl/mpl_trunk$ svnmerge avail >> /branches/v0_98_5_maint >> svnmerge: "/branches/v0_98_5_maint" is not a subversion working directory >> > Again, you're specifying a path that doesn't exist within the source > tree. There is no need to specify a path (generally) with the "svnmerge > avail" command. >> So, I'm baffled again. It is as if Jae-Joon's commit since mine of >> last night, and my corresponding "svn up" this morning, wiped out the >> svnmerge tracking info. >> >> I suspect a brief wave of Mike's magic wand tomorrow morning will >> clear away the fog. >> > I think this all comes down to missing the '-S'. I didn't need to get > out my wand for this one... ;)
Well, looking back at the command history in the terminal window I was using, I was using the -S last night when things first started going haywire; but one way or another, or many ways, I was getting confused. Thanks for the clarifications and testing. Eric ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel