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.
我想使用 Xcode 将 iOS 项目上的 .a 文件添加到 SVN,但 SVN 显然忽略了它们。
是否有任何配置文件可以将 SVN 设置为不忽略这些文件?我尝试更改文件,~/.subversion/config但该文件已完全注释,似乎不是影响提交的文件。
~/.subversion/config
我已经看到了通过终端提交这些文件的解决方案,但我想要一些更解放双手的东西。