[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-26 02:03:49 CET

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 02:04:57 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.