Bug #177
Pipe (|) character not accepted instead of colon (:) in URL/URI in scan command
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | CLI | |||
| Target version: | 0.5.2 Bergelmir | |||
Description
SupoSE Version 0.5.1 (Windows binaries)
DescriptionThe commands
supose.cmd scan --url "file:///C:/experimental/repos" --index experimental_index --create
supose.cmd scan --url "file://localhost/C:/experimental/repos" --index experimental_index --create
work fine, but
supose.cmd scan --url "file:///C|/experimental/repos" --index experimental_index --create
results in the error line
svn: Unable to open repository 'file:///C|/experimental/repos'
The command on the SVN command-line client
svn ls "file:///C|/experimental/repos"
works fine.
History
Updated by Karl Heinz Marbaise 1051 days ago
- Target version set to 0.5.2 Bergelmir
Updated by Karl Heinz Marbaise 1051 days ago
- Start deleted (
03/20/2009)
Hi Rob,
the reason for not working using "|" symbol is that the underlying SVNKit library does currently not support this kind of schema...but this might change in the future...
Kind regards
Karl Heinz Marbaise
Updated by Karl Heinz Marbaise 1049 days ago
Hi there,
based on that that the thing might be fixed in the future by the SVNKit people i will close that issue for now.
Kind regards
Karl Heinz Marbaise
Updated by Karl Heinz Marbaise 1049 days ago
- Status changed from New to Closed