John Werner created JENKINS-12671:
-------------------------------------
Summary: svnmerge does not correctly create branch and job if more
than one SVN project is checked out.
Key: JENKINS-12671
URL: https://issues.jenkins-ci.org/browse/JENKINS-12671
Project: Jenkins
Issue Type: Bug
Components: svnmerge
Environment: Windows XP
Reporter: John Werner
Assignee: Kohsuke Kawaguchi
If a project has more than one svn source defined, creating a feature branch
and project only works on the first svn source.
Example:
1) Start with a project (MY_Project) that uses SVN sources <svn>/Part_A,
<svn>/Part_B, <svn>/Part_C.
2) Create a Feature Branch called zzz_my_feature.
3) A new project is created (MY_Project-zzz_my_feature), but there is only 1
SVN source, <svn>/branches/zzz_my_feature. The source only contains the
contents of Part_A. Also, only Part_A is branched in the svn repository.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira