[chromium-dev] Re: How do I not sync the layout tests in an existing client?

2009-06-05 Thread Glen Murphy

FWIW, because svn-ignore still downloads file information (so it knows
what to ignore), a sync of just /webkit will download about 100MB
*every time you sync*.

(This is still better than having 200,000 useless files on my harddrive).


On Tue, Apr 28, 2009 at 9:38 AM, Nicolas Sylvainnsylv...@chromium.org wrote:


 On Mon, Apr 27, 2009 at 6:47 PM, Glen Murphy g...@chromium.org wrote:

 I have zero need for the layout tests, yet I've never been able to set
 up a client without them - even with the suggested custom_deps line, I
 still get them.

 I've tried deleting my webkit dir, a carpet-bomb custom deps like, and
 gclient sync --force, and I still get the damned things.
 layout_tests/platform don't seem covered by the suggested custom_deps
 line, but I don't really know how these things work.

    custom_deps : {
      src/webkit/data: None,
      src/webkit/data/layout_tests/: None,
      src/webkit/data/layout_tests/LayoutTests: None,
      src/webkit/data/layout_tests/platform: None,
      src/webkit/data/layout_tests/platform/chromium-linux/LayoutTests:
 None,
    }

 The only one that works is:
 src/webkit/data/layout_tests/LayoutTests: None
 Because this is fetched with the DEPS files.
 The other ones are in the checkout directly (under src/ in the repository),
 and they can't be bypassed by the custom_deps.
 Your svn-ignore might work, but make sure you don't submit this!
 Nicolas


 



--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: How do I not sync the layout tests in an existing client?

2009-04-28 Thread Nicolas Sylvain
On Mon, Apr 27, 2009 at 6:47 PM, Glen Murphy g...@chromium.org wrote:


 I have zero need for the layout tests, yet I've never been able to set
 up a client without them - even with the suggested custom_deps line, I
 still get them.

 I've tried deleting my webkit dir, a carpet-bomb custom deps like, and
 gclient sync --force, and I still get the damned things.
 layout_tests/platform don't seem covered by the suggested custom_deps
 line, but I don't really know how these things work.

custom_deps : {
  src/webkit/data: None,
  src/webkit/data/layout_tests/: None,
  src/webkit/data/layout_tests/LayoutTests: None,
  src/webkit/data/layout_tests/platform: None,
  src/webkit/data/layout_tests/platform/chromium-linux/LayoutTests:
 None,
}


The only one that works is:
src/webkit/data/layout_tests/LayoutTests: None

Because this is fetched with the DEPS files.

The other ones are in the checkout directly (under src/ in the repository),
and they can't be bypassed by the custom_deps.

Your svn-ignore might work, but make sure you don't submit this!

Nicolas




 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: How do I not sync the layout tests in an existing client?

2009-04-27 Thread Aaron Boodman

I heard you have to fix at least five layout tests, then they go away.

- a

On Mon, Apr 27, 2009 at 6:47 PM, Glen Murphy g...@chromium.org wrote:

 I have zero need for the layout tests, yet I've never been able to set
 up a client without them - even with the suggested custom_deps line, I
 still get them.

 I've tried deleting my webkit dir, a carpet-bomb custom deps like, and
 gclient sync --force, and I still get the damned things.
 layout_tests/platform don't seem covered by the suggested custom_deps
 line, but I don't really know how these things work.

    custom_deps : {
      src/webkit/data: None,
      src/webkit/data/layout_tests/: None,
      src/webkit/data/layout_tests/LayoutTests: None,
      src/webkit/data/layout_tests/platform: None,
      src/webkit/data/layout_tests/platform/chromium-linux/LayoutTests: None,
    }

 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: How do I not sync the layout tests in an existing client?

2009-04-27 Thread Glen Murphy

Solution:

src/webkit/data - svn-ignore:layout_tests,aaron

Life is good.


On Mon, Apr 27, 2009 at 7:16 PM, Aaron Boodman a...@chromium.org wrote:
 I heard you have to fix at least five layout tests, then they go away.

 - a

 On Mon, Apr 27, 2009 at 6:47 PM, Glen Murphy g...@chromium.org wrote:

 I have zero need for the layout tests, yet I've never been able to set
 up a client without them - even with the suggested custom_deps line, I
 still get them.

 I've tried deleting my webkit dir, a carpet-bomb custom deps like, and
 gclient sync --force, and I still get the damned things.
 layout_tests/platform don't seem covered by the suggested custom_deps
 line, but I don't really know how these things work.

    custom_deps : {
      src/webkit/data: None,
      src/webkit/data/layout_tests/: None,
      src/webkit/data/layout_tests/LayoutTests: None,
      src/webkit/data/layout_tests/platform: None,
      src/webkit/data/layout_tests/platform/chromium-linux/LayoutTests: 
 None,
    }

 



--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---