1.7 'svn upgrade' issue on windows vista
From: Stephen Meechan <svn_at_smeechan.co.uk>
Date: Fri, 5 Aug 2011 00:04:14 +0100 (BST)
While testing out the svn upgrade feature in 1.7 beta 2, on some working copies the upgrade failed with an error E155036.
The problem was that the svn upgrade command is case sensitive on the WC folder name and failed if the name doesn't match exactly. Windows itself is case insensitive and none of the other svn commands are case sensitive to the WC folder name.
The following test case shows the steps to reproduce the problem using a public server:
Microsoft Windows [Version 6.1.7601]
C:\>cd svn1617
C:\svn1617>svn co http://svn.apache.org/repos/asf/subversion/trunk/notes/wc-ng/ C:\TestWC
C:\svn1617>cd \svn17beta
C:\svn17beta>svn upgrade c:\testwc
C:\svn17beta>svn upgrade c:\TestWC
C:\svn17beta>svn --version
Copyright (C) 2011 The Apache Software Foundation.
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
C:\svn17beta>
|
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.