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).
Updated by Marcin Kuzminski [CTO] almost 8 years ago
- Target version changed from v4.5 to v4.6
Updated by Marcin Kuzminski [CTO] almost 8 years ago
- Target version changed from v4.6 to v4.7
Updated by Marcin Kuzminski [CTO] over 7 years ago
- Related to Bug #5227: 400 during a svn checkout, file with special chars added
Updated by Marcin Kuzminski [CTO] over 7 years ago
- Status changed from New to In Progress
Updated by Redmine Integration over 7 years ago
- Status changed from In Progress to Resolved
Commit 23640ce643a3 by Marcin Kuzminski marcin@rhodecode.com on default branch changed this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/23640ce643a3189cbe04dad8a71dc9af9f82cbce
Actions