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

Re: svn:ignore Question

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-18 11:48:16 CEST

Doug Gorley <douggorley@shaw.ca> writes:

> On Thu, 2003-07-17 at 17:40, Philip Martin wrote:
>> Ben Collins-Sussman <sussman@collab.net> writes:
>>
>> > Doug Gorley <douggorley@shaw.ca> writes:
>> >>
>> >> (/home/www/temp/irmconference_website) $ svn proplist --verbose .
>> >> Properties on '':
>> >> svn:ignore : .*.swp
>> >>
>> >> (/home/www/temp/irmconference_website) $ svn status
>> >> ? branches/page_header_redesign/cgi-bin/.process_registration.cgi.swp
>>
>> Huh? Did you really type 'svn status' with no path and get a path
>> with several directories in the output? Perhaps you really ran
>> 'svn status branches/page_header_redesign/cgi-bin', in which case you
>> need to set svn:ignore on that directory.

Ignore that, I don't know what I was thinking last night!

> Sure did; I ran 'svn status' from the root of my working directory; the
> only file that had been updated was buried 3 subdirs below.

Setting svn:ignore on a directory only affects items in that
directory, not items in sub-directories. You have shown that
svn:ignore is set on '.', but I suspect it is not set on the
sub-directory 'branches/page_header_redesign/cgi-bin'?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 11:49:11 2003

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

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