-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
Platform: All, OS: All
When hudson is constructing the path to the workspace checkout location for an
svn external, it includes an extra slash in the path. For example:
ERROR: Failed to parse svn info for external
http://10.1.42.211/svn/textura/lib/j4j/1.0 at
portal/home/tomcat/hudson/workspace/portal/lib//j4j
Note the lib//j4j at the end of the previous line.
Code changed in hudson
from base path when processing svn externals. This avoids a path with a double slash (//).
User: : kaxelson
Path:
trunk/hudson/main/core/src/main/java/hudson/scm/SubversionEventHandlerImpl.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=17455
Log:
JENKINS-3533: [FIXED JENKINS-3533]Added code to remove trailing slash