Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: svnmerge-plugin
-
Labels:None
-
Environment:Windows XP
-
Similar Issues:
Description
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.
Attachments
Issue Links
- is related to
-
JENKINS-12185 Rebase does not work if 2 or more svn sources defined
-
- Open
-
I believe these are related as they both do with support for multiple svn sources for a project.