2014-02-04 Pavneet singh Kochhar <kochha...@gmail.com>:
> On Tue, Feb 4, 2014 at 4:08 AM, Konstantin Kolinko
> <knst.koli...@gmail.com>wrote:
>
>> > On Wed, Jan 29, 2014 at 2:59 PM, Caldarale, Charles R <
>> > chuck.caldar...@unisys.com> wrote:
>>
>
>  >3. What tools are you using? Do you know how to use those tools?
>
>
> Currently I am using SVN to examine the commit logs.
>
>>
>> >4. Tomcat 5.5 and earlier consist of several components
>> >(build, connectors, container, jasper, servletapi).
>
>>
>>
>>Each of those was a separate project.
>> >Each of those had its own trunk/tags/branches structure
>> >Each of those has its own svn history.
>>
>> I am interested in commit logs related to all the components since I would
> want to know which files were changed during bug fixing.

Two ways:
a) Get log for each one and combine them
b) Get log for the root ('/tomcat/')

Do not forget to use '--limit' argument when using 'svn log' command.
E.g. 'svn log --limit 100'

(By default svn log does not have a limit, which is a burden on the server).

>> >5. Source code for older versions of Tomcat was migrated from CVS.
>> >CVS does not save history when files are renamed or copied.
>>
>> Ok, is it possible to get the CVS repository or any other option where I
> can get commit logs.
>

The logs are there. I am just saying that it may be a bit harder to
follow those.

>> >If you are looking for an old change, you may have to look for Tomcat
>> >4 or earlier sources for the same-named file.
>>
>>   No, i am only interested in commit logs associated with Tomcat5.
>
>
>> 6. All commit e-mails can be found in mailing list archives.
>>
>
> Ok
>
> In short, I need all the commit logs (Tomcat5 only) which I can examine to
> find the fixes for bugs. From these fixes, I can get the information about
> the files changed.
> Thanks for the help!
>

If you know the bug number, it is easier to search mailing list (dev@)
archive for commit e-mail with that bug number.

If you know the text in changelog.xml, you can search for that text.

If you know in what version an issue was fixed, you can perform svn
diff between versions and get a list of changed files.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to