默认情况下,svn st
不会显示尚未签入存储库的共享库的状态。如何让它可见?
>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
答案 0 :(得分:2)
使用no-ignore选项
svn status --no-ignore