开发者

make svn st show status of new added share library

By default, svn st will not show the status of a shared library that has not been checked in to the repository. How to make it visible?

>svn info lib/libjmfntv.so 
svn: 'lib/libjmfntv.so' is not under version control
>svn st 
Nothing will show up; however, I want it show up like below so that I can remember to add it into the repository开发者_如何转开发 
?      lib/libjmfntv.so  


Use no-ignore option
svn status --no-ignore

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜