Re: non-recursively checkout out an svn tree

2012-02-24 Thread Chris Withers
This looks great, just a shame the same thing can't be used to limit what it checked, and so what triggers a job to be built... Chris On 22/02/2012 16:37, danny staple wrote: In the SCM section on the job configuration, under the SVN, advanced you have "excluded regions", "included regions" an

Re: non-recursively checkout out an svn tree

2012-02-22 Thread danny staple
In the SCM section on the job configuration, under the SVN, advanced you have "excluded regions", "included regions" and a number of other settings. This is in my versino of Jenkins (1.424.2) with the 1.37 version of the subversion plugin installed. Thanks, Danny On 22 February 2012 13:59, Chris

Re: non-recursively checkout out an svn tree

2012-02-22 Thread Chris Withers
On 22/02/2012 10:46, danny staple wrote: Can you use the "included regions" setting on the subversion config Which subversion config are you referring to? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk

Re: non-recursively checkout out an svn tree

2012-02-22 Thread danny staple
Can you use the "included regions" setting on the subversion config to only include that file when polling? That should save some of the ache. It would still be nice if sparse checkouts were supported in jenkins too. On 22 February 2012 09:38, Chris Withers wrote: > On 22/02/2012 05:08, Jesse Fa

Re: non-recursively checkout out an svn tree

2012-02-22 Thread Chris Withers
On 22/02/2012 05:08, Jesse Farinacci wrote: Greetings, On Tue, Feb 21, 2012 at 12:30 PM, Chris Withers wrote: How can I *just* checkout the Makefile and cpp folders and have those used as the things that jenkins looks at for changes? https://issues.jenkins-ci.org/browse/JENKINS-777 Damn. A

Re: non-recursively checkout out an svn tree

2012-02-21 Thread Jesse Farinacci
Greetings, On Tue, Feb 21, 2012 at 12:30 PM, Chris Withers wrote: > How can I *just* checkout the Makefile and cpp folders and have those used > as the things that jenkins looks at for changes? https://issues.jenkins-ci.org/browse/JENKINS-777 -Jesse -- There are 10 types of people in this wor

Re: non-recursively checkout out an svn tree

2012-02-21 Thread Didier Durand
Hi, Is it possible for you to create a dir source/Makedir and move Makefile into it ? At least can you create Makedir and make a symlink to makefile into it. Then, you configure 2 checkout location in you jenkins job config: 1 for source/cpp and 1 for source/Makedir and you've reached your object

non-recursively checkout out an svn tree

2012-02-21 Thread Chris Withers
Hi All, I have a project with a tree structure roughly like this: source source/Makefile source/python source/cpp source/sql source/lotsofotherstuff I have a job that builds the C++ release and then runs its unit tests. This requires: source/Makefile source/cpp Since Makefile is a file, not a