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

AW: Re: Properties and svn:ignore

From: Markus Schaber <m.schaber_at_3s-software.com>
Date: Wed, 9 Nov 2011 08:34:43 +0000

Hi, Gerald,

Von: Gerald Britton [mailto:gerald.britton_at_gmail.com]

>> On 08.11.2011 19:17, Gerald Britton wrote:
>> > I notice that when I choose to edit or add the svn:ignore property,
>> > a window pops up where I can add the files to be ignored. I'm
>> > wondering: Can that include comments and blank lines? e.g. would
>> > this be OK
>> >
>> > # ignore executables
> >> *.exe *.dll
>> >
>> > # ignore Visual Studio generated files *.suo *.vbproj.user *.pdb
>> > *.exe.manifest
>> >
>> > # ignore ugly files
>> > ugly*
>>
>> No, the svn:ignore property does not allow for comments.

In fact, it will work as long as the comments do not match a file name. So if you never create files whose name starts with a # sign, it might work fine.

> Pity. but the blank lines are OK?

As there are no emtpy file names allowed by the operating systems I know, empty lines won't match any file name, so they should work.

Markus

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2876535

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-09 09:34:54 CET

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.