Re: GIT does not support empty directories

2010-04-16 Thread Lance Norskog
This problem is in every Apache project... On Fri, Apr 16, 2010 at 3:10 PM, Chris Hostetter wrote: > > : I've run into this too.  I don't think this needs to be documented, I > : think it needs to be *fixed* -- that is, the relevant ant tasks need to > : not assume these directories exist and cre

RE: GIT does not support empty directories

2010-04-16 Thread Chris Hostetter
: I've run into this too. I don't think this needs to be documented, I : think it needs to be *fixed* -- that is, the relevant ant tasks need to : not assume these directories exist and create them if not. There is a reason these empty directories are commited and not created on the fly by an

Re: GIT does not support empty directories

2010-04-16 Thread Ted Dunning
That is where I learned the trick. On Fri, Apr 16, 2010 at 1:05 PM, Andrzej Bialecki wrote: > On 2010-04-16 21:33, Ted Dunning wrote: > > Put a readme file in the directory and be done with it. > > That's a trick I used with CVS 15 years ago ... these newfangled gizmos > aren't so smart after al

Re: GIT does not support empty directories

2010-04-16 Thread Andrzej Bialecki
On 2010-04-16 21:33, Ted Dunning wrote: > Put a readme file in the directory and be done with it. That's a trick I used with CVS 15 years ago ... these newfangled gizmos aren't so smart after all ;) -- Best regards, Andrzej Bialecki <>< ___. ___ ___ ___ _ _ __

Re: GIT does not support empty directories

2010-04-16 Thread Walter Underwood
oo. I don't think this needs to be documented, I >>> think >>>> it needs to be *fixed* -- that is, the relevant ant tasks need to not >>> assume >>>> these directories exist and create them if not. >>>> >>>> ~ David Smiley >>>

Re: GIT does not support empty directories

2010-04-16 Thread Ted Dunning
#x27;s easy to make the ant build tolerant of > > them. > > > > ~ David Smiley > > > > From: Robert Muir [rcm...@gmail.com] > > Sent: Friday, April 16, 2010 6:53 AM > > To: solr-dev@lucene.apache.org > > Subject: Re: GIT does not suppo

Re: GIT does not support empty directories

2010-04-16 Thread Robert Muir
> > -Original Message----- > > From: Lance Norskog [mailto:goks...@gmail.com] > > Sent: Wednesday, April 14, 2010 11:14 PM > > To: solr-dev > > Subject: GIT does not support empty directories > > > > There are some empty directories in the

RE: GIT does not support empty directories

2010-04-16 Thread Smiley, David W.
AM To: solr-dev@lucene.apache.org Subject: Re: GIT does not support empty directories Seriously? We should hack our ant files around the bugs in every crappy source control system that comes out? Fix Git. On Thu, Apr 15, 2010 at 10:55 PM, Smiley, David W. wrote: > I've run into this too.

Re: GIT does not support empty directories

2010-04-16 Thread Robert Muir
-- that is, the relevant ant tasks need to not assume > these directories exist and create them if not. > > ~ David Smiley > > -Original Message- > From: Lance Norskog [mailto:goks...@gmail.com] > Sent: Wednesday, April 14, 2010 11:14 PM > To: solr-dev > Subj

RE: GIT does not support empty directories

2010-04-15 Thread Smiley, David W.
@gmail.com] Sent: Wednesday, April 14, 2010 11:14 PM To: solr-dev Subject: GIT does not support empty directories There are some empty directories in the Solr source tree, both in 1.4 and the trunk. example/work example/webapp example/logs Git does not support empty directories: https://git.wiki.

GIT does not support empty directories

2010-04-14 Thread Lance Norskog
There are some empty directories in the Solr source tree, both in 1.4 and the trunk. example/work example/webapp example/logs Git does not support empty directories: https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F And so, when you check out from the Apache GIT