Ignoring Directories

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
ironhead
CodeLite Enthusiast
Posts: 22
Joined: Mon Mar 30, 2009 3:15 pm
Contact:

Ignoring Directories

Post by ironhead »

Is it possible to ignore directories? I've gone to Plugins > Subversion > Options and added the directory names, but it doesn't work. I've added them to the repository via 'svn propset svn:ingore -R <Directory> .' but since the Subversion plugin uses '--no-ignore', they are showing up in the 'SVN Status Report'.

I'm really impressed with CodeLite, it's by far the best Open Source IDE I've used to date.

Cheers! :)
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Ignoring Directories

Post by eranif »

Ok, I can make this --no-ignore option optional

Eran
Make sure you have read the HOW TO POST thread
Post Reply