I wrote a java program that using the SVNKit. The timestamp of checked out file is system time ,instead of the commit time 。How can I check out file with the commit time.
|
feedback
|
|
Look at ISVNOptions#setUseCommitTimes(). From there:
| |||
|
feedback
|