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

Re: svn:externals bug?

From: Vladimir Prus <ghost_at_cs.msu.su>
Date: 2002-11-12 16:55:11 CET

Ben Collins-Sussman wrote:
> On IRC, Brandon Ehle <azverkan@yahoo.com> seems to have found an
> svn:externals bug, and I can reproduce it.
>
> Anyone want to try reproducing or analyzing? Or should I just file it
> straight away?
>
> Here's the recipe:
>
> 1. checkout a working copy
> 2. make a local propchange on a subdir of the working copy:
> create an 'svn:externals' property, and set the value
> to something like "new-dir http://some/other/location/in/same/repos"
> 3. cd into the subdir
> 4. svn up

Reproduces here -- immediate segfault.

Here's a part of trace.
svn_io_make_dir_recursively (path=0x81adb00 "", pool=0x805f138)

I believe I've told you about that problem in IRC some time ago --
svn_io_make_dir_recursively can't handle "" path, and I can try to
fix it if you like.

- Volodya

>
> On Brandon's system, his RAM spins out of control before the OS kills
> the process. On my system, I get 10 seconds of pause, then a
> segfault. Neither of us sees the checkout happening.
>
> However, if you omit step #3, and update from the *root* of the wc,
> then a checkout of new-dir happens just fine, as you would expect. No
> problems.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 16:55:26 2002

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

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