gclient config http://libjingle.googlecode.com/svn/trunk
after this there is nothing in trunk folder, instead there is where are all my files, telling libjingle moved to code.google and can be downloaded at
'https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%2Ftalk'
so now tried gclient config https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%2Ftalk
Then i set target os as target_os=['android','unix']
after that gclient sync --nohooks
this gives me following error
running 'svn checkout https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%2Ftalk /home/user1/libjingle/#svn%2Ftrunk%2Ftalk --non-interactive --ignore-externals' in '/home/user1/libjingle'
svn: Server sent unexpected return value (405 Method Not Allowed) in response to OPTIONS request for 'https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%2Ftalk'
How to solve this.
Thanks in advance