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 this?
git svn init -T trunk http://svn.webkit.org/repository/webkit
git clonechecks out a git repository and has no link to SVN, so no. If you want to be linked to an SVN repository, follow the instructions from your link: