This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Inconsistency in handling a DOS path between subversion commands


I'm using Cygwin's subversion package instead of the native win32 build
provided by CollabNet.  It seems to work very well with UNIX-like paths,
but some commands doesn't seem to play well along with DOS paths.
Please take a look into the following log - 'svn info' works fine with a
DOS path but 'svn update' does not:

trustin@vault ~/workspace/netty-4.0
$ uname -a
CYGWIN_NT-6.1-WOW64 vault 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin

trustin@vault ~/workspace/netty-4.0
$ cygcheck -c subversion
Cygwin Package Information
Package              Version        Status
subversion           1.6.12-2       OK

trustin@vault ~/workspace/netty-4.0
$ pwd
/cygdrive/c/Users/trustin/workspace/netty-4.0

trustin@vault ~/workspace/netty-4.0
$ svn info 'C:\Users\trustin\workspace\netty-4.0'
Path: C:\Users\trustin\workspace\netty-4.0
URL: https://svn.jboss.org/repos/netty/trunk
Repository Root: https://svn.jboss.org/repos/netty
Repository UUID: 109acb31-e253-0410-afc7-b0fd4c62c465
Revision: 2362
Node Kind: directory
Schedule: normal
Last Changed Author: trustin
Last Changed Rev: 2362
Last Changed Date: 2010-09-09 19:59:22 +0900 (Thu, 09 Sep 2010)


trustin@vault ~/workspace/netty-4.0
$ svn update 'C:\Users\trustin\workspace\netty-4.0'
svn: Working copy 'C:\Users\trustin\workspace\netty-4.0' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

trustin@vault ~/workspace/netty-4.0
$ svn update '/cygdrive/c/Users/trustin/workspace/netty-4.0'
At revision 2362.

Thanks,
Trustin

Attachment: cygcheck.out
Description: Text document

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]