-
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.
[JENKINS-3533] extra slash (/) included in path to workspace copy of svn external
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 133606 ] | New: JNJira + In-Review [ 202287 ] |
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