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 忽略目录?
我正在尝试执行 svn 状态以查看我尚未提交的文件,但是有一个名为 'phpunit' 的文件夹,我想忽略该文件夹,这可能吗?
谢谢,J
请参阅 SVNBook 文章“忽略未受版本控制的项目”。
您要查找的命令: svn propset svn:ignore "phpunit" .
svn propset svn:ignore "phpunit" .
请参阅svn propset参考资料。
svn propset