Issue Type: Bug Bug
Affects Versions: current
Assignee: jbq
Components: svncompat13
Created: 16/May/13 7:37 AM
Description:

As we have a huge SVN repository, a selective svn checkout is done to minimize the checkout and update times during the build.

First set all subfolders to be excluded:
svn co http://reposerver/repos/project/trunk source --depth immediates
svn update --set-depth exclude source\Folder1
svn update --set-depth exclude source\Folder2
svn update --set-depth exclude source\Folder3

Then the needed subfolders are included again:
svn update --set-depth infinity source\Folder2

The expected behavior is to update only the included folder on an "svn up".

The SVN plugin does not allow to update without --depth attribute. Because of this it is not possible to update depending on the workspace settings (which are mixed: immediates and infinity) but only on the possible settings in the SVN plugin (which are: infinity, empty, files, immediates)

Environment: windows 7, vm ware virtual machine, jenkins running as service.
Project: Jenkins
Labels: scm subversion
Priority: Major Major
Reporter: Andreas Scheucher
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to