I want to commit a version of jruby into my svn repository and there are a number of files under the jruby-1.2.0/share/ri/1.8/system/Matrix directory with the special character '%' in the file names. When I try to check these files into svn I get the following error:
svn: Commit failed (details follow):
svn: '/!svn/wrk/jruby-1.2.0/share/ri/1.8/system/Matrix/%252f-i.yaml' path not found
The actual file name is '%2f-i.yaml'. So, it appears that svn is encoding the file name replacing the '%' character with '%25' causing the error message. Is there something special I need to do with svn so that the '%' character is not encoded?