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

Unified Diff: get_svn_repos.sh

Issue 2899013: get_svn_repos.sh: remove repos that are no longer needed (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: get_svn_repos.sh
diff --git a/get_svn_repos.sh b/get_svn_repos.sh
index 5e14ef660a8fe83580a3dc06ddeddebd73526c74..8d448a0e64a0068df763ca666e5f72786d9c0cb8 100755
--- a/get_svn_repos.sh
+++ b/get_svn_repos.sh
@@ -2,15 +2,10 @@
#Temp Hack to get SVN repos for ebuilds that haven't switched to tar balls or getting code via SVN.
-svn checkout http://mozc.googlecode.com/svn/trunk@24 src/third_party/ibus-mozc/files
-svn checkout http://google-breakpad.googlecode.com/svn/trunk@598 src/third_party/google-breakpad/files
svn checkout http://shflags.googlecode.com/svn/tags/1.0.3@137 src/third_party/shflags/files
svn checkout http://shunit2.googlecode.com/svn/tags/source/2.1.5@294 src/third_party/shunit2/files
svn checkout http://src.chromium.org/svn/trunk/src/base@36775 src/third_party/chrome/files/base
svn checkout http://src.chromium.org/svn/trunk/src/build@36775 src/third_party/chrome/files/build
-svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/vectormath@166 src/third_party/vectormath
-svn checkout http://v8.googlecode.com/svn/trunk@4565 src/third_party/v8
-svn checkout http://gyp.googlecode.com/svn/trunk@824 src/third_party/gyp/files
# O3D selenium tests
svn checkout http://o3d.googlecode.com/svn/trunk/googleclient/third_party/selenium_rc@178 src/third_party/autotest/files/client/site_tests/graphics_O3DSelenium/O3D/third_party/selenium_rc
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
« 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