gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Tla working slower than cvs, how to speedup?


From: Alexander Litvinov
Subject: Re: [Gnu-arch-users] Tla working slower than cvs, how to speedup?
Date: Wed, 9 Mar 2005 09:20:30 +0600
User-agent: KMail/1.6.2

В сообщении от 5 Март 2005 20:58 Jonathan Geisler написал(a):
> On Sat, Mar 05, 2005 at 09:50:56AM +0600, Alexander Litvinov wrote:
> > Some project stats:
> >    > find -type f | wc -l
> >
> >    13220
> >
> >    > find -type f -name '*.java' | wc -l
> >
> >    2738
>
> I've snipped most of the message to point out this drastic difference.
> What else is in the project beside .java files?  You have 10,000+ such
> files but not quite 3000 source files.  Are you committing .class
> files into your repository?  I'll let others tell you why that isn't a
> good thing.

No, we don't store class files in the  repository. We have images, jsps and 
jars. Here they are:
  > find jsp -name '*.jsp' -or -name '*.inc'  | wc -l
  313
  > find jsp -name '*.gif' -or -name '*.jpg' -or -name '*.jpeg'  | wc -l
  3387
  > find sql -name '*.sql'   | wc -l
  466
  > find jsp -type f  | wc -l
  8868
Other files I belive are the CVS and tla files.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]