如何将二进制文件提交到svn?

发布于 2024-12-01 16:40:59 字数 217 浏览 0 评论 0原文

我试图从我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丑丑阿 2024-12-08 16:40:59

获取 命令行 SVN 客户端 并执行以下操作:

svn add /path/to/debug

Get the command line SVN client and do:

svn add /path/to/debug
記柔刀 2024-12-08 16:40:59

我建议您将文件存储在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文