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

Re: [TSVN] Ignore not ignoring

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2005-06-26 10:57:25 CEST

Bryan D. Andrews wrote:
> Perhaps I am not doing this correctly but I am trying to get TSVN to
> ignore bin and other directories when committing and importing.
>
> Currently I have it set to ignore:
>
> bin obj builds Bin Obj *.user *.suo bin* bin-*
>
> It seems to work on some but not all directories. Anyone else have this
> issue or am I misusing this?

Where did you set that ignore list? In svn:ignore or in the exclude
pattern in the TSVN settings?

In svn:ignore you would have to set it recursively from the WC root if
you want to ignore anywhere in the WC.

In the exclude pattern you have to use "*\bin *\obj" for directories,
because the patterns are matched against the full path.

Rainer

PS: You should upgrade to the latest version (1.2.0 at the moment) to
benefit from the new cache.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Jun 26 10:57:42 2005

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

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