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

Re: Svn status --show-updates crashes against a manually deleted, ver sioned file

From: S.Ramaswamy <ramaswamy_at_collab.net>
Date: 2005-01-28 07:31:53 CET

S.Ramaswamy wrote:

> Chris Salmon wrote:
>
>> Using the following script on a Windows XP SP2 machine, against
>> subversion
>> client tools version 1.1.3 (see 1 below), I receive a standard windows
>> application crash dialog (see 2 below). I haven't modified my
>> subversion
>> tools at all.
>>
>> Cheers,
>> Chris Salmon
>>
>> --- BEGIN SCRIPT ---
>> md c:\svntest
>> c:
>> cd \svntest
>> svnadmin create testrepos
>> md testwc
>> svn checkout file:///c:/svntest/testrepos testwc
>> cd testwc
>> echo > testfile.txt
>> svn add testfile.txt
>> svn commit --message "mymessage" testfile.txt
>> del testfile.txt
>> svn status --show-updates testfile.txt
>> --- END SCRIPT ---
>>
>>
>>
> I tried with an older 1.0.1 version on Win XP and it works fine -
> 'svn st' displays a "! 1 testfile.txt" line, which is
> as expected.
>
You are right. It does crash with version 1.1.3.

> Ramaswamy
>
>> ---- 1 ------------
>> C:\Documents and Settings\csalmon.RSDEV>svn --version
>> svn, version 1.1.3 (r12730)
>> compiled Jan 20 2005, 05:51:34
>>
>> Copyright (C) 2000-2004 CollabNet.
>> Subversion is open source software, see http://subversion.tigris.org/
>> This product includes software developed by CollabNet
>> (http://www.Collab.Net/).
>>
>> The following repository access (RA) modules are available:
>>
>> * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
>> protocol.
>> - handles 'http' schema
>> - handles 'https' schema
>> * ra_local : Module for accessing a repository on local disk.
>> - handles 'file' schema
>> * ra_svn : Module for accessing a repository using the svn network
>> protocol.
>> - handles 'svn' schema
>> -----------------
>>
>>
>> -- 2 ----------
>> Subversion Client has encountered a problem and needs to close. We are
>> sorry for the inconvenience.
>> ---------------
>> AppName: svn.exe AppVer: 1.1.3.12730 ModName: libapr.dll
>> ModVer: 0.0.0.0 Offset: 00007e58
>> ---------------
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 28 07:34:41 2005

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.