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

Re: Change case on a filename in wc under Windows?

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2003-12-12 16:02:00 CET

Wadsworth, Eric (Contractor) wrote:

> I've got a file in my working copy, and I need to change the case on the
> filename. It's checked in as "file.java" and I need it to be "File.java".

Do this in two steps
- rename file.java -> _file.java and commit
- rename _file.java -> File.java and commit

Cheers
-Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 12 16:02:49 2003

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.