简体   繁体   中英

How to revert all files in directory to older SVN version

I want to revert the SVN files on my computer only to an older version. I don't want to commit the changes to the repository.

I tried svn merge -rCurrentVersion:revertToVersion , but I get:

[root]# svn merge -r150:139
svn: Try 'svn help' for more info
svn: Merge source required

How do I do this?

svn update命令与--revision标志一起使用。

svn update -r 139

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