On Mar 9, 2009, at 10:05 PM, Nitin wrote:

how can i get the diff between two revisions of webkit.
lets take an example of r36XXX and r40XXX.

The source code of WebKit is in a Subversion repository.

Subversion is a source code control system that lets you get the differences between versions.

There’s a book about Subversion available for free online <http://svnbook.red-bean.com/ >.

The Subversion "diff" command can give you the difference between two revisions. People working on WebKit put comments about changes into files named ChangeLog in each subproject directory and also in the Subversion commit messages.

    -- Darin

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to