Hi,
I think the recipe should be obvious. Feel free to ask if you have any questions.
svn --version
svn, version 1.7.2 (r1207936)
compiled Dec 16 2011, 16:46:58
Copyright (C) 2011 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
rmdir /s /q repos wc
svnadmin create repos
svn co file:///D:/crashTest/repos wc
Checked out revision 0.
cd wc
mkdir test
time /T 1>test/test.txt
svn add test
A test
A test\test.txt
svn ci -m "Crash Test" .
Adding test
Adding test\test.txt
Transmitting file data .
Committed revision 1.
svn update -r 0
Updating '.':
D test
Updated to revision 0.
mkdir test
svn st -u
==> Access Violation
OS: Windows XP Professional 64-Bit
Tested with TortoiseSVN 1.7.3 (Subversion 1.7.2) Command Line Binaries
Reproducible with Subclipse 1.8.4 (Subversion 1.7.2) too
Doesn't occur with Subversion 1.7.0 Command Line Binaries (TortoiseSVN ?.?.?)
Please CC me on replies
Manfred
___________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
Received on 2012-01-10 16:17:56 CET