Actions
Bug #4306
openIssue to push file with character # on a SVN
Start date:
09.11.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
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).
Actions