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
-~----------~----~----~----~------~----~------~--~---

Reply via email to