svn 1.6.x regression: svn commit damages 'root of drive working copies' under windows
From: Brazhnik <brazhnik_at_gmail.com>
Date: Sat, 18 Apr 2009 00:33:44 +0400
Hi.
I found a regression of Subversion 1.6.x under MS Windows.
OS: MS Windows XP Pro eng sp3 or Vista Home Premium rus sp1
Steps for reproduce:
C:\drive-wc-test>svnadmin create c:\testrepo
C:\drive-wc-test>mkdir wc
C:\drive-wc-test>subst z: wc
C:\drive-wc-test>pushd z:\
z:\>svn checkout file:///c:/testrepo .
z:\>echo file 1>file
z:\>svn add file
z:\>svn commit . -m "msg"
z:\>svn up
z:\>svn cleanup
z:\>popd
If repository access is 'svn://' result is the same.
With svn 1.5.6 commit works correct.
-- Andrey ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1774472 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-04-17 22:34:47 CEST |
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.