[chromium-dev] Re: Problem with gyp every time v8 updates their branch

2009-09-24 Thread Darin Fisher
Yes, please!!  The srcdir should not be littered with output from the build
system.  (At least it should be an option.)-Darin

On Wed, Sep 23, 2009 at 2:56 PM, Evan Martin e...@chromium.org wrote:


 We need builddir != srcdir.  sgk was working on it, I helped with a
 patch, not sure what became of it.

 On Wed, Sep 23, 2009 at 2:52 PM, Andrew Scherkus scher...@chromium.org
 wrote:
  One more data point: happens to me on windows and linux:
  $ cd src/v8
  $ svn st
  ?  tools/gyp/v8_nosnapshot.mk
  ?  tools/gyp/v8_snapshot.mk
  ?  tools/gyp/v8.mk
  ?  tools/gyp/js2c.mk
  ?  tools/gyp/v8_shell.mk
  ?  tools/gyp/mksnapshot.mk
  ?  tools/gyp/v8_base.mk
 
  On Wed, Sep 23, 2009 at 2:12 PM, Bradley Nelson bradnel...@google.com
  wrote:
 
  I'll look into it. Sorrry, we added support for setting the default run
  target, but it has to create a per user config file.
  -BradN
 
  On Wed, Sep 23, 2009 at 1:55 PM, Jeremy Orlow jor...@google.com
 wrote:
 
  On Wed, Sep 23, 2009 at 1:43 PM, John Abd-El-Malek j...@chromium.org
  wrote:
 
  I've seen this before last week as well.
 
  I have too.
 
 
  Can this really be added to v8's svn:ignore?  These VS generated files
  have the username in them.
 
  On Wed, Sep 23, 2009 at 1:39 PM, Mark Mentovai m...@chromium.org
  wrote:
 
  This happened after a GYP change that Brad made recently (last week,
 I
  think).
 
  We need to add to v8's svn:ignore.
 
  John Abd-El-Malek wrote:
   Every time v8 team updates which branch is the one that's used in
   Chrome,
   gclient sync fails on Windows.  The error is below.
    running 'svn update a:\chrome2\src\tools\tryserver' in
   'a:\chrome2'
   At revision 3275.
   Error: Can't switch the checkout to
   http://v8.googlecode.com/svn/tr...@2966;
   UUID don't match and there is local changes in a:\chrome2\src\v8.
   Delete the
   direct
   ory and try again.
  
   a:\chrome2\src\v8svn st
   ?   tools\gyp\v8.vcproj.GOOGLE.jabdelmalek.user
   ?   tools\gyp\js2c.vcproj.GOOGLE.jabdelmalek.user
   ?   tools\gyp\v8_nosnapshot.vcproj.GOOGLE.jabdelmalek.user
   ?   tools\gyp\v8_snapshot.vcproj.GOOGLE.jabdelmalek.user
   ?   tools\gyp\v8_shell.vcproj.GOOGLE.jabdelmalek.user
   ?   tools\gyp\v8_base.vcproj.GOOGLE.jabdelmalek.user
   ?   tools\gyp\mksnapshot.vcproj.GOOGLE.jabdelmalek.user
  
  
   I have to delete the v8 directory and run gclient sync again (or
   remove the
   generated files).  This is annoying, since it breaks syncing to all
   the
   Windows developers (I don't think this happens on Mac and Linux).
   Can the generated files be put elsewhere?  Or is there a way that
 gyp
   can
   tell svn to ignore .user files?  I realize I could put it in my svn
   config
   file, but this doesn't solve it for all the other developers.
  
   
  
 
 
 
 
 
 
 
 
 
  
 

 


--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-24 Thread Darin Fisher
I think the tools should support your use of tags, but thanks for switching
back to tr...@version.
-Darin



On Thu, Sep 24, 2009 at 12:12 AM, Mads Sig Ager a...@chromium.org wrote:

 I think something else is going on here as well.  The changes you are
 talking about making sounds great though, so please do!

 The increased number of issues with V8 updates was caused by the V8
 team and I should have sent an email about it.  We changed the DEPS
 file to pull V8 from svn/tags/version instead of from
 svn/tr...@revision.  This has the effect that if you have
 modifications in the V8 source dir you have to delete it.  This was
 not our intention, so I switched back to the svn/tr...@version scheme.
  There should be less issues with the next updates.

 Sorry for the inconvenience.

 -- Mads

 On Thu, Sep 24, 2009 at 8:56 AM, Darin Fisher da...@chromium.org wrote:
  Yes, please!!  The srcdir should not be littered with output from the
 build
  system.  (At least it should be an option.)
  -Darin
 
  On Wed, Sep 23, 2009 at 2:56 PM, Evan Martin e...@chromium.org wrote:
 
  We need builddir != srcdir.  sgk was working on it, I helped with a
  patch, not sure what became of it.
 
  On Wed, Sep 23, 2009 at 2:52 PM, Andrew Scherkus scher...@chromium.org
 
  wrote:
   One more data point: happens to me on windows and linux:
   $ cd src/v8
   $ svn st
   ?  tools/gyp/v8_nosnapshot.mk
   ?  tools/gyp/v8_snapshot.mk
   ?  tools/gyp/v8.mk
   ?  tools/gyp/js2c.mk
   ?  tools/gyp/v8_shell.mk
   ?  tools/gyp/mksnapshot.mk
   ?  tools/gyp/v8_base.mk
  
   On Wed, Sep 23, 2009 at 2:12 PM, Bradley Nelson 
 bradnel...@google.com
   wrote:
  
   I'll look into it. Sorrry, we added support for setting the default
 run
   target, but it has to create a per user config file.
   -BradN
  
   On Wed, Sep 23, 2009 at 1:55 PM, Jeremy Orlow jor...@google.com
   wrote:
  
   On Wed, Sep 23, 2009 at 1:43 PM, John Abd-El-Malek 
 j...@chromium.org
   wrote:
  
   I've seen this before last week as well.
  
   I have too.
  
  
   Can this really be added to v8's svn:ignore?  These VS generated
   files
   have the username in them.
  
   On Wed, Sep 23, 2009 at 1:39 PM, Mark Mentovai m...@chromium.org
   wrote:
  
   This happened after a GYP change that Brad made recently (last
 week,
   I
   think).
  
   We need to add to v8's svn:ignore.
  
   John Abd-El-Malek wrote:
Every time v8 team updates which branch is the one that's used
 in
Chrome,
gclient sync fails on Windows.  The error is below.
 running 'svn update a:\chrome2\src\tools\tryserver' in
'a:\chrome2'
At revision 3275.
Error: Can't switch the checkout to
http://v8.googlecode.com/svn/tr...@2966;
UUID don't match and there is local changes in
 a:\chrome2\src\v8.
Delete the
direct
ory and try again.
   
a:\chrome2\src\v8svn st
?   tools\gyp\v8.vcproj.GOOGLE.jabdelmalek.user
?   tools\gyp\js2c.vcproj.GOOGLE.jabdelmalek.user
?   tools\gyp\v8_nosnapshot.vcproj.GOOGLE.jabdelmalek.user
?   tools\gyp\v8_snapshot.vcproj.GOOGLE.jabdelmalek.user
?   tools\gyp\v8_shell.vcproj.GOOGLE.jabdelmalek.user
?   tools\gyp\v8_base.vcproj.GOOGLE.jabdelmalek.user
?   tools\gyp\mksnapshot.vcproj.GOOGLE.jabdelmalek.user
   
   
I have to delete the v8 directory and run gclient sync again (or
remove the
generated files).  This is annoying, since it breaks syncing to
all
the
Windows developers (I don't think this happens on Mac and
 Linux).
Can the generated files be put elsewhere?  Or is there a way
 that
gyp
can
tell svn to ignore .user files?  I realize I could put it in my
svn
config
file, but this doesn't solve it for all the other developers.
   

   
  
  
  
  
  
  
  
  
  
   
  
 
 
 
 
   
 


--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-24 Thread Mads Sig Ager

I think something else is going on here as well.  The changes you are
talking about making sounds great though, so please do!

The increased number of issues with V8 updates was caused by the V8
team and I should have sent an email about it.  We changed the DEPS
file to pull V8 from svn/tags/version instead of from
svn/tr...@revision.  This has the effect that if you have
modifications in the V8 source dir you have to delete it.  This was
not our intention, so I switched back to the svn/tr...@version scheme.
 There should be less issues with the next updates.

Sorry for the inconvenience.

-- Mads

On Thu, Sep 24, 2009 at 8:56 AM, Darin Fisher da...@chromium.org wrote:
 Yes, please!!  The srcdir should not be littered with output from the build
 system.  (At least it should be an option.)
 -Darin

 On Wed, Sep 23, 2009 at 2:56 PM, Evan Martin e...@chromium.org wrote:

 We need builddir != srcdir.  sgk was working on it, I helped with a
 patch, not sure what became of it.

 On Wed, Sep 23, 2009 at 2:52 PM, Andrew Scherkus scher...@chromium.org
 wrote:
  One more data point: happens to me on windows and linux:
  $ cd src/v8
  $ svn st
  ?      tools/gyp/v8_nosnapshot.mk
  ?      tools/gyp/v8_snapshot.mk
  ?      tools/gyp/v8.mk
  ?      tools/gyp/js2c.mk
  ?      tools/gyp/v8_shell.mk
  ?      tools/gyp/mksnapshot.mk
  ?      tools/gyp/v8_base.mk
 
  On Wed, Sep 23, 2009 at 2:12 PM, Bradley Nelson bradnel...@google.com
  wrote:
 
  I'll look into it. Sorrry, we added support for setting the default run
  target, but it has to create a per user config file.
  -BradN
 
  On Wed, Sep 23, 2009 at 1:55 PM, Jeremy Orlow jor...@google.com
  wrote:
 
  On Wed, Sep 23, 2009 at 1:43 PM, John Abd-El-Malek j...@chromium.org
  wrote:
 
  I've seen this before last week as well.
 
  I have too.
 
 
  Can this really be added to v8's svn:ignore?  These VS generated
  files
  have the username in them.
 
  On Wed, Sep 23, 2009 at 1:39 PM, Mark Mentovai m...@chromium.org
  wrote:
 
  This happened after a GYP change that Brad made recently (last week,
  I
  think).
 
  We need to add to v8's svn:ignore.
 
  John Abd-El-Malek wrote:
   Every time v8 team updates which branch is the one that's used in
   Chrome,
   gclient sync fails on Windows.  The error is below.
    running 'svn update a:\chrome2\src\tools\tryserver' in
   'a:\chrome2'
   At revision 3275.
   Error: Can't switch the checkout to
   http://v8.googlecode.com/svn/tr...@2966;
   UUID don't match and there is local changes in a:\chrome2\src\v8.
   Delete the
   direct
   ory and try again.
  
   a:\chrome2\src\v8svn st
   ?       tools\gyp\v8.vcproj.GOOGLE.jabdelmalek.user
   ?       tools\gyp\js2c.vcproj.GOOGLE.jabdelmalek.user
   ?       tools\gyp\v8_nosnapshot.vcproj.GOOGLE.jabdelmalek.user
   ?       tools\gyp\v8_snapshot.vcproj.GOOGLE.jabdelmalek.user
   ?       tools\gyp\v8_shell.vcproj.GOOGLE.jabdelmalek.user
   ?       tools\gyp\v8_base.vcproj.GOOGLE.jabdelmalek.user
   ?       tools\gyp\mksnapshot.vcproj.GOOGLE.jabdelmalek.user
  
  
   I have to delete the v8 directory and run gclient sync again (or
   remove the
   generated files).  This is annoying, since it breaks syncing to
   all
   the
   Windows developers (I don't think this happens on Mac and Linux).
   Can the generated files be put elsewhere?  Or is there a way that
   gyp
   can
   tell svn to ignore .user files?  I realize I could put it in my
   svn
   config
   file, but this doesn't solve it for all the other developers.
  
   
  
 
 
 
 
 
 
 
 
 
  
 




 


--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Peter Kasting
On Wed, Sep 23, 2009 at 1:25 PM, John Abd-El-Malek j...@chromium.org wrote:

 Every time v8 team updates which branch is the one that's used in Chrome,
 gclient sync fails on Windows.  The error is below.


That's weird.  I haven't seen this on my machine.

PK

--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Darin Fisher
On Wed, Sep 23, 2009 at 1:26 PM, Peter Kasting pkast...@google.com wrote:

 On Wed, Sep 23, 2009 at 1:25 PM, John Abd-El-Malek j...@chromium.orgwrote:

 Every time v8 team updates which branch is the one that's used in Chrome,
 gclient sync fails on Windows.  The error is below.


 That's weird.  I haven't seen this on my machine.

 PK



Hmm... I also have been seeing the same problem for a while.  I updated my
SVN config to ignore .user files and have been happy ever since.  But, I
agree with John that it sucks for everyone to have to do that.

-Darin

--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Elliot Glaysher (Chromium)

On Wed, Sep 23, 2009 at 1:25 PM, John Abd-El-Malek j...@chromium.org wrote:
 I have to delete the v8 directory and run gclient sync again (or remove the
 generated files).  This is annoying, since it breaks syncing to all the
 Windows developers (I don't think this happens on Mac and Linux).

Actually, I have to nuke the v8/ directory every time they update
under linux/scons, too.

-- Elliot

--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Mark Mentovai

This happened after a GYP change that Brad made recently (last week, I think).

We need to add to v8's svn:ignore.

John Abd-El-Malek wrote:
 Every time v8 team updates which branch is the one that's used in Chrome,
 gclient sync fails on Windows.  The error is below.
  running 'svn update a:\chrome2\src\tools\tryserver' in 'a:\chrome2'
 At revision 3275.
 Error: Can't switch the checkout to http://v8.googlecode.com/svn/tr...@2966;
 UUID don't match and there is local changes in a:\chrome2\src\v8. Delete the
 direct
 ory and try again.

 a:\chrome2\src\v8svn st
 ?       tools\gyp\v8.vcproj.GOOGLE.jabdelmalek.user
 ?       tools\gyp\js2c.vcproj.GOOGLE.jabdelmalek.user
 ?       tools\gyp\v8_nosnapshot.vcproj.GOOGLE.jabdelmalek.user
 ?       tools\gyp\v8_snapshot.vcproj.GOOGLE.jabdelmalek.user
 ?       tools\gyp\v8_shell.vcproj.GOOGLE.jabdelmalek.user
 ?       tools\gyp\v8_base.vcproj.GOOGLE.jabdelmalek.user
 ?       tools\gyp\mksnapshot.vcproj.GOOGLE.jabdelmalek.user


 I have to delete the v8 directory and run gclient sync again (or remove the
 generated files).  This is annoying, since it breaks syncing to all the
 Windows developers (I don't think this happens on Mac and Linux).
 Can the generated files be put elsewhere?  Or is there a way that gyp can
 tell svn to ignore .user files?  I realize I could put it in my svn config
 file, but this doesn't solve it for all the other developers.

 


--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Jeremy Orlow
Same here.  I see it both on windows and mac.

On Wed, Sep 23, 2009 at 1:35 PM, Elliot Glaysher (Chromium) 
e...@chromium.org wrote:


 On Wed, Sep 23, 2009 at 1:25 PM, John Abd-El-Malek j...@chromium.org
 wrote:
  I have to delete the v8 directory and run gclient sync again (or remove
 the
  generated files).  This is annoying, since it breaks syncing to all the
  Windows developers (I don't think this happens on Mac and Linux).

 Actually, I have to nuke the v8/ directory every time they update
 under linux/scons, too.

 -- Elliot

 


--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Mark Mentovai

John Abd-El-Malek wrote:
 I've seen this before last week as well.

OK, then there might be something else going on.  When it happened in
the past, what did svn status show?

I've never seen this, by the way.  (Any time I make changes to V8, I
don't do it in a Chromium working copy.)

 Can this really be added to v8's svn:ignore?  These VS generated files have
 the username in them.

Yeah, they're patterns.  You can svn:ignore *.vcproj.*.user

Mark

--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Jeremy Orlow
On Wed, Sep 23, 2009 at 1:43 PM, John Abd-El-Malek j...@chromium.org wrote:

 I've seen this before last week as well.


I have too.



 Can this really be added to v8's svn:ignore?  These VS generated files have
 the username in them.


 On Wed, Sep 23, 2009 at 1:39 PM, Mark Mentovai m...@chromium.org wrote:

 This happened after a GYP change that Brad made recently (last week, I
 think).

 We need to add to v8's svn:ignore.

 John Abd-El-Malek wrote:
  Every time v8 team updates which branch is the one that's used in
 Chrome,
  gclient sync fails on Windows.  The error is below.
   running 'svn update a:\chrome2\src\tools\tryserver' in
 'a:\chrome2'
  At revision 3275.
  Error: Can't switch the checkout to
 http://v8.googlecode.com/svn/tr...@2966;
  UUID don't match and there is local changes in a:\chrome2\src\v8. Delete
 the
  direct
  ory and try again.
 
  a:\chrome2\src\v8svn st
  ?   tools\gyp\v8.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\js2c.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_nosnapshot.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_snapshot.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_shell.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_base.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\mksnapshot.vcproj.GOOGLE.jabdelmalek.user
 
 
  I have to delete the v8 directory and run gclient sync again (or remove
 the
  generated files).  This is annoying, since it breaks syncing to all the
  Windows developers (I don't think this happens on Mac and Linux).
  Can the generated files be put elsewhere?  Or is there a way that gyp
 can
  tell svn to ignore .user files?  I realize I could put it in my svn
 config
  file, but this doesn't solve it for all the other developers.
 
  
 



 


--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Bradley Nelson
I'll look into it. Sorrry, we added support for setting the default run
target, but it has to create a per user config file.
-BradN


On Wed, Sep 23, 2009 at 1:55 PM, Jeremy Orlow jor...@google.com wrote:

 On Wed, Sep 23, 2009 at 1:43 PM, John Abd-El-Malek j...@chromium.orgwrote:

 I've seen this before last week as well.


 I have too.



 Can this really be added to v8's svn:ignore?  These VS generated files
 have the username in them.


 On Wed, Sep 23, 2009 at 1:39 PM, Mark Mentovai m...@chromium.org wrote:

 This happened after a GYP change that Brad made recently (last week, I
 think).

 We need to add to v8's svn:ignore.

 John Abd-El-Malek wrote:
  Every time v8 team updates which branch is the one that's used in
 Chrome,
  gclient sync fails on Windows.  The error is below.
   running 'svn update a:\chrome2\src\tools\tryserver' in
 'a:\chrome2'
  At revision 3275.
  Error: Can't switch the checkout to
 http://v8.googlecode.com/svn/tr...@2966;
  UUID don't match and there is local changes in a:\chrome2\src\v8.
 Delete the
  direct
  ory and try again.
 
  a:\chrome2\src\v8svn st
  ?   tools\gyp\v8.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\js2c.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_nosnapshot.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_snapshot.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_shell.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\v8_base.vcproj.GOOGLE.jabdelmalek.user
  ?   tools\gyp\mksnapshot.vcproj.GOOGLE.jabdelmalek.user
 
 
  I have to delete the v8 directory and run gclient sync again (or remove
 the
  generated files).  This is annoying, since it breaks syncing to all the
  Windows developers (I don't think this happens on Mac and Linux).
  Can the generated files be put elsewhere?  Or is there a way that gyp
 can
  tell svn to ignore .user files?  I realize I could put it in my svn
 config
  file, but this doesn't solve it for all the other developers.
 
  
 



 



--~--~-~--~~~---~--~~
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: Problem with gyp every time v8 updates their branch

2009-09-23 Thread Evan Martin

We need builddir != srcdir.  sgk was working on it, I helped with a
patch, not sure what became of it.

On Wed, Sep 23, 2009 at 2:52 PM, Andrew Scherkus scher...@chromium.org wrote:
 One more data point: happens to me on windows and linux:
 $ cd src/v8
 $ svn st
 ?      tools/gyp/v8_nosnapshot.mk
 ?      tools/gyp/v8_snapshot.mk
 ?      tools/gyp/v8.mk
 ?      tools/gyp/js2c.mk
 ?      tools/gyp/v8_shell.mk
 ?      tools/gyp/mksnapshot.mk
 ?      tools/gyp/v8_base.mk

 On Wed, Sep 23, 2009 at 2:12 PM, Bradley Nelson bradnel...@google.com
 wrote:

 I'll look into it. Sorrry, we added support for setting the default run
 target, but it has to create a per user config file.
 -BradN

 On Wed, Sep 23, 2009 at 1:55 PM, Jeremy Orlow jor...@google.com wrote:

 On Wed, Sep 23, 2009 at 1:43 PM, John Abd-El-Malek j...@chromium.org
 wrote:

 I've seen this before last week as well.

 I have too.


 Can this really be added to v8's svn:ignore?  These VS generated files
 have the username in them.

 On Wed, Sep 23, 2009 at 1:39 PM, Mark Mentovai m...@chromium.org
 wrote:

 This happened after a GYP change that Brad made recently (last week, I
 think).

 We need to add to v8's svn:ignore.

 John Abd-El-Malek wrote:
  Every time v8 team updates which branch is the one that's used in
  Chrome,
  gclient sync fails on Windows.  The error is below.
   running 'svn update a:\chrome2\src\tools\tryserver' in
  'a:\chrome2'
  At revision 3275.
  Error: Can't switch the checkout to
  http://v8.googlecode.com/svn/tr...@2966;
  UUID don't match and there is local changes in a:\chrome2\src\v8.
  Delete the
  direct
  ory and try again.
 
  a:\chrome2\src\v8svn st
  ?       tools\gyp\v8.vcproj.GOOGLE.jabdelmalek.user
  ?       tools\gyp\js2c.vcproj.GOOGLE.jabdelmalek.user
  ?       tools\gyp\v8_nosnapshot.vcproj.GOOGLE.jabdelmalek.user
  ?       tools\gyp\v8_snapshot.vcproj.GOOGLE.jabdelmalek.user
  ?       tools\gyp\v8_shell.vcproj.GOOGLE.jabdelmalek.user
  ?       tools\gyp\v8_base.vcproj.GOOGLE.jabdelmalek.user
  ?       tools\gyp\mksnapshot.vcproj.GOOGLE.jabdelmalek.user
 
 
  I have to delete the v8 directory and run gclient sync again (or
  remove the
  generated files).  This is annoying, since it breaks syncing to all
  the
  Windows developers (I don't think this happens on Mac and Linux).
  Can the generated files be put elsewhere?  Or is there a way that gyp
  can
  tell svn to ignore .user files?  I realize I could put it in my svn
  config
  file, but this doesn't solve it for all the other developers.
 
  
 









 


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