[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Adding Multiple Files To Ignore List At Once In Commit Dialog

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-11-25 10:56:44 CET

Christian.Eitner@anton-paar.com wrote:
> This is because I'm working with Visual Studio, where there are certain
> XML files that are relevant data, and others that just contain
> Intellisense information or whatsoever, so I cannot work with a *.xml
> wildcard pattern. In the Commit Dialog, I would (once) identify all
> 'noise files' and ignore them; but not one by one for, e.g., 20 files.

That's not a good thing to put in the commit dialog because it changes
the list of items to commit. Not only do you get rid of ignored files,
you also have to add parent folders to the list, otherwise the ignore
pattern will not be committed. It *might* be possible to do something
like this in the 'check for modifications' dialog.

You can use a more complex wildcard pattern if that helps. Do you get
any choice about where those files go - could you put them in a
subfolder and ignore that? I don't use VS so I don't know what the
limitations are.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Fri Nov 25 10:06:21 2005

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.