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.
我对使用 TortoiseSVN 客户端比较陌生。合并时如何处理二进制文件,例如 DLL 等?
您是简单地将它们从您要移动到的项目中删除,还是将它们添加到忽略列表中?
对于 bin 文件,通常会忽略它。
svn propedit
添加以下内容:
\src\ \src\XXX\ \src\XXX\bin\ \src\XXX\obj\
只需添加 bin/obj 文件夹即可忽略列表