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
Received on Fri Jan 28 06:24:14 2005