[webkit-dev] diff between two revisions of webkit

Darin Adler darin at apple.com
Tue Mar 10 05:48:46 PDT 2009


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



More information about the webkit-dev mailing list