sseidel edited a comment on Bug JENKINS-14551

How to reproduce:

  • Do this on the Jenkins host:
cd /tmp
mkdir svn ws
svnadmin create svn
svn mkdir file:///tmp/svn/trunk -m trunk
svn mkdir file:///tmp/svn/branch -m branch

cd ws
svn co file:///tmp/svn/branch
cd branch
echo test > singleline
svn add singleline
svn commit -m added
  • Now create a Jenkins "freestyle" project with SVN URL file:///tmp/svn/trunk and build it once, then continue in the shell:
cd /tmp/ws
svn co file:///tmp/svn/trunk
cd trunk
svn merge -r 2:3 ../branch/
svn commit -m merged
  • Now build the project again. Check the workspace, the file "singleline" will contain 2 lines!
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to