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

Side by Side Diff: get_svn_repos.sh

Issue 3019002: Modify get_svn_repos to run from src/scripts (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: reupload of patchset 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://shflags.googlecode.com/svn/tags/1.0.3@137 src/third_party/sh flags/files
6 svn checkout http://shunit2.googlecode.com/svn/tags/source/2.1.5@294 src/third_p arty/shunit2/files
7 # O3D selenium tests 5 # O3D selenium tests
8 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 6 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/seleni um_rc@178 ../third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O 3D/third_party/selenium_rc
9 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 7 svn checkout http://src.chromium.org/svn/trunk/src/o3d/tests/selenium@44717 ../t hird_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/tests/s elenium
10 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 8 svn checkout http://src.chromium.org/svn/trunk/src/o3d/samples@46579 ../third_pa rty/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/samples
11 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 9 svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets/tests@1 55 ../third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/ o3d_assets/tests
12 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 10 svn checkout http://google-gflags.googlecode.com/svn/trunk@29 ../third_party/aut otest/files/client/site_tests/graphics_O3DSelenium/O3D/o3d/third_party/gflags
13 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 11 svn checkout https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/t ests@11002 ../third_party/autotest/files/client/site_tests/graphics_WebGLConform ance/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