如何将二进制文件提交到svn?
我试图从我的 C++ 项目中提交二进制文件,但 debug 文件夹始终被忽略。
是的,我知道不建议这样做,但就我而言,这是必需的。
我尝试在项目设置中添加文件夹或从忽略的资源中删除模式。
我还尝试将上下文菜单与团队一起使用-> 添加到版本控制。
但所有方法都不适合我。
感谢您的任何建议。
I am trying to commit the binaries out of my C++ project, but the debug folder is always ignored.
Yes I know that isn't suggested to do that, but in my case it is required.
I have tried to add the folder with in the project settings or delete the patterns out of the ignored resources.
Also I have tried to use the context menu with team -> add to version control.
But all ways don't work for me.
Thanks for any advices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
获取 命令行 SVN 客户端 并执行以下操作:
Get the command line SVN client and do:
我建议您将文件存储在 FTP 站点中,并编写一个 rsync 脚本,以便在从 SVN 服务器签出后自动同步本地目录。
I suggest you store the files in an FTP site and write an rsync script to automatically sync the local directory after making the checkout from the SVN server.