[chromium-dev] Re: Getting started, getting blocked...

2009-01-09 Thread Jaff

I decided to start fresh, and downloaded the source tar-ball. Then
when I ran gclient sync, here is what I got:

$ gclient sync 21 | tee sync.log

 running '/Users/mjaffe/Development/depot_tools/bin/../
platform/mac/bin/svn update' in '/Users/mjaffe/Development/Chrome/
chromium/src'
UDEPS
Updated to revision 7839.

 running '/Users/mjaffe/Development/depot_tools/bin/../
platform/mac/bin/svn switch -r 7838 /trunk/deps/third_party/WebKit src/
third_party/WebKit' in '/Users/mjaffe/Development/Chrome/chromium'
svn: '/trunk/deps/third_party/WebKit' does not appear to be a URL
Error: failed to run command: /Users/mjaffe/Development/depot_tools/
bin/../platform/mac/bin/svn switch -r 7838 /trunk/deps/third_party/
WebKit src/third_party/WebKit

Odd that this works for everyone else but not me.

On Dec 19 2008, 4:21 pm, Marc-Antoine Ruel mar...@chromium.org
wrote:
 You've been updated since  svn: '.' is not a working copy  is an
 error I recently introduced on non-Windows platforms. You can safely
 ignore it.

 That's strange that you have svn version issues since we don't include
 svn in the depot_tools on non-windows platform.

 FYI, svn 1.4 can't read checkouts created by svn 1.5. You somehow got
 a svn 1.5 checkout and are currently using a 1.4 svn client.

 M-A

 On Fri, Dec 19, 2008 at 7:16 PM, Jaff jaffe.m...@gmail.com wrote:

  OK, now I cannot even use svn anymore, trying to do a new client
  config yieds this error:

  dhcp-172-19-240-54:~/Development/Google mjaffe$ gclient sync
  svn: '.' is not a working copy
  svn: This client is too old to work with working copy '/Users/mjaffe/
  Development/Google/src'; please get a newer Subversion client
  Traceback (most recent call last):
   File /Users/mjaffe/Development/chrome_depot_tools/release/
  gclient.py, line 1057, in module
     result = Main(sys.argv)
   File /Users/mjaffe/Development/chrome_depot_tools/release/
  gclient.py, line 1052, in Main
     return DispatchCommand(command, options, args)
   File /Users/mjaffe/Development/chrome_depot_tools/release/
  gclient.py, line 999, in DispatchCommand
     return command_map[command](options, args)
   File /Users/mjaffe/Development/chrome_depot_tools/release/
  gclient.py, line 950, in DoUpdate
     return client.RunOnDeps('update', args)
   File /Users/mjaffe/Development/chrome_depot_tools/release/
  gclient.py, line 834, in RunOnDeps
     scm.RunCommand(command, self._options, args)
   File /Users/mjaffe/Development/chrome_depot_tools/release/
  gclient.py, line 444, in RunCommand
     self.update(options, args)

  I don't know what version of svn I should be using. Would not the one
  in my local tools dir work?

  Mark
  On Dec 19, 1:30 pm, Jaff jaffe.m...@gmail.com wrote:
  OK, here is the contents of .gclient

  # An element of this array (a solution) describes a repository
  directory that
  # will be checked out into your working copy.  Each solution may
  optionally define
  # additional dependencies (via its DEPS file) to be checked out
  alongside the
  # solution's directory.  A solution may also specify custom
  dependencies (via
  # the custom_deps property) that override or augment the
  dependencies
  # specified by the DEPS file.
  solutions = [
    { name        : src,
      url         : http://src.chromium.org/svn/trunk/src;,
      custom_deps : {
        # To use the sandbox trunk instead, uncomment:
        #sandbox: https://svn/chrome/trunk/sandbox;,
        # To exclude the page_cycler from your working copy, uncomment:
        #data/page_cycler: None,
      }
    }
  ]

  On Dec 19, 1:09 pm, Mark Larson (Google) m...@chromium.org wrote:

   On Fri, Dec 19, 2008 at 13:01, Jaff jaffe.m...@gmail.com wrote:

Well, this is too strange. It would seem as if some other file-system
mechanism is cacheing
data. I created a new directory and attempted a fresh checkout, and it
crashes/halts in exactly the same place. Complains about src/
third_party/WebKit:

svn: '/trunk/deps/third_party/web...@7278' does not appear to be a URL

   It looks like a bad configuration in your .gclient. Can you post it?

I need someone to confirm they can do a fresh checkout on a machine
which did not have the code on it already.

Thanks,
me

On Dec 18, 1:17 pm, Marc-Antoine Ruel mar...@chromium.org wrote:
 Probably my fault, let me confirm.

 M-A

 On Thu, Dec 18, 2008 at 3:34 PM, Jaff jaffe.m...@gmail.com wrote:

  Hi,

  I've been wanting to get into some contribution-mode, so I have 
  gotten
  far enough to download the source and make my environment 
  compatible
  (MacbookPro, 2.4GHz, 2Gb RAM). However, on Tuesday, the svn 
  repository
  seemed to be offline for about an hour or so while I was trying to 
  get
  sync'ed, then yesterday I seemed able to get source downloaded, 
  but I
  only got this far:

  A    src/testing/gtest/Makefile.am
  A    src/testing/gtest/README

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff

Well, this is too strange. It would seem as if some other file-system
mechanism is cacheing
data. I created a new directory and attempted a fresh checkout, and it
crashes/halts in exactly the same place. Complains about src/
third_party/WebKit:

svn: '/trunk/deps/third_party/web...@7278' does not appear to be a URL

I need someone to confirm they can do a fresh checkout on a machine
which did not have the code on it already.

Thanks,
me


On Dec 18, 1:17 pm, Marc-Antoine Ruel mar...@chromium.org wrote:
 Probably my fault, let me confirm.

 M-A

 On Thu, Dec 18, 2008 at 3:34 PM, Jaff jaffe.m...@gmail.com wrote:

  Hi,

  I've been wanting to get into some contribution-mode, so I have gotten
  far enough to download the source and make my environment compatible
  (MacbookPro, 2.4GHz, 2Gb RAM). However, on Tuesday, the svn repository
  seemed to be offline for about an hour or so while I was trying to get
  sync'ed, then yesterday I seemed able to get source downloaded, but I
  only got this far:

  A    src/testing/gtest/Makefile.am
  A    src/testing/gtest/README
  A    src/testing/gtest/CONTRIBUTORS
  Checked out revision 63.

   running '/Users/mjaffe/Development/chrome_depot_tools/bin/../
  platform/mac/bin/svn checkout /trunk/deps/third_party/web...@7095 src/
  third_party/WebKit' in '/Users/mjaffe/Development/Chrome'
  svn: '/trunk/deps/third_party/web...@7095' does not appear to be a URL
  Error: failed to run command: /Users/mjaffe/Development/
  chrome_depot_tools/bin/../platform/mac/bin/svn checkout /trunk/deps/
  third_party/web...@7095 src/third_party/WebKit

  Anyone else had this experience? Should I just try to sync again?

  Mark
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Chromium-dev group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to 
chromium-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~--~~~~--~~--~--~---



[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff

OK, here is the contents of .gclient

# An element of this array (a solution) describes a repository
directory that
# will be checked out into your working copy.  Each solution may
optionally define
# additional dependencies (via its DEPS file) to be checked out
alongside the
# solution's directory.  A solution may also specify custom
dependencies (via
# the custom_deps property) that override or augment the
dependencies
# specified by the DEPS file.
solutions = [
  { name: src,
url : http://src.chromium.org/svn/trunk/src;,
custom_deps : {
  # To use the sandbox trunk instead, uncomment:
  #sandbox: https://svn/chrome/trunk/sandbox;,
  # To exclude the page_cycler from your working copy, uncomment:
  #data/page_cycler: None,
}
  }
]


On Dec 19, 1:09 pm, Mark Larson (Google) m...@chromium.org wrote:
 On Fri, Dec 19, 2008 at 13:01, Jaff jaffe.m...@gmail.com wrote:

  Well, this is too strange. It would seem as if some other file-system
  mechanism is cacheing
  data. I created a new directory and attempted a fresh checkout, and it
  crashes/halts in exactly the same place. Complains about src/
  third_party/WebKit:

  svn: '/trunk/deps/third_party/web...@7278' does not appear to be a URL

 It looks like a bad configuration in your .gclient. Can you post it?



  I need someone to confirm they can do a fresh checkout on a machine
  which did not have the code on it already.

  Thanks,
  me

  On Dec 18, 1:17 pm, Marc-Antoine Ruel mar...@chromium.org wrote:
   Probably my fault, let me confirm.

   M-A

   On Thu, Dec 18, 2008 at 3:34 PM, Jaff jaffe.m...@gmail.com wrote:

Hi,

I've been wanting to get into some contribution-mode, so I have gotten
far enough to download the source and make my environment compatible
(MacbookPro, 2.4GHz, 2Gb RAM). However, on Tuesday, the svn repository
seemed to be offline for about an hour or so while I was trying to get
sync'ed, then yesterday I seemed able to get source downloaded, but I
only got this far:

A    src/testing/gtest/Makefile.am
A    src/testing/gtest/README
A    src/testing/gtest/CONTRIBUTORS
Checked out revision 63.

 running '/Users/mjaffe/Development/chrome_depot_tools/bin/../
platform/mac/bin/svn checkout /trunk/deps/third_party/web...@7095 src/
third_party/WebKit' in '/Users/mjaffe/Development/Chrome'
svn: '/trunk/deps/third_party/web...@7095' does not appear to be a URL
Error: failed to run command: /Users/mjaffe/Development/
chrome_depot_tools/bin/../platform/mac/bin/svn checkout /trunk/deps/
third_party/web...@7095 src/third_party/WebKit

Anyone else had this experience? Should I just try to sync again?

Mark
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Chromium-dev group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to 
chromium-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~--~~~~--~~--~--~---



[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff

I had an older checkout in another directory

I may need to update the client config.

On Dec 19, 1:10 pm, Evan Martin e...@chromium.org wrote:
 This was the behavior of an old gclient.py as well.  How did you get gclient?

 On Fri, Dec 19, 2008 at 1:01 PM, Jaff jaffe.m...@gmail.com wrote:

  Well, this is too strange. It would seem as if some other file-system
  mechanism is cacheing
  data. I created a new directory and attempted a fresh checkout, and it
  crashes/halts in exactly the same place. Complains about src/
  third_party/WebKit:

  svn: '/trunk/deps/third_party/web...@7278' does not appear to be a URL

  I need someone to confirm they can do a fresh checkout on a machine
  which did not have the code on it already.

  Thanks,
  me

  On Dec 18, 1:17 pm, Marc-Antoine Ruel mar...@chromium.org wrote:
  Probably my fault, let me confirm.

  M-A

  On Thu, Dec 18, 2008 at 3:34 PM, Jaff jaffe.m...@gmail.com wrote:

   Hi,

   I've been wanting to get into some contribution-mode, so I have gotten
   far enough to download the source and make my environment compatible
   (MacbookPro, 2.4GHz, 2Gb RAM). However, on Tuesday, the svn repository
   seemed to be offline for about an hour or so while I was trying to get
   sync'ed, then yesterday I seemed able to get source downloaded, but I
   only got this far:

   A    src/testing/gtest/Makefile.am
   A    src/testing/gtest/README
   A    src/testing/gtest/CONTRIBUTORS
   Checked out revision 63.

    running '/Users/mjaffe/Development/chrome_depot_tools/bin/../
   platform/mac/bin/svn checkout /trunk/deps/third_party/web...@7095 src/
   third_party/WebKit' in '/Users/mjaffe/Development/Chrome'
   svn: '/trunk/deps/third_party/web...@7095' does not appear to be a URL
   Error: failed to run command: /Users/mjaffe/Development/
   chrome_depot_tools/bin/../platform/mac/bin/svn checkout /trunk/deps/
   third_party/web...@7095 src/third_party/WebKit

   Anyone else had this experience? Should I just try to sync again?

   Mark
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Chromium-dev group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to 
chromium-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~--~~~~--~~--~--~---



[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff

OK, now I cannot even use svn anymore, trying to do a new client
config yieds this error:

dhcp-172-19-240-54:~/Development/Google mjaffe$ gclient sync
svn: '.' is not a working copy
svn: This client is too old to work with working copy '/Users/mjaffe/
Development/Google/src'; please get a newer Subversion client
Traceback (most recent call last):
  File /Users/mjaffe/Development/chrome_depot_tools/release/
gclient.py, line 1057, in module
result = Main(sys.argv)
  File /Users/mjaffe/Development/chrome_depot_tools/release/
gclient.py, line 1052, in Main
return DispatchCommand(command, options, args)
  File /Users/mjaffe/Development/chrome_depot_tools/release/
gclient.py, line 999, in DispatchCommand
return command_map[command](options, args)
  File /Users/mjaffe/Development/chrome_depot_tools/release/
gclient.py, line 950, in DoUpdate
return client.RunOnDeps('update', args)
  File /Users/mjaffe/Development/chrome_depot_tools/release/
gclient.py, line 834, in RunOnDeps
scm.RunCommand(command, self._options, args)
  File /Users/mjaffe/Development/chrome_depot_tools/release/
gclient.py, line 444, in RunCommand
self.update(options, args)

I don't know what version of svn I should be using. Would not the one
in my local tools dir work?

Mark
On Dec 19, 1:30 pm, Jaff jaffe.m...@gmail.com wrote:
 OK, here is the contents of .gclient

 # An element of this array (a solution) describes a repository
 directory that
 # will be checked out into your working copy.  Each solution may
 optionally define
 # additional dependencies (via its DEPS file) to be checked out
 alongside the
 # solution's directory.  A solution may also specify custom
 dependencies (via
 # the custom_deps property) that override or augment the
 dependencies
 # specified by the DEPS file.
 solutions = [
   { name        : src,
     url         : http://src.chromium.org/svn/trunk/src;,
     custom_deps : {
       # To use the sandbox trunk instead, uncomment:
       #sandbox: https://svn/chrome/trunk/sandbox;,
       # To exclude the page_cycler from your working copy, uncomment:
       #data/page_cycler: None,
     }
   }
 ]

 On Dec 19, 1:09 pm, Mark Larson (Google) m...@chromium.org wrote:

  On Fri, Dec 19, 2008 at 13:01, Jaff jaffe.m...@gmail.com wrote:

   Well, this is too strange. It would seem as if some other file-system
   mechanism is cacheing
   data. I created a new directory and attempted a fresh checkout, and it
   crashes/halts in exactly the same place. Complains about src/
   third_party/WebKit:

   svn: '/trunk/deps/third_party/web...@7278' does not appear to be a URL

  It looks like a bad configuration in your .gclient. Can you post it?

   I need someone to confirm they can do a fresh checkout on a machine
   which did not have the code on it already.

   Thanks,
   me

   On Dec 18, 1:17 pm, Marc-Antoine Ruel mar...@chromium.org wrote:
Probably my fault, let me confirm.

M-A

On Thu, Dec 18, 2008 at 3:34 PM, Jaff jaffe.m...@gmail.com wrote:

 Hi,

 I've been wanting to get into some contribution-mode, so I have gotten
 far enough to download the source and make my environment compatible
 (MacbookPro, 2.4GHz, 2Gb RAM). However, on Tuesday, the svn repository
 seemed to be offline for about an hour or so while I was trying to get
 sync'ed, then yesterday I seemed able to get source downloaded, but I
 only got this far:

 A    src/testing/gtest/Makefile.am
 A    src/testing/gtest/README
 A    src/testing/gtest/CONTRIBUTORS
 Checked out revision 63.

  running '/Users/mjaffe/Development/chrome_depot_tools/bin/../
 platform/mac/bin/svn checkout /trunk/deps/third_party/web...@7095 src/
 third_party/WebKit' in '/Users/mjaffe/Development/Chrome'
 svn: '/trunk/deps/third_party/web...@7095' does not appear to be a URL
 Error: failed to run command: /Users/mjaffe/Development/
 chrome_depot_tools/bin/../platform/mac/bin/svn checkout /trunk/deps/
 third_party/web...@7095 src/third_party/WebKit

 Anyone else had this experience? Should I just try to sync again?

 Mark
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Chromium-dev group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to 
chromium-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~--~~~~--~~--~--~---



[chromium-dev] Getting started, getting blocked...

2008-12-18 Thread Jaff

Hi,

I've been wanting to get into some contribution-mode, so I have gotten
far enough to download the source and make my environment compatible
(MacbookPro, 2.4GHz, 2Gb RAM). However, on Tuesday, the svn repository
seemed to be offline for about an hour or so while I was trying to get
sync'ed, then yesterday I seemed able to get source downloaded, but I
only got this far:

Asrc/testing/gtest/Makefile.am
Asrc/testing/gtest/README
Asrc/testing/gtest/CONTRIBUTORS
Checked out revision 63.

 running '/Users/mjaffe/Development/chrome_depot_tools/bin/../
platform/mac/bin/svn checkout /trunk/deps/third_party/web...@7095 src/
third_party/WebKit' in '/Users/mjaffe/Development/Chrome'
svn: '/trunk/deps/third_party/web...@7095' does not appear to be a URL
Error: failed to run command: /Users/mjaffe/Development/
chrome_depot_tools/bin/../platform/mac/bin/svn checkout /trunk/deps/
third_party/web...@7095 src/third_party/WebKit

Anyone else had this experience? Should I just try to sync again?

Mark


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Chromium-dev group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to 
chromium-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~--~~~~--~~--~--~---



[chromium-dev] Re: Getting started, getting blocked...

2008-12-18 Thread Jaff

This is odd; it is an entirely fresh copy. Except maybe I left a .svn
directory in there...

On Dec 18, 12:50 pm, Jeremy Moskovich jer...@chromium.org wrote:
 Personally I've never seen that error before.

 I'd suggest you try checking out a fresh copy.  Let us know if that fixes
 things...

 Best regards,
 Jeremy

 On Thu, Dec 18, 2008 at 12:34 PM, Jaff jaffe.m...@gmail.com wrote:

  Hi,

  I've been wanting to get into some contribution-mode, so I have gotten
  far enough to download the source and make my environment compatible
  (MacbookPro, 2.4GHz, 2Gb RAM). However, on Tuesday, the svn repository
  seemed to be offline for about an hour or so while I was trying to get
  sync'ed, then yesterday I seemed able to get source downloaded, but I
  only got this far:

  A    src/testing/gtest/Makefile.am
  A    src/testing/gtest/README
  A    src/testing/gtest/CONTRIBUTORS
  Checked out revision 63.

   running '/Users/mjaffe/Development/chrome_depot_tools/bin/../
  platform/mac/bin/svn checkout /trunk/deps/third_party/web...@7095 src/
  third_party/WebKit' in '/Users/mjaffe/Development/Chrome'
  svn: '/trunk/deps/third_party/web...@7095' does not appear to be a URL
  Error: failed to run command: /Users/mjaffe/Development/
  chrome_depot_tools/bin/../platform/mac/bin/svn checkout /trunk/deps/
  third_party/web...@7095 src/third_party/WebKit

  Anyone else had this experience? Should I just try to sync again?

  Mark
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Chromium-dev group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to 
chromium-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~--~~~~--~~--~--~---