Error syncing " svn: PROPFIND ...... 207 Multi-Status (http://svn.webkit.org) "

869 views
Skip to first unread message

smartnut007

unread,
Apr 8, 2010, 10:12:25 PM4/8/10
to Chromium-dev
Do you guys think this could be because of svn client binary I already
had in my path ?
If so, how do i make gclient get its own copy ?

==========================================================================
>cd F:\LangID\chrome
>gclient config http://src.chromium.org/svn/trunk/src http://chromium-status.appspot.com/lkgr
...
>gclient sync --force
At revision 33467.
Syncing projects: 50% (25/50)
________ running 'svn update F:\LangID\chrome\src\third_party\WebKit
\JavaScriptCore --revision 57243' in 'F:\LangID\chrome'
At revision 57243.
Syncing projects: 52% (26/50)
________ running 'svn update F:\LangID\chrome\src\third_party\WebKit
\LayoutTests --revision 57243' in 'F:\LangID\chrome'
svn: PROPFIND of '/repository/webkit/!svn/bc/19963/trunk/LayoutTests/
fast/xpath/4XPath/Core/test.js': 207 Multi-Status (http://
svn.webkit.org)
Error: failed to run command: svn update F:\LangID\chrome\src
\third_party\WebKit\LayoutTests --revision 57243

=============================================================================


==============================================================================
F:\LangID\chrome>svn --version
svn, version 1.6.6 (r40053)
compiled Oct 19 2009, 09:36:48

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://
www.Collab.Net/).
--
================================================================================

Marc-Antoine Ruel

unread,
Apr 9, 2010, 8:56:49 AM4/9/10
to smart...@gmail.com, Chromium-dev
No, it's probably just your local copy that is corrupted. Try deleting F:\LangID\chrome\src\third_party\WebKit\LayoutTests and synching again. Sadly it's one of the largest checkout but at the same time it is only necessary if you want to run the layout tests, which I presume you won't do. So you may want to use custom_deps to completely disable fetching this directory. 
http://lmgtfy.com/?q=gclient+custom_deps should give you more infos.

M-A

2010/4/8 smartnut007 <smart...@gmail.com>

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

Sam Kerner

unread,
Apr 9, 2010, 11:37:57 AM4/9/10
to smart...@gmail.com, Chromium-dev
If you sync again, do you get the same error? I have seen similar
errors that go away on the second run of "gclient sync".

Sam

Aleksandr Motsjonov

unread,
Apr 29, 2010, 4:51:53 AM4/29/10
to Chromium-dev
I have the same issue in the same file. But I try to get just WebKit
sources and I do it with "svn update" command.
I tryed to delete whole folder, but it stops tere again.


On 9 апр, 18:37, Sam Kerner <sker...@google.com> wrote:
> If you sync again, do you get the same error?  I have seen similar
> errors that go away on the second run of "gclient sync".
>
> Sam
>
>
>
> On Thu, Apr 8, 2010 at 10:12 PM, smartnut007 <smartnut...@gmail.com> wrote:
> > Do you guys think this could be because of svn client binary I already
> > had in my path ?
> > If so, how do i make gclient get its own copy ?
>
> > ==========================================================================
> >>cd F:\LangID\chrome
> >>gclient confighttp://src.chromium.org/svn/trunk/srchttp://chromium-status.appspot.com/lkgr
> > ...
> >>gclient sync --force
> > At revision 33467.
> > Syncing projects:  50% (25/50)
> > ________ running 'svn update F:\LangID\chrome\src\third_party\WebKit
> > \JavaScriptCore --revision 57243' in 'F:\LangID\chrome'
> > At revision 57243.
> > Syncing projects:  52% (26/50)
> > ________ running 'svn update F:\LangID\chrome\src\third_party\WebKit
> > \LayoutTests --revision 57243' in 'F:\LangID\chrome'
> > svn: PROPFIND of '/repository/webkit/!svn/bc/19963/trunk/LayoutTests/
> > fast/xpath/4XPath/Core/test.js': 207 Multi-Status (http://
> > svn.webkit.org)
> > Error: failed to run command: svn update F:\LangID\chrome\src
> > \third_party\WebKit\LayoutTests --revision 57243
>
> > =========================================================================== ==
>
> > =========================================================================== ===
> > F:\LangID\chrome>svn --version
> > svn, version 1.6.6 (r40053)
> >   compiled Oct 19 2009, 09:36:48
>
> > Copyright (C) 2000-2009 CollabNet.
> > Subversion is open source software, seehttp://subversion.tigris.org/
> > This product includes software developed by CollabNet (http://
> >www.Collab.Net/).
> > --
> > =========================================================================== =====
>
> > --
> > Chromium Developers mailing list: chromium-...@chromium.org

Timur Iskhodzhanov

unread,
Feb 16, 2011, 6:27:18 AM2/16/11
to sos...@gmail.com, Chromium-dev
I had exactly the same issue on Windows under Cygwin yestrday.
I fixed that by doing a checkout with a non-cygwin SVN.

Michael Nordman

unread,
Mar 2, 2011, 4:16:18 PM3/2/11
to timu...@chromium.org, sos...@gmail.com, Chromium-dev
This happens to me too and i never do gclient syncs under cygwin... i'm using svn version 1.6.6.

A simple "svn update test.js" fails with the 207 multi-status error. Looks like ap removed all of the props on that file on 12/8/2010 in an attempt at fixing this... but no soup for me.

Marc-Antoine Ruel

unread,
Mar 2, 2011, 4:39:09 PM3/2/11
to michael...@google.com, Michael Nordman, timu...@chromium.org, sos...@gmail.com, Chromium-dev
Workaround: use git to checkout webkit on cygwin.

Only half-kidding.

Michael Nordman

unread,
Mar 2, 2011, 4:42:56 PM3/2/11
to Marc-Antoine Ruel, michael...@google.com, timu...@chromium.org, sos...@gmail.com, Chromium-dev
My present workaround is...

.gclient
   "src/third_party/WebKit/LayoutTests": None,

Ashish Negi

unread,
Aug 29, 2013, 12:31:23 AM8/29/13
to chromi...@chromium.org, Marc-Antoine Ruel, michael...@google.com, timu...@chromium.org, sos...@gmail.com, mich...@google.com
I am new to gclient and chromium:
did you updated the .gclient file to
solutions = [
  { "name"        : "src",
    "url"         : "http://src.chromium.org/chrome/trunk/src",
    "deps_file"   : "DEPS",
    "managed"     : True,
    "custom_deps" : {
    "src/third_party/WebKit/LayoutTests": None,
    },
    "safesync_url": "",
  },
]
cache_dir = None
Reply all
Reply to author
Forward
0 new messages