Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Side by Side Diff: get_svn_repos.sh

Issue 2860029: Add another missing svn repo (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: fix Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 #Temp Hack to get SVN repos for ebuilds that haven't switched to tar balls or ge tting code via SVN. 3 #Temp Hack to get SVN repos for ebuilds that haven't switched to tar balls or ge tting code via SVN.
4 4
5 svn checkout http://mozc.googlecode.com/svn/trunk@24 src/third_party/ibus-mozc/f iles 5 svn checkout http://mozc.googlecode.com/svn/trunk@24 src/third_party/ibus-mozc/f iles
6 svn checkout http://google-breakpad.googlecode.com/svn/trunk@598 src/third_party /google-breakpad/files 6 svn checkout http://google-breakpad.googlecode.com/svn/trunk@598 src/third_party /google-breakpad/files
7 svn checkout http://shflags.googlecode.com/svn/tags/1.0.3@137 src/third_party/sh flags/files 7 svn checkout http://shflags.googlecode.com/svn/tags/1.0.3@137 src/third_party/sh flags/files
8 svn checkout http://shunit2.googlecode.com/svn/tags/source/2.1.5@294 src/third_p arty/shunit2/files 8 svn checkout http://shunit2.googlecode.com/svn/tags/source/2.1.5@294 src/third_p arty/shunit2/files
9 svn checkout http://src.chromium.org/svn/trunk/src/base@36775 src/third_party/ch rome/files/base 9 svn checkout http://src.chromium.org/svn/trunk/src/base@36775 src/third_party/ch rome/files/base
10 svn checkout http://src.chromium.org/svn/trunk/src/build@36775 src/third_party/c hrome/files/build 10 svn checkout http://src.chromium.org/svn/trunk/src/build@36775 src/third_party/c hrome/files/build
11 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/vector math@166 src/third_party/vectormath 11 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/vector math@166 src/third_party/vectormath
12 svn checkout http://v8.googlecode.com/svn/trunk@4565 src/third_party/v8 12 svn checkout http://v8.googlecode.com/svn/trunk@4565 src/third_party/v8
13 svn checkout http://gyp.googlecode.com/svn/trunk@824 src/third_party/gyp/files 13 svn checkout http://gyp.googlecode.com/svn/trunk@824 src/third_party/gyp/files
14 # O3D selenium tests 14 # O3D selenium tests
15 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/seleni um_rc@178 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/ O3D/third_party/selenium_rc 15 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/seleni um_rc@178 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/ O3D/third_party/selenium_rc
16 svn checkout http://src.chromium.org/svn/trunk/src/o3d/tests/selenium@44717 src/ third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/tests/ selenium 16 svn checkout http://src.chromium.org/svn/trunk/src/o3d/tests/selenium@44717 src/ third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/tests/ selenium
17 svn checkout http://src.chromium.org/svn/trunk/src/o3d/samples@46579 src/third_p arty/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/samples 17 svn checkout http://src.chromium.org/svn/trunk/src/o3d/samples@46579 src/third_p arty/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/samples
18 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets/tests@1 55 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d /o3d_assets/tests 18 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets/tests@1 55 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d /o3d_assets/tests
19 svn checkout http://google-gflags.googlecode.com/svn/trunk@29 src/third_party/au totest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/third_party/gflags 19 svn checkout http://google-gflags.googlecode.com/svn/trunk@29 src/third_party/au totest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/third_party/gflags
20 svn checkout https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/t ests@11002 src/third_party/autotest/files/client/site_tests/graphics_WebGLConfor mance/WebGL
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698