2011년 7월 15일 금요일

How to download svn revision behind firewall in EFL

When I was in company, I needed to download updated EFL libraries.
However, I wasn't able to do it because of firewall.
I succeeded it by using TracBrowser function in SVN.

What I did is:
2. Put revision number what I wanted down on 'view revision' text field.
3. Click 'Zip archive' in the bottom of the page.

Hope this helps.

2011년 7월 4일 월요일

Running DumpRenderTree on GTK port

1. Gets source code and etc from remote repository.
- svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit

2. Builds WebKit GTK+
- $ Tools/Scripts/build-webkit --gtk

3. Runs test
- $ Tools/Scripts/run-webkit-tests --gtk