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

Re: Global ignore pattern not working...

From: mperrone <mperrone_at_lason.com>
Date: 2007-03-29 21:25:05 CEST

One of the problems with the Subversion/Tortoise is the assumption that
everyone has a UNIX background. It would help a tremendous amount to offer
documentation for other platforms.

The manual states...
Global ignore patterns are used to prevent unversioned files from showing up
e.g. in the commit dialog. Files matching the patterns are also ignored by
an import. Ignore files or directories by typing in the names or extensions.
Patterns are separated by spaces e.g. */bin */obj *.bak *.~?? *.jar
*.[Tt]mp. The first two entries refer to directories, the other four to
files.

Since I do not have a UNIX background, I had to spend about 2 hours digging
through forums for a simple answer. The help file was useless. This filter
is for a Visual Studio 2005 project...

*\bin *\obj *\bin\* *\obj\* *.vssscc *.scc *.suo *.vspscc *\Properties
*\Properties\* *.datasource app.config *.user

The filters will vary by the type of project. I am doing an evaluation of
SourceSafe 2005 and Subversion. Thats why I have the vs filters. With
this filter, the repository contents matched what SourceSafe loads into its
own repository.

From what I can tell, a file filter drills down into subfolders but a folder
filter by itself, as implied by the help file, does not work at all. if you
want to also ignore the folder, use the *\folder\* syntax. Again, I don't
know UNIX so maybe all you need is *\folder\* to ignore the folder and the
files in that folder.

A knowledgebase addressing common Subversion issues would be another great
help.

Andy Levy wrote:
>
> For the benefit of others who are reading list archives in the future,
> could you share how you resolved the problem?
>
> On 3/29/07, mperrone <mperrone@lason.com> wrote:
>>
>> Resolved..
>>
>>
>> mperrone wrote:
>> >
>> > I specify */bin */obj in the Settings dialog. When I import, the obj
>> and
>> > bin folders are present in the repository.
>> >
>> > Is there another step ?
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Global-ignore-pattern-not-working...-tf3487011.html#a9739628
>> Sent from the tortoisesvn - users mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
>> For additional commands, e-mail: users-help@tortoisesvn.tigris.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: users-help@tortoisesvn.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Global-ignore-pattern-not-working...-tf3487011.html#a9740876
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Mar 29 21:25:19 2007

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.