Hi, On Thu, Oct 25, 2012 at 05:33:13PM -0300, Vinícius Muniz wrote: > Hi, > > I am trying execute svn with command "-r", but when I see the help in > terminal, show me: > > r [--revision] ARG : ARG (alguns comandos também usam faixa ARG1:ARG2) > Um número de revisão pode ser um entre: > NÚMERO número da revisão > '{' DATA '}' revisão no início da data > 'HEAD' último no repositório > 'BASE' revisão base do item da cópia > de trabalho > 'COMMITED' > > > the option COMMITED it's write wrong, correct is COMMITTED. > > Operation System Ubuntu 12.04 > > svn, versão 1.6.12 (r955767)
Medieval... > compilado Feb 17 2012, 10:36:45 OK, maybe not so much ;) Current repository trunk: $ find|xargs grep COMMITED ./subversion/po/zh_TW.po:#~ " 'COMMITED' 位於或早於 BASE 的最後送交\n" ./subversion/po/pt_BR.po:#~ " 'COMMITED' último commit em ou antes de BASE\n" ./subversion/po/pt_BR.po:#~ " 'PREV' revisão exatamente antes de COMMITED" ./subversion/po/es.po:#~ " 'PREV' revisión justo antes de COMMITED" So, trunk still has that problem and somebody needs to fix this spelling issue (not me, since I don't have active knowledge of project activity). Andreas Mohr