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

RE: Svn:ignore only an extension?

From: Dassi, Nasser <NDassi_at_141xm.com>
Date: 2005-01-19 22:45:42 CET

Thanks Erik, but that's exactly what I had tried (and all other
documented methods directly related to "svn:ignore").

I'm asking the list because the "separated list of file patterns to
ignore" seems to not enforce the propset rule against non-versioned
files.

The last thing I would want to do is add+commit *.abc files just to
ignore them. That would unnecessarily increase the repository size.

- nasser

Nasser Dassi
Sr. Technical Programmer
=========================================
E: ndassi@141xm.com
=========================================

-----Original Message-----
From: Erik Huelsmann [mailto:ehuels@gmail.com]
Sent: Wednesday, January 19, 2005 4:40 PM
To: Dassi, Nasser
Cc: users@subversion.tigris.org
Subject: Re: Svn:ignore only an extension?

On Wed, 19 Jan 2005 16:30:16 -0500, Dassi, Nasser <NDassi@141xm.com>
wrote:
>
>
>
> Hi. How can I "propset" to ignore any/all unversioned files of a
> certain extension (e.g. ".abc") ?
>
> Nothing I have tried with "propset global-ignores" or "propset
svn:ignore"
> work. Do any of you guys know how to allow a working copy to
> perpetually ignore an extension?
>
> I know changing attributes to "hidden" would allow this, but the files

> do get used and I would rather ignore the extension for all future
> instances of it existing :o)

From 'svn help propset':

    svn:ignore - A newline separated list of file patterns to
ignore.

So I guess you will need to specify a file pattern, not an extention.
Something like *.abc should do then...

svn help is your friend :-)

> Thanks in advance...

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 19 22:49:22 2005

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

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