Hi,
I am using git to get my Webkit repository by following this: https://trac.webkit.org/wiki/UsingGitWithWebKit
So i did
git clone git://git.webkit.org/WebKit.git WebKit
I have been upgrading my repository using "git pull"
My Question is can I do ' git svn rebase' in my repository? Or I can only do that if I create my repository using 'git svn init -T trunk http://svn.webkit.org/repository/webkit'?