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

Re: svn commit: rev 5481 - trunk/subversion/libsvn_client

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-03-27 04:23:11 CET

On Wednesday, March 26, 2003, at 10:16 PM, Greg Stein wrote:

> On Wed, Mar 26, 2003 at 07:43:13PM -0600, rooneg@tigris.org wrote:
>> Author: rooneg
>> Date: Wed Mar 26 19:43:01 2003
>> New Revision: 5481
>>
>> Modified:
>> trunk/subversion/libsvn_client/commit.c
>> Log:
>> * subversion/libsvn_client/commit.c
>> (import_dir): move the svn:ignores check before the if (dir) else
>> if (file)
>> logic, since we might as well check it for directories as well as
>> files.
>> this lets you import a cvs working copy without bringing in the CVS
>> subdirectories by adding CVS to your global-ignores config option.
>
> Ooh! Good idea. And I think we should put CVS and .svn into the
> default set
> of ignores.

i wish i could take credit for it, but someone on irc actually pointed
out that it wasn't working for them (they wanted to import a CVS
working copy without the CVS subdirs), and then they logged off before
i could tell them that i was initially wrong, and that the import code
wasn't applying the ignores to directories. i had assumed that it
always worked this way.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 04:24:02 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.