简体   繁体   中英

subversion: How to retrieve current list of changelist names?

通过svn changelist创建多个变更svn changelist ,如何查看已创建的所有变更列表的名称?

You can see your changelists using svn status . If you just want the names, grep for the lines beginning --- Changelist , eg:

svn status | grep "^\-\-\- Changelist"

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