Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 pysvn 确定特定条目的 svn HEAD 修订提交时间戳。有没有人暗示?
import pysvn import time path = "../example.txt" commitDate = time.strftime ( "%Y-%m-%d", time.gmtime (client.info2 (path) [0] [1] ["last_changed_date"]))