tags:

views:

21

answers:

2

I want to check out this version of webkit.

Any idea how can I do it through svn?

http://trac.webkit.org/browser/releases/WebKitGTK/webkit-1.2.0

Is it possible to download only code and no .svn folders?

+1  A: 
svn co http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-1.2.0 .

will check out the code into your current folder.

EDIT:

svn export http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-1.2.0 .

will omit all .svn folders.

zellus
Thanks for your answer. Is it possible to download only code and no .svn folders?
Sunny
use svn export to omit .svn folders.
zellus
It is currently downloading a folder which I dont require and size of it is 1 gb, Is it possible to omit some particular folder with svn export?
Sunny
@Sunny: not to my knowing. Doing multiple exports of 'subfolders' omitting the *1 gb* one might be an option.
zellus
@zellus, I did the same, It works fine, Thank you very much. You saved lots of my time, I have planned to checkout through git, which takes a lot of time.
Sunny
A: 

svn export http://trac.webkit.org/browser/releases/WebKitGTK/webkit-1.2.0

Pepijn
should it be http://svn.webkit.org?
Sunny
@Pepijn: Did you verify the url?
zellus
-1 for wrong url.
zellus