[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: Sander Striker <striker_at_apache.org>
Date: 2003-12-12 16:37:15 CET

On Fri, 2003-12-12 at 15:46, kfogel@collab.net wrote:
> Lübbe Onken <l.onken@rac.de> writes:
> > 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
>
> Or, do it via URLs:
>
> C:\> svn mv svn://blah/path/to/file.java http://blah/path/to/File.java

Keep the scheme consisten though: svn:// svn://

> It should work over "http://" and "file://" too.

Sander

---------------------------------------------------------------------
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:38:08 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.