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

Re: SVN 1.7 problems with case insensitive file systems (Windows)

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 12 Sep 2011 11:37:17 +0100

Johan Corveleyn <jcorvel_at_gmail.com> writes:

> No, I don't think that's the problem. That should work (can't test
> right now, being @work, but I don't see why it wouldn't work on
> Windows). I think the OP means that the following doesn't work:
>
> # move foo FOO
> # svn ci
>
> (i.e. doing the rename outside of svn)

I know the rename is done outside svn, but the original post shows "svn
rm" and an "svn add" after that. So it appears that

# move foo FOO
# svn rm foo
# svn add FOO
# svn ci

doesn't work on Windows. The difference between this and the cases that
are known to work is that in the above case FOO is added without any
copyfrom.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-09-12 12:38:39 CEST

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.