From fea3f0d7213308b333a4884f2609f2898e75c37f Mon Sep 17 00:00:00 2001 From: "frkoenig@google.com" Date: Tue, 4 Oct 2011 00:06:56 +0000 Subject: [PATCH] Remove svn export hook. Hook was incorrectly overwriting directory whenever gclient runhooks was issued. Review URL: http://webrtc-codereview.appspot.com/194001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@9 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- DEPS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DEPS b/DEPS index 830387399..60197a326 100644 --- a/DEPS +++ b/DEPS @@ -18,10 +18,6 @@ deps = { hooks = [ - { - "pattern": ".", - "action": ["svn", "export", Var("libyuv_trunk"), "--force"], - }, # A change to a .gyp, .gypi, or to GYP itself should run the generator. { "pattern": ".",