简体   繁体   中英

Revert a SVN commit to properties in Subversive

I have updated the SVN properties via clicking on Team->Show Properties on a folder in my branch under Eclipse Juno. Is there a way to revert this? Is this just like the usual commit

Thanks.

You want to remove that property change? Just revert the file/directory where that property is set.

Properties in Subversion are like file changes. When you change the property on a file (or directory), you must commit that file (or directory) as if you modified the actual contents of the file itself. Taking a look at the history log will show you that the file was changed, but if you diff that file to the previous version, it will show you just the property was changed.

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