Subclipse svn:ignore

后端 未结 12 2248
慢半拍i
慢半拍i 2020-11-29 15:43

I\'m new to Eclipse. I\'m using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it\'s grayed out. Is there an e

12条回答
  •  悲&欢浪女
    2020-11-29 16:13

    I just figured out how to do this:

    It appears that when you add a parent folder to version control, Eclipse adds all sub-folders. Once the sub-folders are added to version control, it is not possible to ignore them.

    Here's how to do it:

    Right click on the top level folder and add to version control Right click on the child folder you want to ignore, revert Right click on the child folder you want to ignore, svn:ignore (which will now be available)

提交回复
热议问题