cas problem faq a
From: Carl Karsten <carl_at_personnelware.com>
Date: 2004-09-22 21:43:58 CEST
I am working on a better answer than
I have hooked in check-case-insensitive.pl and that takes care of keeping the
Anyway, here is what I have:
Starting with a clean server:
svnadmin create /home/carl/subversion/sources/TestProj2
Run this in windows (2k for me):
Cd d:\temp
echo y>>FOO.TXT
copy foo.txt \temp
Here is what you get:
D:\temp\TestProj2>Cd d:\temp
D:\temp>Rd /s/q TestProj2
D:\temp>svn checkout svn://dev.personnelware.com/TestProj2
D:\temp>cd TestProj2
D:\temp\TestProj2>echo x 1>foo.txt
D:\temp\TestProj2>svn add foo.txt
D:\temp\TestProj2>svn commit -m "here is lower foo"
D:\temp\TestProj2>echo y 1>>FOO.TXT
D:\temp\TestProj2>ren foo.txt FOO.TXT
D:\temp\TestProj2>svn add FOO.TXT
D:\temp\TestProj2>svn commit -m "trying to send FOO"
File name case conflict found:
FOO.TXT already exists as foo.txt
D:\temp\TestProj2>copy foo.txt \temp
D:\temp\TestProj2>svn rm --force foo.txt
D:\temp\TestProj2>move \temp\foo.txt foo.txt
D:\temp\TestProj2>svn commit -m "new foo.txt"
D:\temp\TestProj2>rem ssvn commit -m "whack foo.txt"
D:\temp\TestProj2>
Carl Karsten
---------------------------------------------------------------------
|
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.