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.
我在 SVN 的更改列表中有文件。
我想重命名该更改列表,同时将文件保留在其中。
怎么做 ?
使用以下内容:
svn changelist -R <new_name> . --changelist <old_name>
解释:
.
-R
--changelist