Git Product home page Git Product logo

Comments (8)

lukeweber avatar lukeweber commented on August 24, 2024

Doesn't look like a git revision. Want to try gclient sync which will just
pull master and let me know if its there. Otherwise try revision 9827d8a
which is stable head.
On Feb 15, 2013 10:12 PM, "KamikX" [email protected] wrote:

Hi everyone

I am done first steps getting the code , but can not find folder
third_party/expat

I try this steps whit comand gclient sync --revision 169394 this revision
is in expat.gyp next step but neither this revision is not functional.
Existing some way for download version whit exapt ?

Thanks


Reply to this email directly or view it on GitHubhttps://github.com//issues/67.

from webrtc-jingle-client.

KamikX avatar KamikX commented on August 24, 2024

I undderstand how try gclient sync which will just pull master and revision 9827d8a too not contains exapt.
There is log from my terminal

localhost:~ kamik$ export PATH="$PATH":pwd/depot_tools
localhost:~ kamik$ mkdir webrtcjingleproject
localhost:~ kamik$ cd webrtcjingleproject
localhost:webrtcjingleproject kamik$ gclient config https://github.com/lukeweber/webrtc-jingle-client.git --name trunk
localhost:webrtcjingleproject kamik$ gclient sync --revision 9827d8a
1>________ running 'git clone --progress https://github.com/lukeweber/webrtc-jingle-client.git /Users/kamik/webrtcjingleproject/trunk' in '/Users/kamik/webrtcjingleproject'
1>Cloning into '/Users/kamik/webrtcjingleproject/trunk'...
1>remote: Counting objects: 4014, done.
1>remote: Compressing objects: 0% (1/1154)
1>remote: Compressing objects: 10% (116/1154)
1>remote: Compressing objects: 20% (231/1154)
1>remote: Compressing objects: 30% (347/1154)
1>remote: Compressing objects: 40% (462/1154)
1>remote: Compressing objects: 50% (577/1154)
1>remote: Compressing objects: 60% (693/1154)
1>remote: Compressing objects: 70% (808/1154)
1>remote: Compressing objects: 80% (924/1154)
1>remote: Compressing objects: 90% (1039/1154)
1>remote: Compressing objects: 100% (1154/1154)
1>remote: Compressing objects: 100% (1154/1154), done.
1>Receiving objects: 0% (1/4014)
1>Receiving objects: 10% (402/4014)
1>Receiving objects: 20% (803/4014)
1>Receiving objects: 30% (1205/4014)
1>Receiving objects: 40% (1606/4014)
1>Receiving objects: 50% (2007/4014), 204.00 KiB | 353 KiB/s
1>Receiving objects: 60% (2409/4014), 204.00 KiB | 353 KiB/s
1>Receiving objects: 70% (2810/4014), 204.00 KiB | 353 KiB/s
1>Receiving objects: 80% (3212/4014), 204.00 KiB | 353 KiB/s
1>Receiving objects: 90% (3613/4014), 204.00 KiB | 353 KiB/s
1>remote: Total 4014 (delta 2119), reused 3800 (delta 1923)
1>Receiving objects: 100% (4014/4014), 748.00 KiB | 694 KiB/s
1>Receiving objects: 100% (4014/4014), 777.04 KiB | 694 KiB/s, done.
1>Resolving deltas: 0% (0/2119)
1>Resolving deltas: 10% (226/2119)
1>Resolving deltas: 30% (636/2119)
1>Resolving deltas: 40% (848/2119)
1>Resolving deltas: 50% (1065/2119)
1>Resolving deltas: 60% (1275/2119)
1>Resolving deltas: 80% (1700/2119)
1>Resolving deltas: 90% (1927/2119)
1>Resolving deltas: 100% (2119/2119)
1>Resolving deltas: 100% (2119/2119), done.
1>Checked out 9827d8a to a detached HEAD. Before making any commits
1>in this repo, you should use 'git checkout ' to switch to
1>an existing branch or use 'git checkout origin -b ' to
1>create a new branch for your work.
1>Syncing projects: 0% ( 0/ 3)
3>________ running 'git clone --progress https://github.com/lukeweber/chromium-trunk-build-override.git /Users/kamik/webrtcjingleproject/trunk/build' in '/Users/kamik/webrtcjingleproject'
2>________ running 'git clone --progress https://github.com/lukeweber/chromium-trunk-base-override.git /Users/kamik/webrtcjingleproject/trunk/base' in '/Users/kamik/webrtcjingleproject'
3>Cloning into '/Users/kamik/webrtcjingleproject/trunk/build'...
8>________ running 'git clone --progress https://github.com/lukeweber/googletest.git /Users/kamik/webrtcjingleproject/trunk/third_party/gtest' in '/Users/kamik/webrtcjingleproject'
2>Cloning into '/Users/kamik/webrtcjingleproject/trunk/base'...
9>________ running 'git clone --progress http://git.chromium.org/chromium/deps/icu46.git /Users/kamik/webrtcjingleproject/trunk/third_party/icu' in '/Users/kamik/webrtcjingleproject'
8>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/gtest'...
9>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/icu'...
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 5.0 seconds and retrying....
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 5.0 seconds and retrying....
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 5.0 seconds and retrying....
9>remote: Counting objects: 5033, done.
9>remote: Compressing objects: 0% (1/2141)
9>remote: Compressing objects: 10% (215/2141)
9>remote: Compressing objects: 20% (429/2141)
9>remote: Compressing objects: 30% (643/2141)
9>remote: Compressing objects: 40% (857/2141)
9>remote: Compressing objects: 50% (1071/2141)
9>remote: Compressing objects: 60% (1285/2141)
9>remote: Compressing objects: 70% (1499/2141)
9>remote: Compressing objects: 80% (1713/2141)
9>remote: Compressing objects: 90% (1927/2141)
9>remote: Compressing objects: 100% (2141/2141)
9>remote: Compressing objects: 100% (2141/2141), done.
9>Receiving objects: 0% (1/5033)
8>remote: Counting objects: 3507, done.
8>remote: Compressing objects: 0% (1/550)
8>remote: Compressing objects: 10% (55/550)
8>remote: Compressing objects: 20% (110/550)
8>remote: Compressing objects: 30% (165/550)
8>remote: Compressing objects: 40% (220/550)
8>remote: Compressing objects: 50% (275/550)
8>remote: Compressing objects: 60% (330/550)
8>remote: Compressing objects: 70% (385/550)
8>remote: Compressing objects: 80% (440/550)
8>remote: Compressing objects: 90% (495/550)
8>remote: Compressing objects: 100% (550/550)
8>remote: Compressing objects: 100% (550/550), done.
8>Receiving objects: 0% (1/3507)
2>remote: Counting objects: 933, done.
2>remote: Compressing objects: 0% (1/886)
2>remote: Compressing objects: 10% (89/886)
2>remote: Compressing objects: 20% (178/886)
2>remote: Compressing objects: 30% (266/886)
2>remote: Compressing objects: 40% (355/886)
2>remote: Compressing objects: 50% (443/886)
2>remote: Compressing objects: 60% (532/886)
2>remote: Compressing objects: 70% (621/886)
2>remote: Compressing objects: 80% (709/886)
2>remote: Compressing objects: 90% (798/886)
2>remote: Compressing objects: 100% (886/886)
2>remote: Compressing objects: 100% (886/886), done.
2>Receiving objects: 0% (1/933)
8>Receiving objects: 10% (351/3507), 76.00 KiB | 132 KiB/s
3>remote: Counting objects: 11077, done.
3>remote: Compressing objects: 0% (1/3468)
3>remote: Compressing objects: 10% (347/3468)
3>remote: Compressing objects: 20% (694/3468)
3>remote: Compressing objects: 30% (1041/3468)
3>remote: Compressing objects: 40% (1388/3468)
3>remote: Compressing objects: 50% (1734/3468)
3>remote: Compressing objects: 60% (2081/3468)
3>remote: Compressing objects: 70% (2428/3468)
3>remote: Compressing objects: 80% (2775/3468)
3>remote: Compressing objects: 90% (3122/3468)
3>remote: Compressing objects: 100% (3468/3468)
3>remote: Compressing objects: 100% (3468/3468), done.
3>Receiving objects: 0% (1/11077)
2>Receiving objects: 10% (94/933), 108.00 KiB | 190 KiB/s
2>Receiving objects: 20% (187/933), 236.00 KiB | 174 KiB/s
3>Receiving objects: 10% (1108/11077), 316.00 KiB | 298 KiB/s
3>Receiving objects: 20% (2216/11077), 540.00 KiB | 335 KiB/s
8>Receiving objects: 20% (702/3507), 700.00 KiB | 253 KiB/s
2>Receiving objects: 30% (280/933), 460.00 KiB | 187 KiB/s
8>Receiving objects: 30% (1053/3507), 700.00 KiB | 253 KiB/s
8>Receiving objects: 40% (1403/3507), 700.00 KiB | 253 KiB/s
8>Receiving objects: 50% (1754/3507), 828.00 KiB | 253 KiB/s
3>Receiving objects: 30% (3324/11077), 1.18 MiB | 462 KiB/s
8>Receiving objects: 60% (2105/3507), 828.00 KiB | 253 KiB/s
2>Receiving objects: 40% (374/933), 588.00 KiB | 191 KiB/s
8>Receiving objects: 70% (2455/3507), 828.00 KiB | 253 KiB/s
8>Receiving objects: 80% (2806/3507), 1004.00 KiB | 260 KiB/s
3>Receiving objects: 40% (4431/11077), 1.18 MiB | 462 KiB/s
8>Receiving objects: 90% (3157/3507), 1004.00 KiB | 260 KiB/s
3>Receiving objects: 50% (5539/11077), 1.53 MiB | 491 KiB/s
8>remote: Total 3507 (delta 2720), reused 3507 (delta 2720)
8>Receiving objects: 100% (3507/3507), 1004.00 KiB | 260 KiB/s
8>Receiving objects: 100% (3507/3507), 1.10 MiB | 260 KiB/s, done.
8>Resolving deltas: 0% (0/2720)
8>Resolving deltas: 10% (275/2720)
8>Resolving deltas: 20% (562/2720)
8>Resolving deltas: 30% (822/2720)
8>Resolving deltas: 40% (1101/2720)
8>Resolving deltas: 50% (1366/2720)
8>Resolving deltas: 60% (1651/2720)
8>Resolving deltas: 70% (1924/2720)
8>Resolving deltas: 80% (2180/2720)
8>Resolving deltas: 90% (2455/2720)
3>Receiving objects: 60% (6647/11077), 1.53 MiB | 491 KiB/s
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 6.5 seconds and retrying....
8>Resolving deltas: 100% (2720/2720)
8>Resolving deltas: 100% (2720/2720), done.
3>Receiving objects: 70% (7754/11077), 1.53 MiB | 491 KiB/s
2>Receiving objects: 50% (467/933), 716.00 KiB | 196 KiB/s
8>Checked out dedaf70c278 to a detached HEAD. Before making any commits
8>in this repo, you should use 'git checkout ' to switch to
8>an existing branch or use 'git checkout origin -b ' to
8>create a new branch for your work.
3>Receiving objects: 80% (8862/11077), 1.94 MiB | 532 KiB/s
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 6.5 seconds and retrying....
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 6.5 seconds and retrying....
3>Receiving objects: 90% (9970/11077), 1.94 MiB | 532 KiB/s
3>remote: Total 11077 (delta 7569), reused 11070 (delta 7562)
3>Receiving objects: 100% (11077/11077), 1.94 MiB | 532 KiB/s
3>Receiving objects: 100% (11077/11077), 2.24 MiB | 532 KiB/s, done.
3>Resolving deltas: 0% (0/7569)
3>Resolving deltas: 10% (761/7569)
3>Resolving deltas: 20% (1541/7569)
3>Resolving deltas: 40% (3036/7569)
3>Resolving deltas: 60% (4562/7569)
3>Resolving deltas: 70% (5341/7569)
3>Resolving deltas: 80% (6058/7569)
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 5.0 seconds and retrying....
3>Resolving deltas: 90% (6813/7569)
3>Resolving deltas: 100% (7569/7569)
3>Resolving deltas: 100% (7569/7569), done.
2>Receiving objects: 60% (560/933), 1020.00 KiB | 211 KiB/s
3>Checked out 0d0807 to a detached HEAD. Before making any commits
3>in this repo, you should use 'git checkout ' to switch to
3>an existing branch or use 'git checkout origin -b ' to
3>create a new branch for your work.
11>________ running 'git clone --progress https://github.com/lukeweber/libjingle-override.git /Users/kamik/webrtcjingleproject/trunk/third_party/libjingle' in '/Users/kamik/webrtcjingleproject'
11>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/libjingle'...
2>Receiving objects: 70% (654/933), 1.11 MiB | 212 KiB/s
2>Receiving objects: 80% (747/933), 1.21 MiB | 213 KiB/s
2>Receiving objects: 90% (840/933), 1.48 MiB | 235 KiB/s
2>remote: Total 933 (delta 33), reused 928 (delta 28)
2>Receiving objects: 100% (933/933), 1.48 MiB | 235 KiB/s
2>Receiving objects: 100% (933/933), 1.64 MiB | 233 KiB/s, done.
2>Resolving deltas: 0% (0/33)
2>Resolving deltas: 30% (10/33)
2>Resolving deltas: 60% (20/33)
2>Resolving deltas: 90% (30/33)
2>Resolving deltas: 100% (33/33)
2>Resolving deltas: 100% (33/33), done.
11>remote: Counting objects: 8716, done.
11>remote: Compressing objects: 0% (1/2106)
11>remote: Compressing objects: 10% (211/2106)
11>remote: Compressing objects: 20% (422/2106)
11>remote: Compressing objects: 30% (632/2106)
11>remote: Compressing objects: 40% (843/2106)
11>remote: Compressing objects: 50% (1053/2106)
11>remote: Compressing objects: 60% (1264/2106)
11>remote: Compressing objects: 70% (1475/2106)
11>remote: Compressing objects: 80% (1685/2106)
11>remote: Compressing objects: 90% (1896/2106)
11>remote: Compressing objects: 100% (2106/2106)
11>remote: Compressing objects: 100% (2106/2106), done.
11>Receiving objects: 0% (1/8716)
2>Checked out 455807 to a detached HEAD. Before making any commits
2>in this repo, you should use 'git checkout ' to switch to
2>an existing branch or use 'git checkout origin -b ' to
2>create a new branch for your work.
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 5.0 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 5.0 seconds and retrying....
11>Receiving objects: 10% (872/8716), 812.00 KiB | 373 KiB/s
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 6.5 seconds and retrying....
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 8.5 seconds and retrying....
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 8.5 seconds and retrying....
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 8.5 seconds and retrying....
9>Receiving objects: 10% (504/5033), 11.13 MiB | 921 KiB/s
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 6.5 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 6.5 seconds and retrying....
9>Receiving objects: 20% (1007/5033), 13.96 MiB | 751 KiB/s
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 8.5 seconds and retrying....
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 11.0 seconds and retrying....
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 11.0 seconds and retrying....
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 11.0 seconds and retrying....
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 8.5 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 8.5 seconds and retrying....
11>Receiving objects: 20% (1744/8716), 8.25 MiB | 980 KiB/s
9>Receiving objects: 30% (1510/5033), 19.55 MiB | 907 KiB/s
9>Receiving objects: 40% (2014/5033), 20.27 MiB | 873 KiB/s
11>Receiving objects: 30% (2615/8716), 8.86 MiB | 841 KiB/s
11>Receiving objects: 40% (3487/8716), 9.12 MiB | 769 KiB/s
11>Receiving objects: 50% (4358/8716), 9.12 MiB | 769 KiB/s
11>Receiving objects: 60% (5230/8716), 9.39 MiB | 741 KiB/s
11>Receiving objects: 70% (6102/8716), 9.65 MiB | 692 KiB/s
11>Receiving objects: 80% (6973/8716), 9.65 MiB | 692 KiB/s
11>Receiving objects: 90% (7845/8716), 9.90 MiB | 632 KiB/s
9>Receiving objects: 50% (2517/5033), 22.32 MiB | 917 KiB/s
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 11.0 seconds and retrying....
9>Receiving objects: 50% (2546/5033), 22.82 MiB | 876 KiB/s
9>Receiving objects: 60% (3020/5033), 23.90 MiB | 771 KiB/s
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 11.0 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 11.0 seconds and retrying....
9>Receiving objects: 70% (3524/5033), 25.36 MiB | 757 KiB/s
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 14.3 seconds and retrying....
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 14.3 seconds and retrying....
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 14.3 seconds and retrying....
9>Receiving objects: 80% (4027/5033), 26.92 MiB | 853 KiB/s
9>Receiving objects: 80% (4057/5033), 27.44 MiB | 950 KiB/s
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 14.3 seconds and retrying....
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 14.3 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 14.3 seconds and retrying....
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 18.6 seconds and retrying....
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 18.6 seconds and retrying....
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 18.6 seconds and retrying....
9>Receiving objects: 90% (4530/5033), 45.03 MiB | 1.40 MiB/s
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 18.6 seconds and retrying....
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 18.6 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 18.6 seconds and retrying....
9>remote: Total 5033 (delta 2854), reused 5033 (delta 2854)
9>Receiving objects: 100% (5033/5033), 52.91 MiB | 1.32 MiB/s
9>Receiving objects: 100% (5033/5033), 53.40 MiB | 1.33 MiB/s, done.
9>Resolving deltas: 0% (0/2854)
9>Resolving deltas: 10% (288/2854)
9>Resolving deltas: 50% (1427/2854)
9>Resolving deltas: 60% (1723/2854)
9>Resolving deltas: 70% (1998/2854)
9>Resolving deltas: 90% (2570/2854)
9>Resolving deltas: 100% (2854/2854)
9>Resolving deltas: 100% (2854/2854), done.
9>Checking out files: 10% (429/4283)
9>Checking out files: 20% (857/4283)
9>Checking out files: 30% (1285/4283)
9>Checking out files: 40% (1714/4283)
9>Checking out files: 40% (1732/4283)
9>Checking out files: 50% (2142/4283)
9>Checking out files: 60% (2570/4283)
9>Checking out files: 70% (2999/4283)
9>Checking out files: 80% (3427/4283)
9>Checking out files: 90% (3855/4283)
9>Checking out files: 100% (4283/4283)
9>Checking out files: 100% (4283/4283), done.
9>Checked out 53ac6db57d9d09e43079f54feec59b735ed23670 to a detached HEAD. Before making any commits
9>in this repo, you should use 'git checkout ' to switch to
9>an existing branch or use 'git checkout origin -b ' to
9>create a new branch for your work.
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 24.1 seconds and retrying....
11>remote: Total 8716 (delta 6885), reused 8328 (delta 6497)
11>Receiving objects: 100% (8716/8716), 35.89 MiB | 1.36 MiB/s
11>Receiving objects: 100% (8716/8716), 36.14 MiB | 1.43 MiB/s, done.
11>Resolving deltas: 0% (0/6885)
11>Resolving deltas: 10% (694/6885)
11>Resolving deltas: 20% (1386/6885)
11>Resolving deltas: 30% (2075/6885)
11>Resolving deltas: 40% (2767/6885)
11>Resolving deltas: 50% (3456/6885)
11>Resolving deltas: 60% (4184/6885)
11>Resolving deltas: 70% (4821/6885)
11>Resolving deltas: 80% (5521/6885)
11>Resolving deltas: 90% (6202/6885)
11>Resolving deltas: 100% (6885/6885)
11>Resolving deltas: 100% (6885/6885), done.
11>Checked out 259e06d to a detached HEAD. Before making any commits
11>in this repo, you should use 'git checkout ' to switch to
11>an existing branch or use 'git checkout origin -b ' to
11>create a new branch for your work.
13>________ running 'git clone --progress http://git.chromium.org/chromium/deps/libjpeg_turbo.git /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg_turbo' in '/Users/kamik/webrtcjingleproject'
14>________ running 'git clone --progress http://git.chromium.org/chromium/deps/libsrtp.git /Users/kamik/webrtcjingleproject/trunk/third_party/libsrtp/source' in '/Users/kamik/webrtcjingleproject'
13>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg_turbo'...
14>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/libsrtp/source'...
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 24.1 seconds and retrying....
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 24.1 seconds and retrying....
14>remote: Counting objects: 295, done.
14>remote: Compressing objects: 0% (1/145)
13>remote: Counting objects: 588, done.
14>remote: Compressing objects: 10% (15/145)
14>remote: Compressing objects: 20% (29/145)
13>remote: Compressing objects: 0% (1/197)
14>remote: Compressing objects: 30% (44/145)
13>remote: Compressing objects: 10% (20/197)
13>remote: Compressing objects: 20% (40/197)
14>remote: Compressing objects: 40% (58/145)
14>remote: Compressing objects: 50% (73/145)
14>remote: Compressing objects: 60% (87/145)
14>remote: Compressing objects: 70% (102/145)
14>remote: Compressing objects: 80% (116/145)
14>remote: Compressing objects: 90% (131/145)
14>remote: Compressing objects: 100% (145/145)
14>remote: Compressing objects: 100% (145/145), done.
14>Receiving objects: 0% (1/295)
13>remote: Compressing objects: 30% (60/197)
13>remote: Compressing objects: 40% (79/197)
13>remote: Compressing objects: 50% (99/197)
13>remote: Compressing objects: 60% (119/197)
13>remote: Compressing objects: 70% (138/197)
13>remote: Compressing objects: 80% (158/197)
13>remote: Compressing objects: 90% (178/197)
13>remote: Compressing objects: 100% (197/197)
13>remote: Compressing objects: 100% (197/197), done.
13>Receiving objects: 0% (1/588)
14>Receiving objects: 10% (30/295)
13>Receiving objects: 10% (59/588)
14>Receiving objects: 20% (59/295)
14>Receiving objects: 30% (89/295)
14>Receiving objects: 40% (118/295)
14>Receiving objects: 50% (148/295), 164.00 KiB | 311 KiB/s
14>Receiving objects: 60% (177/295), 164.00 KiB | 311 KiB/s
14>Receiving objects: 70% (207/295), 164.00 KiB | 311 KiB/s
14>Receiving objects: 80% (236/295), 164.00 KiB | 311 KiB/s
14>Receiving objects: 90% (266/295), 164.00 KiB | 311 KiB/s
14>remote: Total 295 (delta 140), reused 295 (delta 140)
14>Receiving objects: 100% (295/295), 164.00 KiB | 311 KiB/s
14>Receiving objects: 100% (295/295), 578.75 KiB | 311 KiB/s, done.
14>Resolving deltas: 0% (0/140)
14>Resolving deltas: 40% (57/140)
14>Resolving deltas: 60% (84/140)
14>Resolving deltas: 80% (112/140)
14>Resolving deltas: 90% (127/140)
14>Resolving deltas: 100% (140/140)
14>Resolving deltas: 100% (140/140), done.
13>Receiving objects: 20% (118/588), 124.00 KiB | 222 KiB/s
13>Receiving objects: 30% (177/588), 124.00 KiB | 222 KiB/s
14>Checked out 362c71e8d0dc205a4ad9f4709d42c25864ac872a to a detached HEAD. Before making any commits
14>in this repo, you should use 'git checkout ' to switch to
14>an existing branch or use 'git checkout origin -b ' to
14>create a new branch for your work.
15>________ running 'git clone --progress http://git.chromium.org/webm/libvpx.git /Users/kamik/webrtcjingleproject/trunk/third_party/libvpx/source/libvpx' in '/Users/kamik/webrtcjingleproject'
15>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/libvpx/source/libvpx'...
13>Receiving objects: 40% (236/588), 508.00 KiB | 276 KiB/s
13>Receiving objects: 50% (294/588), 508.00 KiB | 276 KiB/s
13>Receiving objects: 60% (353/588), 508.00 KiB | 276 KiB/s
13>Receiving objects: 70% (412/588), 508.00 KiB | 276 KiB/s
13>Receiving objects: 80% (471/588), 748.00 KiB | 315 KiB/s
13>remote: Total 588 (delta 389), reused 588 (delta 389)
13>Receiving objects: 90% (530/588), 748.00 KiB | 315 KiB/s
13>Receiving objects: 100% (588/588), 748.00 KiB | 315 KiB/s
13>Receiving objects: 100% (588/588), 786.70 KiB | 315 KiB/s, done.
13>Resolving deltas: 0% (0/389)
13>Resolving deltas: 20% (78/389)
13>Resolving deltas: 30% (117/389)
13>Resolving deltas: 40% (156/389)
13>Resolving deltas: 50% (196/389)
13>Resolving deltas: 70% (273/389)
13>Resolving deltas: 90% (351/389)
13>Resolving deltas: 100% (389/389)
13>Resolving deltas: 100% (389/389), done.
15>remote: Counting objects: 31034, done.
15>remote: Compressing objects: 0% (1/8609)
15>remote: Compressing objects: 10% (861/8609)
15>remote: Compressing objects: 20% (1722/8609)
15>remote: Compressing objects: 30% (2583/8609)
15>remote: Compressing objects: 40% (3444/8609)
15>remote: Compressing objects: 50% (4305/8609)
15>remote: Compressing objects: 60% (5166/8609)
13>Checked out 82ce8a6d4ebe12a177c0c3597192f2b4f09e81c3 to a detached HEAD. Before making any commits
13>in this repo, you should use 'git checkout ' to switch to
13>an existing branch or use 'git checkout origin -b ' to
13>create a new branch for your work.
15>remote: Compressing objects: 70% (6027/8609)
16>________ running 'git clone --progress http://git.chromium.org/external/libyuv.git /Users/kamik/webrtcjingleproject/trunk/third_party/libyuv' in '/Users/kamik/webrtcjingleproject'
15>remote: Compressing objects: 80% (6888/8609)
16>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/libyuv'...
15>remote: Compressing objects: 90% (7749/8609)
15>remote: Compressing objects: 100% (8609/8609)
15>remote: Compressing objects: 100% (8609/8609), done.
15>Receiving objects: 0% (1/31034)
16>remote: Counting objects: 5473, done.
16>remote: Compressing objects: 0% (1/708)
16>remote: Compressing objects: 10% (71/708)
16>remote: Compressing objects: 20% (142/708)
16>remote: Compressing objects: 30% (213/708)
16>remote: Compressing objects: 40% (284/708)
16>remote: Compressing objects: 50% (354/708)
16>remote: Compressing objects: 60% (425/708)
16>remote: Compressing objects: 70% (496/708)
16>remote: Compressing objects: 80% (567/708)
16>remote: Compressing objects: 90% (638/708)
16>remote: Compressing objects: 100% (708/708)
16>remote: Compressing objects: 100% (708/708), done.
16>Receiving objects: 0% (1/5473)
15>Receiving objects: 10% (3104/31034), 620.00 KiB | 1.17 MiB/s
16>Receiving objects: 10% (548/5473)
15>Receiving objects: 20% (6207/31034), 1.58 MiB | 1.02 MiB/s
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 24.1 seconds and retrying....
16>Receiving objects: 20% (1095/5473), 524.00 KiB | 239 KiB/s
16>Receiving objects: 30% (1642/5473), 676.00 KiB | 250 KiB/s
16>Receiving objects: 40% (2190/5473), 844.00 KiB | 262 KiB/s
15>Receiving objects: 30% (9311/31034), 3.96 MiB | 980 KiB/s
16>Receiving objects: 50% (2737/5473), 996.00 KiB | 267 KiB/s
16>Receiving objects: 60% (3284/5473), 1.14 MiB | 274 KiB/s
16>Receiving objects: 70% (3832/5473), 1.37 MiB | 292 KiB/s
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 24.1 seconds and retrying....
16>Receiving objects: 80% (4379/5473), 1.61 MiB | 317 KiB/s
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 24.1 seconds and retrying....
15>Receiving objects: 40% (12414/31034), 5.94 MiB | 949 KiB/s
16>Receiving objects: 90% (4926/5473), 1.61 MiB | 317 KiB/s
16>remote: Total 5473 (delta 4762), reused 5461 (delta 4756)
16>Receiving objects: 100% (5473/5473), 1.89 MiB | 367 KiB/s
16>Receiving objects: 100% (5473/5473), 2.03 MiB | 372 KiB/s, done.
16>Resolving deltas: 0% (0/4762)
16>Resolving deltas: 10% (505/4762)
16>Resolving deltas: 40% (1906/4762)
16>Resolving deltas: 50% (2408/4762)
16>Resolving deltas: 70% (3338/4762)
16>Resolving deltas: 90% (4300/4762)
16>Resolving deltas: 100% (4762/4762)
16>Resolving deltas: 100% (4762/4762), done.
16>Checked out a9c9242a557c0202454733bab66521bff2e35fc9 to a detached HEAD. Before making any commits
16>in this repo, you should use 'git checkout ' to switch to
16>an existing branch or use 'git checkout origin -b ' to
16>create a new branch for your work.
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 5.0 seconds and retrying....
15>Receiving objects: 50% (15517/31034), 7.43 MiB | 952 KiB/s
15>Receiving objects: 50% (15583/31034), 8.64 MiB | 1011 KiB/s
15>Receiving objects: 60% (18621/31034), 10.71 MiB | 1.13 MiB/s
15>Receiving objects: 70% (21724/31034), 12.10 MiB | 1.23 MiB/s
15>Receiving objects: 80% (24828/31034), 12.85 MiB | 1.28 MiB/s
15>Receiving objects: 90% (27931/31034), 13.58 MiB | 1.34 MiB/s
15>remote: Total 31034 (delta 25174), reused 27686 (delta 22120)
15>Receiving objects: 100% (31034/31034), 13.58 MiB | 1.34 MiB/s
15>Receiving objects: 100% (31034/31034), 14.23 MiB | 1.37 MiB/s, done.
15>Resolving deltas: 0% (0/25174)
15>Resolving deltas: 10% (2520/25174)
15>Resolving deltas: 20% (5040/25174)
15>Resolving deltas: 30% (7557/25174)
15>Resolving deltas: 40% (10076/25174)
15>Resolving deltas: 50% (12587/25174)
15>Resolving deltas: 60% (15109/25174)
15>Resolving deltas: 70% (17636/25174)
15>Resolving deltas: 80% (20152/25174)
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 6.5 seconds and retrying....
15>Resolving deltas: 100% (25174/25174)
15>Resolving deltas: 100% (25174/25174), done.
15>Checked out 7a09f6b8 to a detached HEAD. Before making any commits
15>in this repo, you should use 'git checkout ' to switch to
15>an existing branch or use 'git checkout origin -b ' to
15>create a new branch for your work.
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 5.0 seconds and retrying....
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 31.4 seconds and retrying....
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 8.5 seconds and retrying....
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 31.4 seconds and retrying....
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 31.4 seconds and retrying....
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 6.5 seconds and retrying....
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 31.4 seconds and retrying....
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 8.5 seconds and retrying....
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 11.0 seconds and retrying....
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 31.4 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 31.4 seconds and retrying....
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 11.0 seconds and retrying....
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 14.3 seconds and retrying....
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 14.3 seconds and retrying....
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 40.8 seconds and retrying....
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 40.8 seconds and retrying....
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 40.8 seconds and retrying....
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 18.6 seconds and retrying....
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 40.8 seconds and retrying....
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>Sleeping 40.8 seconds and retrying....
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 40.8 seconds and retrying....
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 18.6 seconds and retrying....
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 24.1 seconds and retrying....
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 24.1 seconds and retrying....
7>________ running 'svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line: Connection reset by peer (http://google-gflags.googlecode.com)
5>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read status line: Connection reset by peer (http://src.chromium.org)
6>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 31.4 seconds and retrying....
10>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libevent@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read status line: Connection reset by peer (http://src.chromium.org)
4>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/testing@169394 /Users/kamik/webrtcjingleproject/trunk/testing --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line: Connection reset by peer (http://src.chromium.org)
12>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 31.4 seconds and retrying....
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 40.8 seconds and retrying....
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 40.8 seconds and retrying....
17>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not read status line: Connection reset by peer (http://src.chromium.org)
18>________ running 'svn checkout http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394 /Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision 169394 --non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read status line: Connection reset by peer (http://src.chromium.org)
Error: Command svn checkout http://google-gflags.googlecode.com/svn/trunk/src@45 /Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src --revision 45 --non-interactive --ignore-externals returned non-zero exit status 1 in /Users/kamik/webrtcjingleproject
localhost:webrtcjingleproject kamik$

from webrtc-jingle-client.

lukeweber avatar lukeweber commented on August 24, 2024

What's your svn version? All svn commands seem to fail. Do you get the same
error if you run the single command for an svn co on the command line not
using gclient?
On Feb 16, 2013 12:21 AM, "KamikX" [email protected] wrote:

I undderstand how try gclient sync which will just pull master and
revision 9827d8ahttps://github.com/lukeweber/webrtc-jingle-client/commit/9827d8atoo not contains exapt.
There is log from my terminal

localhost:~ kamik$ export PATH="$PATH":pwd/depot_tools
localhost:~ kamik$ mkdir webrtcjingleproject
localhost:~ kamik$ cd webrtcjingleproject
localhost:webrtcjingleproject kamik$ gclient config
https://github.com/lukeweber/webrtc-jingle-client.git --name trunk
localhost:webrtcjingleproject kamik$ gclient sync --revision 9827d8a
1>________ running 'git clone --progress
https://github.com/lukeweber/webrtc-jingle-client.git/Users/kamik/webrtcjingleproject/trunk' in
'/Users/kamik/webrtcjingleproject'
1>Cloning into '/Users/kamik/webrtcjingleproject/trunk'...
1>remote: Counting objects: 4014, done.
1>remote: Compressing objects: 0% (1/1154)

1>remote: Compressing objects: 10% (116/1154)

1>remote: Compressing objects: 20% (231/1154)

1>remote: Compressing objects: 30% (347/1154)

1>remote: Compressing objects: 40% (462/1154)

1>remote: Compressing objects: 50% (577/1154)

1>remote: Compressing objects: 60% (693/1154)

1>remote: Compressing objects: 70% (808/1154)

1>remote: Compressing objects: 80% (924/1154)

1>remote: Compressing objects: 90% (1039/1154)

1>remote: Compressing objects: 100% (1154/1154)

1>remote: Compressing objects: 100% (1154/1154), done.
1>Receiving objects: 0% (1/4014)

1>Receiving objects: 10% (402/4014)

1>Receiving objects: 20% (803/4014)

1>Receiving objects: 30% (1205/4014)

1>Receiving objects: 40% (1606/4014)

1>Receiving objects: 50% (2007/4014), 204.00 KiB | 353 KiB/s

1>Receiving objects: 60% (2409/4014), 204.00 KiB | 353 KiB/s

1>Receiving objects: 70% (2810/4014), 204.00 KiB | 353 KiB/s

1>Receiving objects: 80% (3212/4014), 204.00 KiB | 353 KiB/s

1>Receiving objects: 90% (3613/4014), 204.00 KiB | 353 KiB/s

1>remote: Total 4014 (delta 2119), reused 3800 (delta 1923)
1>Receiving objects: 100% (4014/4014), 748.00 KiB | 694 KiB/s

1>Receiving objects: 100% (4014/4014), 777.04 KiB | 694 KiB/s, done.
1>Resolving deltas: 0% (0/2119)

1>Resolving deltas: 10% (226/2119)

1>Resolving deltas: 30% (636/2119)

1>Resolving deltas: 40% (848/2119)

1>Resolving deltas: 50% (1065/2119)

1>Resolving deltas: 60% (1275/2119)

1>Resolving deltas: 80% (1700/2119)

1>Resolving deltas: 90% (1927/2119)

1>Resolving deltas: 100% (2119/2119)

1>Resolving deltas: 100% (2119/2119), done.
1>Checked out 9827d8a to a detached HEAD. Before making any commits
1>in this repo, you should use 'git checkout ' to switch to
1>an existing branch or use 'git checkout origin -b ' to
1>create a new branch for your work.
1>Syncing projects: 0% ( 0/ 3)
3>________ running 'git clone --progress
https://github.com/lukeweber/chromium-trunk-build-override.git/Users/kamik/webrtcjingleproject/trunk/build' in
'/Users/kamik/webrtcjingleproject'
2>________ running 'git clone --progress
https://github.com/lukeweber/chromium-trunk-base-override.git/Users/kamik/webrtcjingleproject/trunk/base' in
'/Users/kamik/webrtcjingleproject'
3>Cloning into '/Users/kamik/webrtcjingleproject/trunk/build'...
8>________ running 'git clone --progress
https://github.com/lukeweber/googletest.git/Users/kamik/webrtcjingleproject/trunk/third_party/gtest' in
'/Users/kamik/webrtcjingleproject'
2>Cloning into '/Users/kamik/webrtcjingleproject/trunk/base'...
9>________ running 'git clone --progress
http://git.chromium.org/chromium/deps/icu46.git/Users/kamik/webrtcjingleproject/trunk/third_party/icu' in
'/Users/kamik/webrtcjingleproject'
8>Cloning into
'/Users/kamik/webrtcjingleproject/trunk/third_party/gtest'...
9>Cloning into '/Users/kamik/webrtcjingleproject/trunk/third_party/icu'...
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 5.0 seconds and retrying....
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 5.0 seconds and retrying....
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 5.0 seconds and retrying....
9>remote: Counting objects: 5033, done.
9>remote: Compressing objects: 0% (1/2141)

9>remote: Compressing objects: 10% (215/2141)

9>remote: Compressing objects: 20% (429/2141)

9>remote: Compressing objects: 30% (643/2141)

9>remote: Compressing objects: 40% (857/2141)

9>remote: Compressing objects: 50% (1071/2141)

9>remote: Compressing objects: 60% (1285/2141)

9>remote: Compressing objects: 70% (1499/2141)

9>remote: Compressing objects: 80% (1713/2141)

9>remote: Compressing objects: 90% (1927/2141)

9>remote: Compressing objects: 100% (2141/2141)

9>remote: Compressing objects: 100% (2141/2141), done.
9>Receiving objects: 0% (1/5033)

8>remote: Counting objects: 3507, done.
8>remote: Compressing objects: 0% (1/550)

8>remote: Compressing objects: 10% (55/550)

8>remote: Compressing objects: 20% (110/550)

8>remote: Compressing objects: 30% (165/550)

8>remote: Compressing objects: 40% (220/550)

8>remote: Compressing objects: 50% (275/550)

8>remote: Compressing objects: 60% (330/550)

8>remote: Compressing objects: 70% (385/550)

8>remote: Compressing objects: 80% (440/550)

8>remote: Compressing objects: 90% (495/550)

8>remote: Compressing objects: 100% (550/550)

8>remote: Compressing objects: 100% (550/550), done.
8>Receiving objects: 0% (1/3507)

2>remote: Counting objects: 933, done.
2>remote: Compressing objects: 0% (1/886)

2>remote: Compressing objects: 10% (89/886)

2>remote: Compressing objects: 20% (178/886)

2>remote: Compressing objects: 30% (266/886)

2>remote: Compressing objects: 40% (355/886)

2>remote: Compressing objects: 50% (443/886)

2>remote: Compressing objects: 60% (532/886)

2>remote: Compressing objects: 70% (621/886)

2>remote: Compressing objects: 80% (709/886)

2>remote: Compressing objects: 90% (798/886)

2>remote: Compressing objects: 100% (886/886)

2>remote: Compressing objects: 100% (886/886), done.
2>Receiving objects: 0% (1/933)

8>Receiving objects: 10% (351/3507), 76.00 KiB | 132 KiB/s

3>remote: Counting objects: 11077, done.
3>remote: Compressing objects: 0% (1/3468)

3>remote: Compressing objects: 10% (347/3468)

3>remote: Compressing objects: 20% (694/3468)

3>remote: Compressing objects: 30% (1041/3468)

3>remote: Compressing objects: 40% (1388/3468)

3>remote: Compressing objects: 50% (1734/3468)

3>remote: Compressing objects: 60% (2081/3468)

3>remote: Compressing objects: 70% (2428/3468)

3>remote: Compressing objects: 80% (2775/3468)

3>remote: Compressing objects: 90% (3122/3468)

3>remote: Compressing objects: 100% (3468/3468)

3>remote: Compressing objects: 100% (3468/3468), done.
3>Receiving objects: 0% (1/11077)

2>Receiving objects: 10% (94/933), 108.00 KiB | 190 KiB/s

2>Receiving objects: 20% (187/933), 236.00 KiB | 174 KiB/s

3>Receiving objects: 10% (1108/11077), 316.00 KiB | 298 KiB/s

3>Receiving objects: 20% (2216/11077), 540.00 KiB | 335 KiB/s

8>Receiving objects: 20% (702/3507), 700.00 KiB | 253 KiB/s

2>Receiving objects: 30% (280/933), 460.00 KiB | 187 KiB/s

8>Receiving objects: 30% (1053/3507), 700.00 KiB | 253 KiB/s

8>Receiving objects: 40% (1403/3507), 700.00 KiB | 253 KiB/s

8>Receiving objects: 50% (1754/3507), 828.00 KiB | 253 KiB/s

3>Receiving objects: 30% (3324/11077), 1.18 MiB | 462 KiB/s

8>Receiving objects: 60% (2105/3507), 828.00 KiB | 253 KiB/s

2>Receiving objects: 40% (374/933), 588.00 KiB | 191 KiB/s

8>Receiving objects: 70% (2455/3507), 828.00 KiB | 253 KiB/s

8>Receiving objects: 80% (2806/3507), 1004.00 KiB | 260 KiB/s

3>Receiving objects: 40% (4431/11077), 1.18 MiB | 462 KiB/s

8>Receiving objects: 90% (3157/3507), 1004.00 KiB | 260 KiB/s

3>Receiving objects: 50% (5539/11077), 1.53 MiB | 491 KiB/s

8>remote: Total 3507 (delta 2720), reused 3507 (delta 2720)
8>Receiving objects: 100% (3507/3507), 1004.00 KiB | 260 KiB/s

8>Receiving objects: 100% (3507/3507), 1.10 MiB | 260 KiB/s, done.
8>Resolving deltas: 0% (0/2720)

8>Resolving deltas: 10% (275/2720)

8>Resolving deltas: 20% (562/2720)

8>Resolving deltas: 30% (822/2720)

8>Resolving deltas: 40% (1101/2720)

8>Resolving deltas: 50% (1366/2720)

8>Resolving deltas: 60% (1651/2720)

8>Resolving deltas: 70% (1924/2720)

8>Resolving deltas: 80% (2180/2720)

8>Resolving deltas: 90% (2455/2720)

3>Receiving objects: 60% (6647/11077), 1.53 MiB | 491 KiB/s

7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 6.5 seconds and retrying....
8>Resolving deltas: 100% (2720/2720)

8>Resolving deltas: 100% (2720/2720), done.
3>Receiving objects: 70% (7754/11077), 1.53 MiB | 491 KiB/s

2>Receiving objects: 50% (467/933), 716.00 KiB | 196 KiB/s

8>Checked out dedaf70c278 to a detached HEAD. Before making any commits
8>in this repo, you should use 'git checkout ' to switch to
8>an existing branch or use 'git checkout origin -b ' to
8>create a new branch for your work.
3>Receiving objects: 80% (8862/11077), 1.94 MiB | 532 KiB/s

5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 6.5 seconds and retrying....
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 6.5 seconds and retrying....
3>Receiving objects: 90% (9970/11077), 1.94 MiB | 532 KiB/s

3>remote: Total 11077 (delta 7569), reused 11070 (delta 7562)
3>Receiving objects: 100% (11077/11077), 1.94 MiB | 532 KiB/s

3>Receiving objects: 100% (11077/11077), 2.24 MiB | 532 KiB/s, done.
3>Resolving deltas: 0% (0/7569)

3>Resolving deltas: 10% (761/7569)

3>Resolving deltas: 20% (1541/7569)

3>Resolving deltas: 40% (3036/7569)

3>Resolving deltas: 60% (4562/7569)

3>Resolving deltas: 70% (5341/7569)

3>Resolving deltas: 80% (6058/7569)

10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 5.0 seconds and retrying....
3>Resolving deltas: 90% (6813/7569)

3>Resolving deltas: 100% (7569/7569)

3>Resolving deltas: 100% (7569/7569), done.
2>Receiving objects: 60% (560/933), 1020.00 KiB | 211 KiB/s

3>Checked out 0d0807 to a detached HEAD. Before making any commits
3>in this repo, you should use 'git checkout ' to switch to
3>an existing branch or use 'git checkout origin -b ' to
3>create a new branch for your work.
11>________ running 'git clone --progress
https://github.com/lukeweber/libjingle-override.git/Users/kamik/webrtcjingleproject/trunk/third_party/libjingle' in
'/Users/kamik/webrtcjingleproject'
11>Cloning into
'/Users/kamik/webrtcjingleproject/trunk/third_party/libjingle'...
2>Receiving objects: 70% (654/933), 1.11 MiB | 212 KiB/s

2>Receiving objects: 80% (747/933), 1.21 MiB | 213 KiB/s

2>Receiving objects: 90% (840/933), 1.48 MiB | 235 KiB/s

2>remote: Total 933 (delta 33), reused 928 (delta 28)
2>Receiving objects: 100% (933/933), 1.48 MiB | 235 KiB/s

2>Receiving objects: 100% (933/933), 1.64 MiB | 233 KiB/s, done.
2>Resolving deltas: 0% (0/33)

2>Resolving deltas: 30% (10/33)

2>Resolving deltas: 60% (20/33)

2>Resolving deltas: 90% (30/33)

2>Resolving deltas: 100% (33/33)

2>Resolving deltas: 100% (33/33), done.
11>remote: Counting objects: 8716, done.
11>remote: Compressing objects: 0% (1/2106)

11>remote: Compressing objects: 10% (211/2106)

11>remote: Compressing objects: 20% (422/2106)

11>remote: Compressing objects: 30% (632/2106)

11>remote: Compressing objects: 40% (843/2106)

11>remote: Compressing objects: 50% (1053/2106)

11>remote: Compressing objects: 60% (1264/2106)

11>remote: Compressing objects: 70% (1475/2106)

11>remote: Compressing objects: 80% (1685/2106)

11>remote: Compressing objects: 90% (1896/2106)

11>remote: Compressing objects: 100% (2106/2106)

11>remote: Compressing objects: 100% (2106/2106), done.
11>Receiving objects: 0% (1/8716)

2>Checked out 455807 to a detached HEAD. Before making any commits
2>in this repo, you should use 'git checkout ' to switch to
2>an existing branch or use 'git checkout origin -b ' to
2>create a new branch for your work.
4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 5.0 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 5.0 seconds and retrying....
11>Receiving objects: 10% (872/8716), 812.00 KiB | 373 KiB/s

10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 6.5 seconds and retrying....
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 8.5 seconds and retrying....
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 8.5 seconds and retrying....
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 8.5 seconds and retrying....
9>Receiving objects: 10% (504/5033), 11.13 MiB | 921 KiB/s

4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 6.5 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 6.5 seconds and retrying....
9>Receiving objects: 20% (1007/5033), 13.96 MiB | 751 KiB/s

10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 8.5 seconds and retrying....
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 11.0 seconds and retrying....
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 11.0 seconds and retrying....
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 11.0 seconds and retrying....
4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 8.5 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 8.5 seconds and retrying....
11>Receiving objects: 20% (1744/8716), 8.25 MiB | 980 KiB/s

9>Receiving objects: 30% (1510/5033), 19.55 MiB | 907 KiB/s

9>Receiving objects: 40% (2014/5033), 20.27 MiB | 873 KiB/s

11>Receiving objects: 30% (2615/8716), 8.86 MiB | 841 KiB/s

11>Receiving objects: 40% (3487/8716), 9.12 MiB | 769 KiB/s

11>Receiving objects: 50% (4358/8716), 9.12 MiB | 769 KiB/s

11>Receiving objects: 60% (5230/8716), 9.39 MiB | 741 KiB/s

11>Receiving objects: 70% (6102/8716), 9.65 MiB | 692 KiB/s

11>Receiving objects: 80% (6973/8716), 9.65 MiB | 692 KiB/s

11>Receiving objects: 90% (7845/8716), 9.90 MiB | 632 KiB/s

9>Receiving objects: 50% (2517/5033), 22.32 MiB | 917 KiB/s

10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 11.0 seconds and retrying....
9>Receiving objects: 50% (2546/5033), 22.82 MiB | 876 KiB/s

9>Receiving objects: 60% (3020/5033), 23.90 MiB | 771 KiB/s

4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 11.0 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 11.0 seconds and retrying....
9>Receiving objects: 70% (3524/5033), 25.36 MiB | 757 KiB/s

7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 14.3 seconds and retrying....
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 14.3 seconds and retrying....
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 14.3 seconds and retrying....
9>Receiving objects: 80% (4027/5033), 26.92 MiB | 853 KiB/s

9>Receiving objects: 80% (4057/5033), 27.44 MiB | 950 KiB/s

10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 14.3 seconds and retrying....
4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 14.3 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 14.3 seconds and retrying....
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 18.6 seconds and retrying....
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 18.6 seconds and retrying....
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 18.6 seconds and retrying....
9>Receiving objects: 90% (4530/5033), 45.03 MiB | 1.40 MiB/s

10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 18.6 seconds and retrying....
4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 18.6 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 18.6 seconds and retrying....
9>remote: Total 5033 (delta 2854), reused 5033 (delta 2854)
9>Receiving objects: 100% (5033/5033), 52.91 MiB | 1.32 MiB/s

9>Receiving objects: 100% (5033/5033), 53.40 MiB | 1.33 MiB/s, done.
9>Resolving deltas: 0% (0/2854)

9>Resolving deltas: 10% (288/2854)

9>Resolving deltas: 50% (1427/2854)

9>Resolving deltas: 60% (1723/2854)

9>Resolving deltas: 70% (1998/2854)

9>Resolving deltas: 90% (2570/2854)

9>Resolving deltas: 100% (2854/2854)

9>Resolving deltas: 100% (2854/2854), done.
9>Checking out files: 10% (429/4283)

9>Checking out files: 20% (857/4283)

9>Checking out files: 30% (1285/4283)

9>Checking out files: 40% (1714/4283)

9>Checking out files: 40% (1732/4283)

9>Checking out files: 50% (2142/4283)

9>Checking out files: 60% (2570/4283)

9>Checking out files: 70% (2999/4283)

9>Checking out files: 80% (3427/4283)

9>Checking out files: 90% (3855/4283)

9>Checking out files: 100% (4283/4283)

9>Checking out files: 100% (4283/4283), done.
9>Checked out 53ac6db57d9d09e43079f54feec59b735ed23670 to a detached HEAD.
Before making any commits
9>in this repo, you should use 'git checkout ' to switch to
9>an existing branch or use 'git checkout origin -b ' to
9>create a new branch for your work.
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 24.1 seconds and retrying....
11>remote: Total 8716 (delta 6885), reused 8328 (delta 6497)
11>Receiving objects: 100% (8716/8716), 35.89 MiB | 1.36 MiB/s

11>Receiving objects: 100% (8716/8716), 36.14 MiB | 1.43 MiB/s, done.
11>Resolving deltas: 0% (0/6885)

11>Resolving deltas: 10% (694/6885)

11>Resolving deltas: 20% (1386/6885)

11>Resolving deltas: 30% (2075/6885)

11>Resolving deltas: 40% (2767/6885)

11>Resolving deltas: 50% (3456/6885)

11>Resolving deltas: 60% (4184/6885)

11>Resolving deltas: 70% (4821/6885)

11>Resolving deltas: 80% (5521/6885)

11>Resolving deltas: 90% (6202/6885)

11>Resolving deltas: 100% (6885/6885)

11>Resolving deltas: 100% (6885/6885), done.
11>Checked out 259e06d to a detached HEAD. Before making any commits
11>in this repo, you should use 'git checkout ' to switch to
11>an existing branch or use 'git checkout origin -b ' to
11>create a new branch for your work.
13>________ running 'git clone --progress
http://git.chromium.org/chromium/deps/libjpeg_turbo.git/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg_turbo' in
'/Users/kamik/webrtcjingleproject'
14>________ running 'git clone --progress
http://git.chromium.org/chromium/deps/libsrtp.git/Users/kamik/webrtcjingleproject/trunk/third_party/libsrtp/source' in
'/Users/kamik/webrtcjingleproject'
13>Cloning into
'/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg_turbo'...
14>Cloning into
'/Users/kamik/webrtcjingleproject/trunk/third_party/libsrtp/source'...
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 24.1 seconds and retrying....
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 24.1 seconds and retrying....
14>remote: Counting objects: 295, done.
14>remote: Compressing objects: 0% (1/145)

13>remote: Counting objects: 588, done.
14>remote: Compressing objects: 10% (15/145)

14>remote: Compressing objects: 20% (29/145)

13>remote: Compressing objects: 0% (1/197)

14>remote: Compressing objects: 30% (44/145)

13>remote: Compressing objects: 10% (20/197)

13>remote: Compressing objects: 20% (40/197)

14>remote: Compressing objects: 40% (58/145)

14>remote: Compressing objects: 50% (73/145)

14>remote: Compressing objects: 60% (87/145)

14>remote: Compressing objects: 70% (102/145)

14>remote: Compressing objects: 80% (116/145)

14>remote: Compressing objects: 90% (131/145)

14>remote: Compressing objects: 100% (145/145)

14>remote: Compressing objects: 100% (145/145), done.
14>Receiving objects: 0% (1/295)

13>remote: Compressing objects: 30% (60/197)

13>remote: Compressing objects: 40% (79/197)

13>remote: Compressing objects: 50% (99/197)

13>remote: Compressing objects: 60% (119/197)

13>remote: Compressing objects: 70% (138/197)

13>remote: Compressing objects: 80% (158/197)

13>remote: Compressing objects: 90% (178/197)

13>remote: Compressing objects: 100% (197/197)

13>remote: Compressing objects: 100% (197/197), done.
13>Receiving objects: 0% (1/588)

14>Receiving objects: 10% (30/295)

13>Receiving objects: 10% (59/588)

14>Receiving objects: 20% (59/295)

14>Receiving objects: 30% (89/295)

14>Receiving objects: 40% (118/295)

14>Receiving objects: 50% (148/295), 164.00 KiB | 311 KiB/s

14>Receiving objects: 60% (177/295), 164.00 KiB | 311 KiB/s

14>Receiving objects: 70% (207/295), 164.00 KiB | 311 KiB/s

14>Receiving objects: 80% (236/295), 164.00 KiB | 311 KiB/s

14>Receiving objects: 90% (266/295), 164.00 KiB | 311 KiB/s

14>remote: Total 295 (delta 140), reused 295 (delta 140)
14>Receiving objects: 100% (295/295), 164.00 KiB | 311 KiB/s

14>Receiving objects: 100% (295/295), 578.75 KiB | 311 KiB/s, done.
14>Resolving deltas: 0% (0/140)

14>Resolving deltas: 40% (57/140)

14>Resolving deltas: 60% (84/140)

14>Resolving deltas: 80% (112/140)

14>Resolving deltas: 90% (127/140)

14>Resolving deltas: 100% (140/140)

14>Resolving deltas: 100% (140/140), done.
13>Receiving objects: 20% (118/588), 124.00 KiB | 222 KiB/s

13>Receiving objects: 30% (177/588), 124.00 KiB | 222 KiB/s

14>Checked out 362c71e8d0dc205a4ad9f4709d42c25864ac872a to a detached
HEAD. Before making any commits
14>in this repo, you should use 'git checkout ' to switch to
14>an existing branch or use 'git checkout origin -b ' to
14>create a new branch for your work.
15>________ running 'git clone --progress
http://git.chromium.org/webm/libvpx.git/Users/kamik/webrtcjingleproject/trunk/third_party/libvpx/source/libvpx' in
'/Users/kamik/webrtcjingleproject'
15>Cloning into
'/Users/kamik/webrtcjingleproject/trunk/third_party/libvpx/source/libvpx'...
13>Receiving objects: 40% (236/588), 508.00 KiB | 276 KiB/s

13>Receiving objects: 50% (294/588), 508.00 KiB | 276 KiB/s

13>Receiving objects: 60% (353/588), 508.00 KiB | 276 KiB/s

13>Receiving objects: 70% (412/588), 508.00 KiB | 276 KiB/s

13>Receiving objects: 80% (471/588), 748.00 KiB | 315 KiB/s

13>remote: Total 588 (delta 389), reused 588 (delta 389)
13>Receiving objects: 90% (530/588), 748.00 KiB | 315 KiB/s

13>Receiving objects: 100% (588/588), 748.00 KiB | 315 KiB/s

13>Receiving objects: 100% (588/588), 786.70 KiB | 315 KiB/s, done.
13>Resolving deltas: 0% (0/389)

13>Resolving deltas: 20% (78/389)

13>Resolving deltas: 30% (117/389)

13>Resolving deltas: 40% (156/389)

13>Resolving deltas: 50% (196/389)

13>Resolving deltas: 70% (273/389)

13>Resolving deltas: 90% (351/389)

13>Resolving deltas: 100% (389/389)

13>Resolving deltas: 100% (389/389), done.
15>remote: Counting objects: 31034, done.
15>remote: Compressing objects: 0% (1/8609)

15>remote: Compressing objects: 10% (861/8609)

15>remote: Compressing objects: 20% (1722/8609)

15>remote: Compressing objects: 30% (2583/8609)

15>remote: Compressing objects: 40% (3444/8609)

15>remote: Compressing objects: 50% (4305/8609)

15>remote: Compressing objects: 60% (5166/8609)

13>Checked out 82ce8a6d4ebe12a177c0c3597192f2b4f09e81c3 to a detached
HEAD. Before making any commits
13>in this repo, you should use 'git checkout ' to switch to
13>an existing branch or use 'git checkout origin -b ' to
13>create a new branch for your work.
15>remote: Compressing objects: 70% (6027/8609)

16>________ running 'git clone --progress
http://git.chromium.org/external/libyuv.git/Users/kamik/webrtcjingleproject/trunk/third_party/libyuv' in
'/Users/kamik/webrtcjingleproject'
15>remote: Compressing objects: 80% (6888/8609)

16>Cloning into
'/Users/kamik/webrtcjingleproject/trunk/third_party/libyuv'...
15>remote: Compressing objects: 90% (7749/8609)

15>remote: Compressing objects: 100% (8609/8609)

15>remote: Compressing objects: 100% (8609/8609), done.
15>Receiving objects: 0% (1/31034)

16>remote: Counting objects: 5473, done.
16>remote: Compressing objects: 0% (1/708)

16>remote: Compressing objects: 10% (71/708)

16>remote: Compressing objects: 20% (142/708)

16>remote: Compressing objects: 30% (213/708)

16>remote: Compressing objects: 40% (284/708)

16>remote: Compressing objects: 50% (354/708)

16>remote: Compressing objects: 60% (425/708)

16>remote: Compressing objects: 70% (496/708)

16>remote: Compressing objects: 80% (567/708)

16>remote: Compressing objects: 90% (638/708)

16>remote: Compressing objects: 100% (708/708)

16>remote: Compressing objects: 100% (708/708), done.
16>Receiving objects: 0% (1/5473)

15>Receiving objects: 10% (3104/31034), 620.00 KiB | 1.17 MiB/s

16>Receiving objects: 10% (548/5473)

15>Receiving objects: 20% (6207/31034), 1.58 MiB | 1.02 MiB/s

10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 24.1 seconds and retrying....
16>Receiving objects: 20% (1095/5473), 524.00 KiB | 239 KiB/s

16>Receiving objects: 30% (1642/5473), 676.00 KiB | 250 KiB/s

16>Receiving objects: 40% (2190/5473), 844.00 KiB | 262 KiB/s

15>Receiving objects: 30% (9311/31034), 3.96 MiB | 980 KiB/s

16>Receiving objects: 50% (2737/5473), 996.00 KiB | 267 KiB/s

16>Receiving objects: 60% (3284/5473), 1.14 MiB | 274 KiB/s

16>Receiving objects: 70% (3832/5473), 1.37 MiB | 292 KiB/s

4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 24.1 seconds and retrying....
16>Receiving objects: 80% (4379/5473), 1.61 MiB | 317 KiB/s

12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 24.1 seconds and retrying....
15>Receiving objects: 40% (12414/31034), 5.94 MiB | 949 KiB/s

16>Receiving objects: 90% (4926/5473), 1.61 MiB | 317 KiB/s

16>remote: Total 5473 (delta 4762), reused 5461 (delta 4756)
16>Receiving objects: 100% (5473/5473), 1.89 MiB | 367 KiB/s

16>Receiving objects: 100% (5473/5473), 2.03 MiB | 372 KiB/s, done.
16>Resolving deltas: 0% (0/4762)

16>Resolving deltas: 10% (505/4762)

16>Resolving deltas: 40% (1906/4762)

16>Resolving deltas: 50% (2408/4762)

16>Resolving deltas: 70% (3338/4762)

16>Resolving deltas: 90% (4300/4762)

16>Resolving deltas: 100% (4762/4762)

16>Resolving deltas: 100% (4762/4762), done.
16>Checked out a9c9242a557c0202454733bab66521bff2e35fc9 to a detached
HEAD. Before making any commits
16>in this repo, you should use 'git checkout ' to switch to
16>an existing branch or use 'git checkout origin -b ' to
16>create a new branch for your work.
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 5.0 seconds and retrying....
15>Receiving objects: 50% (15517/31034), 7.43 MiB | 952 KiB/s

15>Receiving objects: 50% (15583/31034), 8.64 MiB | 1011 KiB/s

15>Receiving objects: 60% (18621/31034), 10.71 MiB | 1.13 MiB/s

15>Receiving objects: 70% (21724/31034), 12.10 MiB | 1.23 MiB/s

15>Receiving objects: 80% (24828/31034), 12.85 MiB | 1.28 MiB/s

15>Receiving objects: 90% (27931/31034), 13.58 MiB | 1.34 MiB/s

15>remote: Total 31034 (delta 25174), reused 27686 (delta 22120)
15>Receiving objects: 100% (31034/31034), 13.58 MiB | 1.34 MiB/s

15>Receiving objects: 100% (31034/31034), 14.23 MiB | 1.37 MiB/s, done.
15>Resolving deltas: 0% (0/25174)

15>Resolving deltas: 10% (2520/25174)

15>Resolving deltas: 20% (5040/25174)

15>Resolving deltas: 30% (7557/25174)

15>Resolving deltas: 40% (10076/25174)

15>Resolving deltas: 50% (12587/25174)

15>Resolving deltas: 60% (15109/25174)

15>Resolving deltas: 70% (17636/25174)

15>Resolving deltas: 80% (20152/25174)

17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 6.5 seconds and retrying....
15>Resolving deltas: 100% (25174/25174)

15>Resolving deltas: 100% (25174/25174), done.
15>Checked out 7a09f6b8 to a detached HEAD. Before making any commits
15>in this repo, you should use 'git checkout ' to switch to
15>an existing branch or use 'git checkout origin -b ' to
15>create a new branch for your work.
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 5.0 seconds and retrying....
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 31.4 seconds and retrying....
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 8.5 seconds and retrying....
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 31.4 seconds and retrying....
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 31.4 seconds and retrying....
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 6.5 seconds and retrying....
10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 31.4 seconds and retrying....
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 8.5 seconds and retrying....
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 11.0 seconds and retrying....
4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 31.4 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 31.4 seconds and retrying....
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 11.0 seconds and retrying....
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 14.3 seconds and retrying....
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 14.3 seconds and retrying....
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
7>Sleeping 40.8 seconds and retrying....
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
5>Sleeping 40.8 seconds and retrying....
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>Sleeping 40.8 seconds and retrying....
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 18.6 seconds and retrying....
10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
10>Sleeping 40.8 seconds and retrying....
4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
4>Sleeping 40.8 seconds and retrying....
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
12>Sleeping 40.8 seconds and retrying....
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 18.6 seconds and retrying....
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 24.1 seconds and retrying....
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 24.1 seconds and retrying....
7>________ running 'svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
7>svn: PROPFIND of '/svn/trunk/src': Could not read status line:
Connection reset by peer (http://google-gflags.googlecode.com)
5>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/ashmem@169394/Users/kamik/webrtcjingleproject/trunk/third_party/ashmem --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
5>svn: PROPFIND of '/svn/trunk/src/third_party/ashmem': Could not read
status line: Connection reset by peer (http://src.chromium.org)
6>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/expat@169394/Users/kamik/webrtcjingleproject/trunk/third_party/expat --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
6>svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read
status line: Connection reset by peer (http://src.chromium.org)
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 31.4 seconds and retrying....
10>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libevent@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libevent --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
10>svn: PROPFIND of '/svn/trunk/src/third_party/libevent': Could not read
status line: Connection reset by peer (http://src.chromium.org)
4>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/testing@169394/Users/kamik/webrtcjingleproject/trunk/testing --revision 169394
--non-interactive --ignore-externals' in '/Users/kamik/webrtcjingleproject'
4>svn: PROPFIND of '/svn/trunk/src/testing': Could not read status line:
Connection reset by peer (http://src.chromium.org)
12>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/libjpeg@169394/Users/kamik/webrtcjingleproject/trunk/third_party/libjpeg --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
12>svn: PROPFIND of '/svn/trunk/src/third_party/libjpeg': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 31.4 seconds and retrying....
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
17>Sleeping 40.8 seconds and retrying....
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
18>Sleeping 40.8 seconds and retrying....
17>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/mach_override@169394/Users/kamik/webrtcjingleproject/trunk/third_party/mach_override --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
17>svn: PROPFIND of '/svn/trunk/src/third_party/mach_override': Could not
read status line: Connection reset by peer (http://src.chromium.org)
18>________ running 'svn checkout
http://src.chromium.org/svn/trunk/src/third_party/modp_b64@169394/Users/kamik/webrtcjingleproject/trunk/third_party/modp_b64 --revision
169394 --non-interactive --ignore-externals' in
'/Users/kamik/webrtcjingleproject'
18>svn: PROPFIND of '/svn/trunk/src/third_party/modp_b64': Could not read
status line: Connection reset by peer (http://src.chromium.org)
Error: Command svn checkout
http://google-gflags.googlecode.com/svn/trunk/src@45/Users/kamik/webrtcjingleproject/trunk/third_party/google-gflags/src
--revision 45 --non-interactive --ignore-externals returned non-zero exit
status 1 in /Users/kamik/webrtcjingleproject
localhost:webrtcjingleproject kamik$


Reply to this email directly or view it on GitHubhttps://github.com//issues/67#issuecomment-13633441.

from webrtc-jingle-client.

KamikX avatar KamikX commented on August 24, 2024

My svn version is 1.6.18 (r1303927) and single command for an svn co on the command line get same error
localhost:~ kamik$ svn checkout http://src.chromium.org/svn/trunk/src/third_party/expat@169394
svn: PROPFIND of '/svn/trunk/src/third_party/expat': Could not read status line: Connection reset by peer (http://src.chromium.org)
localhost:~ kamik$

from webrtc-jingle-client.

lukeweber avatar lukeweber commented on August 24, 2024

Seems to be svn related. I saw some comments about cygwin users having this
issue. I would try to upgrade your svn, Google the error, etc as its the
same tools used by webrtc and chromium. That being said if you're on
windows it won't compile at the moment anyhow and you should use osx or
linux.

I've just confirmed for sanity sake that the svn command you sent works
fine on my box.

from webrtc-jingle-client.

KamikX avatar KamikX commented on August 24, 2024

I using OSX 10.8.2 I try update svn to version 1.7 but this show svn: E170000: Unrecognized URL scheme for http* how version use you ? I try install Ubuntu to virtual machine but same mistake . It would be some block port on net ? because I try download it on college lan. Could you download revision 9827d8a and upload it elsewhere for me please ?

from webrtc-jingle-client.

lukeweber avatar lukeweber commented on August 24, 2024

Yeah some mentioned it might be due to proxies messing you up. Maybe research your schools proxy and they'll help you out. A possible workaround might be to change all the svn paths to https in deps file to avoid network issues as a temp fix.

from webrtc-jingle-client.

lukeweber avatar lukeweber commented on August 24, 2024

Almost certainly down to bad proxy being in the way.

from webrtc-jingle-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.