Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11167


Ignore:
Timestamp:
Apr 22, 2013, 3:33:09 PM (11 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11167 – Description

    initial v1  
    99Aborted
    1010}}}
    11 According to http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/path.c?view=annotate#l821, must escape characters other than "pchar".
     11According to http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/path.c?view=annotate#l821, must escape characters other than the following.
     12{{{
     13alphanum | mark | ":" | "@" | "&" | "=" | "+" | "$" | ",".
     14}}}