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 changelist,如何查看我创建的所有变更列表的名称?
svn changelist
您可以使用svn status. 如果您只想要名称,请使用 grep 开头的行--- Changelist,例如:
svn status
--- Changelist
svn status | grep "^\-\-\- Changelist"