Surfin’ Safari

Archive for March, 2007

Apple Joins HTML Working Group, You Can Too

Posted by Maciej Stachowiak on Tuesday, March 20th, 2007 at 4:35 pm

Recently, the W3 Consortium announced a renewed HTML Working Group effort. Apple has joined this working group, with myself, Hyatt and Adele as our initial representatives. The HTML Working Group has an unusually open process, meaning that anyone can join. If you are part of the WebKit community and interested in helping to define the [...]

SVN repository location change

Posted by Mark Rowe on Thursday, March 8th, 2007 at 8:33 pm

The location of the publicly-accessible SVN repository of WebKit is changing from svn://anonsvn.opensource.apple.com/svn/webkit/trunk to http://svn.webkit.org/repository/webkit/trunk. The location for developers with commit access remains unchanged. If you have a working copy checked out from the old URL you can switch it to the new location with the following command:
svn switch –relocate svn://anonsvn.opensource.apple.com/svn/webkit/trunk \
http://svn.webkit.org/repository/webkit/trunk
The change [...]