[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, versioned file

From: Dassi, Nasser <NDassi_at_141xm.com>
Date: 2005-01-28 14:51:38 CET

I can absolutely confirm this on pre-1.1.3 builds, as well. It seems
like a very odd behavior indeed.

On my WinXP (SP2) I can generate the Windows Error Reporting log. It
obviously means nothing to me, but I can send it over (if desired).

- nasser

Nasser Dassi
Sr. Technical Programmer
=========================================
E: ndassi@141xm.com
=========================================

-----Original Message-----
From: Chris Salmon [mailto:csalmon@rsuk.com]
Sent: Wednesday, January 26, 2005 12:46 PM
To: users@subversion.tigris.org
Subject: Svn status --show-updates crashes against a manually deleted,
versioned file

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

---- 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
Received on Fri Jan 28 14:55:22 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.