Bug report regarding ..\..\.. on windows
From: Folker Schamel <schamel23_at_spinor.com>
Date: 2006-02-19 16:27:39 CET
On Windows and with svn 1.3.0
C:\temp\svnbugreport\d1\d2\d3>svn update ..\..\..\wc
does not work ("Skipped '..\wc'"), whereas
C:\temp\svnbugreport\d1\d2>svn update ..\..\wc
works ("Updated to revision 1.").
Cheers, Folker
***** Batch file to reproduce:
setlocal
***** Batch file output:
C:\temp\svnbugreport>setlocal
C:\temp\svnbugreport>rmdir c:\svnbugreport /S /Q
C:\temp\svnbugreport>mkdir c:\svnbugreport
C:\temp\svnbugreport>cd c:\svnbugreport
C:\svnbugreport>svn --version
Copyright (C) 2000-2005 CollabNet.
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
C:\svnbugreport>svnadmin create repos
C:\svnbugreport>svn checkout file:///svnbugreport/repos wc
C:\svnbugreport>svn mkdir file:///svnbugreport/repos/something -m "Test"
Committed revision 1.
C:\svnbugreport>mkdir d1
C:\svnbugreport>mkdir d1\d2
C:\svnbugreport>mkdir d1\d2\d3
C:\svnbugreport>cd d1\d2\d3
C:\svnbugreport\d1\d2\d3>svn update ..\..\..\wc
C:\svnbugreport\d1\d2\d3>cd ..
C:\svnbugreport\d1\d2>svn update ..\..\wc
*****
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.