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.
我目前有多台用于 iOS 开发的 mac 机器,它们定期从 SVN 存储库构建应用程序。时不时会有新的配置文件,或使用新设备更新的配置文件,目前我通过将配置文件单独安装到每台机器上来维护它们。有什么方法可以在多台机器上自动同步配置文件?
你为什么不把它们签入SVN?您可以创建一个单独的目录,或者只是将它们放在项目工作区中。