开发者

make svn st show status of new added share library

开发者 https://www.devze.com 2023-01-17 15:32 出处:网络
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?

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

精彩评论

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

关注公众号