Issue to push file with character # on a SVN

Hi,
We use SVN for a third party application. This application has a lot of filenames with the character #. When we commit, we always have this error:

svn: PUT of 'XXXXXXXXXX': 409 Conflict (http://hg.dev.domain.local)

It’s very simple to reproduce this bug with only two files:

  • myfile#1234.txt
  • myfile#12345.txt

When this is commited, there is a 409 conflict error. If we commit only the first file, it’s work, but in rhodecode the filename we stripped (eg the new file name is myfile).

Hi Thanks for the report.

I back-ported this to our issue tracker: https://issues.rhodecode.com/issues/4306