[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: performance issue concerning externals

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Tue, 29 Apr 2008 15:00:50 -0500

On Apr 29, 2008, at 9:55 AM, Karl Fogel wrote:

> Thorsten Schmitt-Rink writes:
>
>> Well I'll just have to trust the users. I guess people are ok
>> 'round here.
>> Eriks opinion to the prob is that I'm experiencing the known /dev/
>> random
>> problem.
>> I've reinstalled my apr to be 100% sure that it is set up
>> correctly and
>> suprise, it still hangs on the externals. :(
>
> I tried to reproduce, but the externals are set with hardcoded
> repository URLs using svn://, and I don't have a login on that
> repository server:
>
> $ svn checkout file://`pwd`/repos/ local-wc
> A local-wc/trunk
> A local-wc/trunk/site
> A local-wc/trunk/flash
> A local-wc/trunk/flash/apps
> A local-wc/trunk/flash/apps/FamuzWebsite
> A local-wc/trunk/flash/apps/FamuzWebsite/fla
> A local-wc/trunk/flash/apps/FamuzWebsite/fla/tests
> A local-wc/trunk/flash/apps/FamuzWebsite/fla/skins
> A local-wc/trunk/flash/apps/FamuzWebsite/fla/skins/default
> A local-wc/trunk/flash/apps/FamuzWebsite/fla/sharedlib.fla
> [...]
> A local-wc/trunk/flash/libs
> A local-wc/branches
> A local-wc/tags
>
> Fetching external item into 'local-wc/trunk/flash/tools'
> Authentication realm: <svn://78.46.66.102:10023>
> as3_flapp_tools_repo
> Password for 'kfogel':
> Authentication realm: <svn://78.46.66.102:10023>
> as3_flapp_tools_repo
> Username: C-c C-c
>
> subversion/svn/main.c:1021: (apr_err=200015)
> svn: Caught signal
> $
>
> I didn't bother setting up svn:// or http:// for my local checkout,
> since I'd obviously run into the same problem.
>
> Can you try the following? Upgrade your client to the latest trunk
> code
> (or to 1.5.0-rc4), and redo your svn:externals properties as relative
> URLs, as described in:
>
> http://subversion.tigris.org/svn_1.5_releasenotes.html#externals-
> relative-urls
>
> Be sure to read the section immediately before that too, since the
> externals syntax is different in 1.5 (the old syntax will still work,
> but it is deprecated and cannot be used for relative URLs).
>
> If you still have the problem, post that repository, and anyone should
> be able to run the same reproduction recipe, since the svn:externals
> URLs will be relative to whatever repository we're using.

Presumably you could munge the svn:externals URLs in the existing
dumpfile using svndumptool's transform-prop command?

http://svn.borg.ch/svndumptool/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-29 22:01:25 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.