This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What's the point of libbanshee's existance?
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: <aspiesrule at mcleodusa dot net>
- Cc: <gcc at gcc dot gnu dot org>
- Date: 30 Nov 2003 19:30:20 -0500
- Subject: Re: What's the point of libbanshee's existance?
- References: <20031201000916.12183.qmail@gossamer.airs.com>
<aspiesrule@mcleodusa.net> writes:
> Why do we have a libbanshee directory structure in the CVS tree that
> contains nothing but CVS overhead?
As a practical counterpoint to the other replies, put this in your
~/.cvsrc file:
checkout -P
update -P
Ian