Another option:
svn rename -- -MediacatController.php MediacatController.php
(which is a bit easier for scripting)
Tony Sweeney wrote on Fri, Aug 13, 2010 at 10:34:58 +0100:
> The usual UNIX "trick" would be:
>
> svn rename ./-MediacatController.php MediacatController.php
>
> Does this not work for you?
>
> Tony.
>
> > -----Original Message-----
> > From: Joćo Pinheiro [mailto:joao.pinheiro_at_pontosi.pt]
> > Sent: 13 August 2010 10:24
> > To: users_at_subversion.apache.org
> > Subject: svn <command>: problems with files starting with '-'
> >
> > Hi,
> > I'm using subversion version 1.6.12 in FreeBSD and I'm having
> > some difficulties with files that start with '-':
> >
> > cm% svn rename -MediacatController.php MediacatController.php
> > svn: invalid option character: M
> > Type 'svn help' for usage.
> >
> > cm% svn rename %2DMediacatController.php MediacatController.php
> > svn: '%2DMediacatController.php' is not under version control
> >
> > cm% svn rename '-MediacatController.php' MediacatController.php
> > svn: invalid option character: M
> > Type 'svn help' for usage.
> >
> > Does anyone know a quick workaround for this?
> >
> > Regards,
> > Joćo Pinheiro
> >
> >
> >
> >
> > ______________________________________________________________________
> > This email has been scanned by the MessageLabs Email Security System.
> > For more information please visit
> > http://www.messagelabs.com/email
> > ______________________________________________________________________
> >
Received on 2010-08-13 16:00:03 CEST