You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by kf...@collab.net on 2003/12/12 14:46:12 UTC

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

Lübbe Onken <l....@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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


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

Posted by kf...@collab.net.
Sander Striker <st...@apache.org> writes:
> >    C:\> svn mv svn://blah/path/to/file.java http://blah/path/to/File.java
> 
> Keep the scheme consisten though: svn:// svn://

D'oh, typo, sorry.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Sander Striker <st...@apache.org>.
On Fri, 2003-12-12 at 15:46, kfogel@collab.net wrote:
> Lübbe Onken <l....@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