Eclipse Subversion:排除目录
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9430276/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse Subversion: Exclude Directories
提问by Joni
I'm on windows, running Eclipse Indigo with Subersive for connecting to a REMOTEsvn repo.
我在 Windows 上,使用 Subersive 运行 Eclipse Indigo 以连接到远程svn 存储库。
I have a project checked out into a local folder. There are some directories in the project that I want to exclude from the check-in check-out process.
我有一个项目检出到本地文件夹。项目中有一些目录我想从签入签出过程中排除。
How can I do this? (I do not have SVN installed on windows, and WILL NOT install it separately due to various reasons.)
我怎样才能做到这一点?(我没有在windows上安装SVN,由于各种原因不会单独安装。)
回答by Joni
Set the svn:ignore
property to the list of files/directories that you want to ignore on the directory that contains them.
将该svn:ignore
属性设置为要在包含它们的目录上忽略的文件/目录列表。
The easiest way to do it seems to be through the "Team" context menu: http://www.eclipse.org/subversive/documentation/teamSupport/SVNaction/ignore_vc.php
最简单的方法似乎是通过“团队”上下文菜单:http: //www.eclipse.org/subversive/documentation/teamSupport/SVNaction/ignore_vc.php