-1

Is there any way to check out only modified files through subversion commands because I want only modified files to be in my working copy Jenkins to build only modified files?

Konrad Krakowiak
  • 12,285
  • 11
  • 58
  • 45

1 Answers1

0

Subversion 1.8 updates modified items in working copy only. It does not fetch all data from the server, only modified items. Moreover, Subversion 1.8 has major efficiency improvements in this: http://subversion.apache.org/docs/release-notes/1.8.html#pristines.

bahrep
  • 29,961
  • 12
  • 103
  • 150