The problem with setting the option in the user's config is that this 
option is not desirable for updates, only for checkouts.  If set in config, 
it applies to both.

Our problem is that certain parts of our code depend on the timestamps 
being correct to avoid triggering, for example, automake processing when we 
have already committed the Makefile output of automake.  Therefore, we need 
to have a definitive set of timestamps, which can be accomplished by using 
commit times when checking out.

For updates, however, it is always desirable to timestamp the updated files 
with 'now' rather than with the commit time of the file, so that the 
updates will always cause a rebuild where necessary.

In our developer environment, we created a wrapper script which provides 
the commit-times option.  We encourage developers not to set the option to 
yes in their config files.

Thanks.



On Friday, January 9, 2015 at 6:41:41 PM UTC-5, Daniel Beck wrote:
>
> Should be possible by uncommenting the use-commit-times option in 
> ~/.subversion/config on all nodes building the job. Subversion plugin (or 
> rather SVNKit) appears to honor these options as defaults. 
>
> On 10.01.2015, at 00:35, David Carson <[email protected] <javascript:>> 
> wrote: 
>
> > Any response?  I would also like to know the answer to this question. 
>  It seems like there must be more control over 'svn checkout' than the 
> "Check-out Strategy" pull-down. 
> > 
> > On Monday, November 17, 2014 at 2:20:36 PM UTC-5, Prajakta 
> Kanitkar-Joshi wrote: 
> > Hi, 
> > 
> > Is there a way in Jenkins to configure "svn checkout" options? I need to 
> turn on the "use-commit-times flag"  option. 
> > 
> > Thanks, 
> > Prajakta 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "Jenkins Users" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected] <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/794ea0b1-dc01-4cba-90ca-a804b4009725%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/83f4ab8a-f983-414d-9d5a-825db007a977%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to