简体   繁体   中英

How to set expiration date in svn

Hi i am using SVNKit for document Management. I want to set expiration date when user locks the document. But there ia no setter property for expirationDate in SVNLock class. When user locks Document expiration date is set to null by FSRepository.java.

According to the documentation , you need to set the expiration date in the constructor. There aren't setters for any of the other properties of that class, it's all done through the constructor.

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