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

Re: How remove case 'duplicate' files from

From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 16 Dec 2009 13:16:29 -0500

You might want to consider a pre-commit trigger that checks for newly
added files, and fails the commit if another file with the same name
but different case is already in the repository.

See http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/

On Wed, Dec 16, 2009 at 11:58 AM, Andrew Hardy
<andrew.hardy_at_gl-group.com> wrote:
> Hi,
>
> Running SVN 1.5 on Windows.
>
> At a point in the past we have managed to add a 'duplicate' file to the repository, the file differs by its case.
>
> This is causing problems when we try to perform checkouts of files around the point at which the second file was added - we get messages about 'object of the same name already exists' - presumably because Windows respects case, but is not case-sensitive.
>
> How can I fix this?
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2430844
>
> Please start new threads on the <users_at_subversion.apache.org> mailing list.
> To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2430864
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-16 19:17:38 CET

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.