Re: git p4 clone - exclude file types

2015-05-21 Thread FusionX86
ince I can eventually get it to work if I keep trying, but figured I'd send it out to the community. On Thu, May 21, 2015 at 3:49 PM, Luke Diamand wrote: > On 21/05/15 21:49, FusionX86 wrote: >> >> I thought about that, but no. The box I'm running git-p4 on has the >>

git p4 rebase --branch

2015-05-21 Thread FusionX86
For my Perforce to Git migration project, I am creating an empty local git repo and then running git p4 sync with --branch to bring code from Perforce into a specific Git branch. I'm going this route because I need to take two Perforce branches that are similar and put them into different branches

Re: git p4 clone - exclude file types

2015-05-21 Thread FusionX86
ed, May 20, 2015 at 12:49 AM, Luke Diamand wrote: > On 19/05/15 08:38, FusionX86 wrote: >> >> Thanks Luke, looks like this does work for excluding files when using >> git p4. Great! >> >> Unrelated question... >> >> While using git p4 I have noticed that

git p4 clone - HEAD + partial history

2015-05-12 Thread FusionX86
Hello, I'm migrating my company from Perforce to Git. There is history in Perforce that goes back to 2006 and I'd like to migrate it with some, but not all of the history. I'm not having luck so far. >From what I see, a simple git p4 clone grabs HEAD only. Using @all grabs all history and is way

Re: git-p4 Question

2015-04-24 Thread FusionX86
reates an empty repo. If it does require correct case, then it should throw an error for //depot/main as well. Let me know if you need any additional information. On Fri, Apr 24, 2015 at 3:20 AM, Luke Diamand wrote: > On 23/04/15 14:42, FusionX86 wrote: >> >> Hi Luke, >> >&g

Re: git-p4 Question

2015-04-23 Thread FusionX86
utput from 'git p4 clone', and also see what the > output from doing this is: > > $ p4 print //depot/some/branch/missingfile.c > > > > On 21 April 2015 at 14:33, FusionX86 wrote: >> Hi Luke, >> >> Using -v was a good suggestion. Unfortunately I still d

Re: git-p4 Question

2015-04-21 Thread FusionX86
Good point on developer mindset. I think we definitely have some training and habit changing in the future. Thanks for the suggestions and pointers, it's much appreciated. On Mon, Apr 20, 2015 at 1:26 PM, Luke Diamand wrote: > On 20/04/15 17:41, FusionX86 wrote: >> >> Hello, &g

Re: git-p4 Question

2015-04-21 Thread FusionX86
Thanks Sam, I'll check it out. On Mon, Apr 20, 2015 at 12:23 PM, Sam Vilain wrote: > On 04/20/2015 09:41 AM, FusionX86 wrote: >> >> Hopefully this is an appropriate place to ask questions about git-p4. >> >> I started at a company that wants to migrate fro

git-p4 Question

2015-04-20 Thread FusionX86
Hello, Hopefully this is an appropriate place to ask questions about git-p4. I started at a company that wants to migrate from Perforce to Git. I'm new to Perforce and have been trying to learn just enough about it to get through this migration. Anyway, I've been playing with git-p4 and have one