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

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.
'svn commit' damages working copy if root of working copy is a root of
drive (e.g. Z:\)

OS: MS Windows XP Pro eng sp3 or Vista Home Premium rus sp1
Subversion: svn, version 1.6.1 (r37116) compiled Apr 10 2009, 19:06:38
 from http://subversion.tigris.org/files/documents/15/45600/svn-win32-1.6.1.zip

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 .
Checked out revision 0.

z:\>echo file 1>file

z:\>svn add file
A file

z:\>svn commit . -m "msg"
Adding z://file
Transmitting file data .svn: Commit succeeded, but other errors follow:
svn: Error bumping revisions post-commit (details follow):
svn: In directory 'z:'
svn: Log entry missing 'name' attribute (entry 'rm' for directory 'z:')

z:\>svn up
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

z:\>svn cleanup
svn: In directory '.'
svn: Log entry missing 'name' attribute (entry 'rm' for directory '.')

z:\>popd

If repository access is 'svn://' result is the same.
I run svn 1.6.0 - works incorrect.

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.