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.
我试图在 svn 属性和全局忽略列表中排除,但都失败了,有没有办法在通过 c# 编码时做到这一点?
只需指定应提交哪些文件,并SvnDepth.Empty在您的SvnCommitArgs. 排除和忽略列表只是为了忽略新文件(主要是为了让你svn add *在命令行上,而不添加不应该在 svn 中的文件)
SvnDepth.Empty
SvnCommitArgs
svn add *