Re: svn : problems with files starting with '-'

2010-08-13 Thread Daniel Shahaf
iacatController.php > > Does this not work for you? > > Tony. > > > -Original Message- > > From: João Pinheiro [mailto:joao.pinhe...@pontosi.pt] > > Sent: 13 August 2010 10:24 > > To: users@subversion.apache.org > > Subject: svn : problems with files

Re: svn : problems with files starting with '-'

2010-08-13 Thread João Pinheiro
Hi, Worked like a charm! thanks for the tip :) João Pinheiro Em 13-08-2010 10:34, Alexander Skwar escreveu: Hi. 2010/8/13 João Pinheiro: cm% svn rename '-MediacatController.php' MediacatController.php svn: invalid option character: M Type 'svn help' for usage. Does anyone know a quick w

RE: svn : problems with files starting with '-'

2010-08-13 Thread Tony Sweeney
n.apache.org > Subject: svn : 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 MediacatCont

Re: svn : problems with files starting with '-'

2010-08-13 Thread Alexander Skwar
Hi. 2010/8/13 João Pinheiro : > 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? "svn rename ./-Mediacat..." - this should work. Alexander -- ↯    Lifestream (Twitter

svn : problems with files starting with '-'

2010-08-13 Thread João Pinheiro
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 MediacatControl