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.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
(No comment was entered for this change.)
Owner: ---
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
(No comment was entered for this change.)
Owner: cmpilato
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
(No comment was entered for this change.)
Summary: ch06: Bogus @-containing example URL
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
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