No worries... I think that most folks that add stuff to svn:ingore don't realize there is a local global-ignores that can be used to ignore files for their preference which doesn't force that preference on everyone.

--jason


On Mar 18, 2007, at 5:59 PM, Davanum Srinivas wrote:

Thanks Jason. I really had no idea either.

-- dims

On 3/18/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
Personally, I would only like to see target in svn:ignore, since that
is the one location that is expected to have generated stuff for m2
builds.

Everything else, that I personally want to ignore I add in
~/.subversion/config in the [miscellany] section:

     global-ignores = *.log *.save *.o *.lo *.la #*# .*~
*~ .#* .DS_Store build dist target *.ipr *.iml
*.iws .project .classpath .settings

--jason


On Mar 18, 2007, at 1:54 PM, David Jencks wrote:

> I had no idea there was a possibility to have a local ignore
> configuration! This is great!
>
> What would you like to see in the svn:ignore? Nothing? target? ??
>
> thanks
> david jencks
>
> On Mar 18, 2007, at 4:36 PM, Jason Dillon wrote:
>
>> Ugh... more svn:ingore stuff... is it too much trouble to get
>> people to update their ~/.subversion/config to add these ignores?
>>
>> I find it very useful at times to use `svn status` to find out
>> what generated stuff is in a tree.  I can do this very easily by
>> turning off my local ignores, but when people keep adding
>> svn:ignore properties to directories its almost impossible to use
>> `svn status` for this purpose.
>>
>> I would really like to see local ignores being used, and for folks
>> to stop leaning on the svn:ingore property so much for stuff they
>> *personally* want to have ignored.
>>
>> --jason
>>
>>
>> On Mar 18, 2007, at 1:22 PM, [EMAIL PROTECTED] wrote:
>>
>>> Author: dims
>>> Date: Sun Mar 18 13:22:36 2007
>>> New Revision: 519684
>>>
>>> URL: http://svn.apache.org/viewvc?view=rev&rev=519684
>>> Log:
>>> ignore target and *.iml files
>>>
>>> Modified:
>>>     geronimo/server/trunk/configs/jasper/   (props changed)
>>>     geronimo/server/trunk/configs/jsr88-deploymentfactory/
>>> (props changed)
>>>     geronimo/server/trunk/modules/geronimo-deploy-jsr88-
>>> bootstrapper/   (props changed)
>>> geronimo/server/trunk/modules/geronimo-jasper/ (props changed)
>>>     geronimo/server/trunk/modules/geronimo-myfaces/   (props
>>> changed)
>>>     geronimo/server/trunk/modules/geronimo-myfaces-builder/
>>> (props changed)
>>>     geronimo/server/trunk/repository/   (props changed)
>>>     geronimo/server/trunk/testsupport/test-deployment-javaee_5/
>>> (props changed)
>>>
>>> Propchange: geronimo/server/trunk/configs/jasper/
>>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (original)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -1 +1,3 @@
>>>  target
>>> +*.iml
>>> +
>>>
>>> Propchange: geronimo/server/trunk/configs/jsr88- deploymentfactory/ >>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (original)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -1 +1,3 @@
>>>  target
>>> +*.iml
>>> +
>>>
>>> Propchange: geronimo/server/trunk/modules/geronimo-deploy-jsr88-
>>> bootstrapper/
>>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (original)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -1 +1,3 @@
>>>  target
>>> +*.iml
>>> +
>>>
>>> Propchange: geronimo/server/trunk/modules/geronimo-jasper/
>>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (added)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -0,0 +1,2 @@
>>> +*.iml
>>> +target
>>>
>>> Propchange: geronimo/server/trunk/modules/geronimo-myfaces/
>>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (added)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -0,0 +1,2 @@
>>> +*.iml
>>> +target
>>>
>>> Propchange: geronimo/server/trunk/modules/geronimo-myfaces- builder/ >>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (added)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -0,0 +1,2 @@
>>> +*.iml
>>> +target
>>>
>>> Propchange: geronimo/server/trunk/repository/
>>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (added)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -0,0 +1,2 @@
>>> +*.iml
>>> +target
>>>
>>> Propchange: geronimo/server/trunk/testsupport/test-deployment-
>>> javaee_5/
>>> --------------------------------------------------------------------
>>> ----------
>>> --- svn:ignore (added)
>>> +++ svn:ignore Sun Mar 18 13:22:36 2007
>>> @@ -0,0 +1 @@
>>> +*.iml
>>>
>>>
>>
>




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers

Reply via email to