You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/09 12:04:50 UTC

[Subversion Wiki] Update of "MergeBugsAndErrorReporting" by JulianFoad

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=8&rev2=9

  --- Merging r836421 through r1195874 into '.':
  }}}
  
+  * Bad parsing of a local path argument '.' with a peg revision specifier. (Not specific to merge, presumably.)
+ 
+  {{{
+ $ svn merge .@COMMITTED .@PREV .
+ svn: E125001: '@COMMITTED' is just a peg revision. Maybe try '@COMMITTED@' instead?
+ }}}
+ 
+  * A merge source specified as a local path with a peg revision is not handled, and the error message is unhelpful.
+ 
+  {{{
+ $ svn merge subversion@COMMITTED subversion@PREV subversion
+ svn: E195000: A path under version control is needed for this operation
+ }}}
+