简体   繁体   中英

How can I track file and folder modification times with SVN?

Please notice, that this has nothing to with setting use-commit-times . I am using SVN to keep track of school work (Word Documents, PDFs, images, etc.). What is necessary to do this? I have things that say to the effect that SVN's arbitrary properties can be used to store this information. How do I do this?

Additional information: I am not talking about the last commit time.

Subversion itself does not store this metadata. You could hack around it some by creating custom properties to record those timestamps, but you would then need to run a script to update them before performing any commit.

The repository only cares about when an item was changed in the repository .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM