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

Windows case-sensitive filesystem issues

From: Eric Lemes <ericlemes_at_gmail.com>
Date: 2006-10-05 23:37:56 CEST

Wow.. that's great.

svnadmin create c:\svn\test

svn checkout http://localhost:8080/svn/test test1
copy c:\test.txt .\test.txt
svn add test.txt
svn commit -m "Test"

del .\test.txt
copy c:\test.txt .\TEST.TXT
svn add test.txt
svn commit -m "Test"

svn checkout http://localhost:8080/svn/test test2
A test2\TEST.TXT
A test2\test.txt
svn: In directory 'test2'
svn: Can't copy 'test2\_svn\tmp\text-base\test.txt.svn-base' to
'test2\_svn\tmp\
test.txt.tmp.tmp': The system cannot find the file specified.

In the server side, I got two files, test.txt and TEST.TXT. Windows client
cannot checkout both in the same dir.

Is there any way to workaround this? Can I consider this a bug?

Thanks,

Eric
Received on Thu Oct 5 23:38:36 2006

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.