8 Aug
2007
8 Aug
'07
5:19 p.m.
On Aug 8, 2007, at 8:42 AM, Sunil Bannur wrote:
Hi,
How to get labeled version of webkit on windows from SVN, can you pls. send me the command line. For example, I want to get the release WebKit r24872
The command you want is: svn checkout -r24872 http://svn.webkit.org/repository/webkit/trunk http://webkit.org/building/checkout.html has information about checking out the code, and http://svnbook.red-bean.com/ has more information about using Subversion. -Adam