-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 4.8.2
-
Component/s: Indexing
-
None
-
Severity 3 - Minor
Issue Summary
If a file files in svn have whitespace in them and we are getting this error during indexing
"Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: org.apache.subversion.javahl.ClientException: svn: E175002: PROPFIND of '/path/to/file/with whitespace in it': 400 Illegal character SPACE="
This is due to an bug in the SVNKit version used with Fisheye (latest 1.10.1): https://issues.tmatesoft.com/issue/SVNKIT-491.
Steps to Reproduce
- Connect Fisheye to an SVN repository
- Commit a file with whitespace in its name to an SVN repository
- During indexing, Fisheye throws the above error.
Expected Results
Fisheye indexes files with whitespace in their names.
Actual Results
The below exception is thrown in the atlassian-fisheye.log file:
Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: org.apache.subversion.javahl.ClientException: svn: E175002: PROPFIND of '/path/to/file/with whitespace in it': 400 Illegal character SPACE="
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
- duplicates
-
FE-5120 FishEye fails to index an SVN repository over HTTP with a 400 bad request error
-
- Closed
-