-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.0.1
-
Component/s: User interface
-
None
Steps to reproduce:
1. Add a repository with the '/' character added at the end of the URL. For example: file:///c:/TEMP/testSVN/
2. As a result, the repository location will show double slashes. For example: file:///c:/TEMP/testSVN//
However, this should not be a problem of the functionality of the crucible. This problem does not apply to CVS and Perforce as well. I had tested the result in svn client and svnKit, both returned me the same result. Hence, crucible should be able to retrieve all the information from the SVN repository.
For example:
C:\>svn info file:///c:/testSVN// Path: testSVN URL: file:///C:/testSVN Repository Root: file:///C:/testSVN Repository UUID: 6577d1db-502a-2443-a7d7-e81521893c8e Revision: 1 Node Kind: directory Last Changed Author: cychan Last Changed Rev: 1 Last Changed Date: 2009-07-15 14:26:26 +0800 (Wed, 15 Jul 2009) C:\>svn info file:///c:/testSVN/ Path: testSVN URL: file:///C:/testSVN Repository Root: file:///C:/testSVN Repository UUID: 6577d1db-502a-2443-a7d7-e81521893c8e Revision: 1 Node Kind: directory Last Changed Author: cychan Last Changed Rev: 1 Last Changed Date: 2009-07-15 14:26:26 +0800 (Wed, 15 Jul 2009) C:\FISHEYE\fecru-2.0.1\lib\svn>jsvn info file:///c:/TEMP/testSVN/ SVNKIT_VER: 1.3.0 Path: testSVN URL: file:///c:/TEMP/testSVN Repository Root: file:///c:/TEMP/testSVN Repository UUID: 10ac9f95-80a0-f24a-ad7e-3ebd907bd3f2 Revision: 1 Node Kind: directory Last Changed Author: cychan Last Changed Rev: 1 Last Changed Date: 2009-07-15 13:31:56 +0800 (Wed, 15 Jul 2009) C:\FISHEYE\fecru-2.0.1\lib\svn>jsvn info file:///c:/TEMP/testSVN// SVNKIT_VER: 1.3.0 Path: testSVN URL: file:///c:/TEMP/testSVN Repository Root: file:///c:/TEMP/testSVN Repository UUID: 10ac9f95-80a0-f24a-ad7e-3ebd907bd3f2 Revision: 1 Node Kind: directory Last Changed Author: cychan Last Changed Rev: 1 Last Changed Date: 2009-07-15 13:31:56 +0800 (Wed, 15 Jul 2009)