1

I'm trying to keep keep original file time stamp as mentioned in this Stack Overflow question: How can I keep the original file [commit] timestamp on Subversion?

I edited the .subversion/config on Jenkins masters, but I'm not sure how I can tell my Jenkin slaves how to keep the original timestamp when they pull code.

Cœur
  • 37,241
  • 25
  • 195
  • 267
David Ding
  • 11
  • 1

1 Answers1

0

This was a misunderstanding on my part. The Subversion plugin adds Subversion support by SVNKit and from the SVNKit website:

"By default SVNKit tries to obtain all necessary information from the [tunnels] section of the config file that is located in the default SVN run-time configuration area. However if that information is not complete or not found at all, SVNKit tries then to use predefined system properties listed beneath."

So I'm assuming would use the config file on Jenkins Master

David Ding
  • 11
  • 1