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

RE: svn delete reports 'xxx.c is not under version control'

From: Crucius, Wesley <WCrucius_at_sandc.com>
Date: 2004-03-26 15:51:43 CET

Ah, thanks. That makes life a bit easier and I feel much more comfortable
that it will work reliably!

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Thursday, March 25, 2004 7:04 PM
To: Crucius, Wesley
Cc: users@subversion.tigris.org
Subject: Re: svn delete reports 'xxx.c is not under version control'

Crucius, Wesley wrote:

> Note that the svn delete command is specifying the deletion of
> 'CHSTATES.C' now, instead of 'chstates.c'. Somewhere in between 347a
> and 348 the file 'chstates.c' was renamed... Is my only recourse to
> build in the logic to do a three-step-rename when I detect a change in
> case-ness?

I think so, yes. It's painful. I think you could do a server-side move
to fix: 'svn mv URL1 URL2', since the subversion repository is both
case-sensitive and case-preserving. Specify your URLs carefully.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 26 15:52:39 2004

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.