Re: Git in nutshell Inbox

2013-07-09 Thread Matthieu Brucher
Hi, If you are on Windows or OS X, you can try SourceTree from Atlassian (free). It is really nice to work with. Cheers, Matthieu 2013/7/9 Muhammad Bashir Al-Noimi : > Howdy? > > I'm bzr user and I want to migrate to git. Generally I use bzr through > Bazaar Explorer which is very easy & neat G

Re: git p4 clone not processing branches properly

2013-07-08 Thread Matthieu Brucher
, Jul 8, 2013 at 12:10 PM, Matthieu Brucher > wrote: >> Without the spec client, it seems that the branches are recognized, >> but there are some many binary files that I need to remove them during >> the migration. >> I tried setting a .gitignore beforehand, but it is

Re: git p4 clone not processing branches properly

2013-07-08 Thread Matthieu Brucher
still imported). It there a switch for the import somewhere? Thanks, Matthieu 2013/7/8 Matthieu Brucher : > Unfortunately, git branch -a returns nothing :/ > I tried with the simple detect-branches as well as with the config values. > Perhaps the spec-client? Although it is strange as

Re: git p4 clone not processing branches properly

2013-07-08 Thread Matthieu Brucher
11:09 AM, Matthieu Brucher > wrote: >> Hi again, >> >> I tried with @all, but it didn'y work as expected. It imported a bunch >> of revisions (but no files?) and ended with: >> Reading pipe: ['git', 'config', '--bool', 'git

Re: git p4 clone not processing branches properly

2013-07-08 Thread Matthieu Brucher
q -b master " executing git config --bool git-p4.useclientspec true And when I tried to checkout Branch/Main, it failed with fatal: Cannot update paths and switch to branch 'master' at the same time. Did you intend to checkout 'Branch/Main' which can not be resolve

Re: git p4 clone not processing branches properly

2013-07-05 Thread Matthieu Brucher
>> I can try. Indeed, at this revision, the two other branches do not yet >> exist. But @all will get everything? Last time, I only got head >> (IIRC). > > Our P4 server has a limitation on the number of lines returned by "p4 > changes" command, so sometimes I have to use @change_start,@change_stop

Re: git p4 clone not processing branches properly

2013-07-05 Thread Matthieu Brucher
> Hi Matthieu, > > Could you please try using //Depot/Projectall instead of selecting a > specific revision? I can try. Indeed, at this revision, the two other branches do not yet exist. But @all will get everything? Last time, I only got head (IIRC). > Also, by using that command it means that t

Re: git p4 clone not processing branches properly

2013-07-05 Thread Matthieu Brucher
t branches are detected from the Perforce server, but none are actually detected for this specific project: p4-git branches: [] initial parents: {} Can someone give a pointer to a tutorial or something for a complex case like this? Regards, Matthieu Brucher -- Information System Eng