Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for 
change notification.

The "MergeBugsAndErrorReporting" page has been changed by JulianFoad:
http://wiki.apache.org/subversion/MergeBugsAndErrorReporting?action=diff&rev1=2&rev2=3

  svn: E160013: '/repos/asf/!svn/bc/1182329/trunk' path not found
  }}}
  
+  * The message about recording mergeinfo at the end of a catch-up merge seems 
to report the wrong starting revision:
+ 
+ {{{
+ $ svn merge ^/subversion/trunk
+ --- Merging r1182861 through r1186071 into '.':
+ U    Makefile.in
+ [...]
+ --- Recording mergeinfo for merge of r1177607 through r1186071 into '.':
+  U   .
+ 
+ $ svn pg -rBASE svn:mergeinfo | grep trunk
+ /subversion/trunk:1177607-1182860
+ 
+ $ svn pg svn:mergeinfo | grep trunk
+ /subversion/trunk:1177607-1186071
+ }}}
+ 

Reply via email to