[git-users] Re: Git SVN clone only one remote branch

2012-05-29 Thread Thomas Ferris Nicolaisen
Hi Eduardo, If you only want to clone a single folder, you need to leave out the -s option. It means "standard layout", and means git-svn will look for all branches and tags to import. You can then also leave out the --no-minimize-url parameter as a result. See http://git-scm.com/docs/git-svn

[git-users] Git has changed my language from English to japanese

2012-05-29 Thread Giuseppe
Git has changed my language from English to japanese Hello guys, I wanted some advice .. if anything has happened already to someone I am no expert but the use of git commands 3-4 with those that interest me ... strange fact I suddenly find myself in the language of git japanese I can notun

Re: [git-users] Git has changed my language from English to japanese

2012-05-29 Thread Konstantin Khomoutov
On Tue, 29 May 2012 05:57:59 -0700 (PDT) Giuseppe wrote: [...] > strange fact I suddenly find myself in the language of git japanese I > can notunderstand what she says ... > Perhaps some update of ubuntu, which I did ..? are currently at > version 11.04! [...] > The following is a piece of an an

Re: [git-users] Git has changed my language from English to japanese

2012-05-29 Thread Giuseppe
Il giorno martedì 29 maggio 2012 16:07:05 UTC+2, Konstantin Khomoutov ha scritto: > > On Tue, 29 May 2012 05:57:59 -0700 (PDT) > Giuseppe wrote: > > [...] > > strange fact I suddenly find myself in the language of git japanese I > > can notunderstand what she says ... > > Perhaps some upda

Re: [git-users] Git has changed my language from English to japanese

2012-05-29 Thread Konstantin Khomoutov
On Tue, 29 May 2012 07:22:13 -0700 (PDT) Giuseppe wrote: [...] > > > strange fact I suddenly find myself in the language of git > > > japanese I can notunderstand what she says ... > > > Perhaps some update of ubuntu, which I did ..? are currently at > > > version 11.04! [...] > > Please show

[git-users] Re: Git SVN clone only one remote branch

2012-05-29 Thread Eduardo
Hi Thomas, thanks for your help. I have run: git svn clone -b /branches/my-branch https://remote.svn.url/system/ /srv/repos/git/system-fetch It´s been a while, but i think that´s correct! slow connection + huge svn. On Tuesday, May 29, 2012 8:09:48 AM UTC-3, Thomas Ferris Nicolaisen wrote: > H