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