2013-03-24 56 views

回答

1

你可以使用svn status看到你的更改列表。如果您只想要名稱,grep代表開頭爲--- Changelist的行,例如:

svn status | grep "^\-\-\- Changelist" 
相關問題