[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: Andrew Hardy <andrew.hardy_at_gl-group.com>
Date: Wed, 16 Dec 2009 21:33:15 -0000

Bob,

> -----Original Message-----
> From: Bob Archer [mailto:Bob.Archer_at_amsi.com]
> Sent: 16 December 2009 17:09
> To: Hardy, Andrew; users_at_subversion.tigris.org
> Subject: RE: How remove case 'duplicate' files from
>
> > 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?
>
> You have to rename one of the files using svn mv command. On windows I
> find the easiest way to do this is using the Repository Browser from
> TortoiseSVN.

I don't see the option to rename in TortoiseSVN?

> But, with the command line I think you have to do something like:
>
> svn mv FileName.txt filename_old.txt
> svn ci
> svn up
>
> Or you can just delete the offending file using:
>
> svn del ^/path/to/filethatiswrong.txt

But how do I fix this in the past? In my case the 'error' occurred at
revision X and we're now at Y. I can't access the files around revision
X as I get the error, and I can't access both files at Y. Even if I
could access them both now, deleting one of them at Y+ wouldn't fix the
problems I have at accessing them at X?

This e-mail, and any attachments are strictly confidential and intended for the addressee(s) only. The content may also contain legally privileged information. If you are not the intended recipient, please notify the sender immediately, by return of email, and then delete the e-mail and any attachments. You should not disclose, copy or take any action in reliance on this transmission.

Please ensure you have adequate virus protection before you open or detach any documents from this transmission.

GL Industrial Services UK Ltd is a company registered in England and Wales with company No. 3294136 and registered office at Holywell Park, Ashby Road, Loughborough, Leicestershire, LE11 3GR, United Kingdom.

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2430933

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 22:34:34 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.