Menu

#53 ch06: Bogus @-containing example URL

en-1.6
WontFix
nobody
None
Medium
Defect
2011-07-19
2009-07-24
Anonymous
No

Originally created by: cmpilato
Originally owned by: cmpilato

Please describe the problem you found.  Try to avoid referring to "page
numbers", as those are subject to change over time.  If you need to, quote
the book paragraph(s) that are incorrect, and recommend corrections.
Chapter 6 has a bit that reads:

   If you include a username in the URL (e.g.,
   svn+rsh://username@host/path), the client will ...

Vincent Lefevre <vincent {_AT_} vinc17.org> points out that the URL above
wouldn't be accepted anyway because of the @-sign.  It would need some
salvation from the peg syntax parser in the form of a trail '@' (as in
svn+rsh://username@host/path@).

If we make that change, we'll want to explain briefly that we've added the
second @ because of the peg revision syntax rules, and of course xref over
to that section of the book.

Discussion

  • Anonymous

    Anonymous - 2009-07-24

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Owner: ---

     
  • Anonymous

    Anonymous - 2011-06-28

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Owner: cmpilato

     
  • Anonymous

    Anonymous - 2011-07-06

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Summary: ch06: Bogus @-containing example URL

     
  • Anonymous

    Anonymous - 2011-07-19

    Originally posted by: cmpilato

    Actually, this all appears to be untrue in the latest Subversion 1.6.x releases.  The peg revision syntax check is only applied to the final component of the URL, which in this case is just "path".  Finding no at-sign there, Subversion moves merrily along.

    Status: WontFix

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.