简体   繁体   中英

How to commit the binaries to svn?

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.

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

svn add /path/to/debug

我建议您将文件存储在FTP站点中,并编写rsync脚本以在从SVN服务器中签出后自动同步本地目录。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM