Re: New tag ?

2005-07-23 Thread Jason Brittain
On 7/23/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > I have been doing some quick tests and my totally unscientific, > statistically invalid results are that cvs annotate seems to be about 7 > to 8 times faster than svn blame (50s compared with 7s) and cvs log > seems to be about 2 to 3 times faste

Re: How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Lebing Xie
Thanks Mark, can you give me some links where I can find stuff about such "remote debugging". I am a newbie in TC, just finish reading TC 4.1 source and have no experience without IDE as Eclipse (of course I have built TC5 with ANT, 2-3 CVS were down, had to find package with google). I am writing

RE: New tag ?

2005-07-23 Thread Yoav Shapira
Hi, Your plan is reasonable and good, +1. We can nag infra and the svn team and hopefully they will improve. But the bottom line is that we have no choice, must migrate to svn by 1/1/2006. We should just pick the date that's best for us... Yoav Shapira System Design and Management Fellow MIT Sl

Re: New tag ?

2005-07-23 Thread Mark Thomas
Remy Maucherat wrote: It's not really a UI thing for me. One feature I use often are revision lists for a particular file, to be able to tell where a bug has been introduced (I then do diffs between revisions). It seems with SVN I have to retrieve the full revision list for the repository (whic

Tagging 5.5.10...

2005-07-23 Thread Yoav Shapira
… right now.  The build will be uploaded to minotaur for mirroring in about 90 minutes.   Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED]   --

Re: How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Mark Thomas
The build process is too complex to use the Eclipse builder. I'd recommenced (as this is what I do): - import the source - build with Ant - use remote debugging Works a treat for me with TC4.1.x, TC5.0.x & TC5.5.x Mark Lebing Xie wrote: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/buildin

How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Lebing Xie
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html I am doing some research on Tomcat and want to build and debug Tomcat5.5 under Eclipse. Originally tomcat is built with ANT, it downloads all components from different CVS and build them together. I'd like to import Tomcat Source code (