Re: git-p4: cloning with a change number does not import all files

2017-12-02 Thread Patrick Rouleau
On Sat, Dec 2, 2017 at 12:55 PM, Luke Diamand wrote: > I think I've sort of stumbled across something like the problem you've > described in the past. Perhaps the files you need have been deleted > and then re-integrated or some such. > > Would you be able to take a look at some

Re: git-p4: cloning with a change number does not import all files

2017-12-02 Thread Luke Diamand
On 2 December 2017 at 15:35, Patrick Rouleau wrote: > On Fri, Dec 1, 2017 at 7:45 AM, Lars Schneider > wrote: >> Oh, I am with you. However, I only used git-p4 for a very short time in the >> way you want to use it. Therefore, I don't have much

Re: git-p4: cloning with a change number does not import all files

2017-12-02 Thread Patrick Rouleau
On Fri, Dec 1, 2017 at 7:45 AM, Lars Schneider wrote: > Oh, I am with you. However, I only used git-p4 for a very short time in the > way you want to use it. Therefore, I don't have much experience in that kind > of usage pattern. I was able to convice my management to

Re: git-p4: cloning with a change number does not import all files

2017-12-01 Thread Lars Schneider
> On 29 Nov 2017, at 04:48, Patrick Rouleau wrote: > > Hi, > > On Mon, Nov 27, 2017 at 7:52 AM, Lars Schneider > wrote: >> >> what is your goal here? Do you want to convert the repo to Git or do you >> want to use Git to interact with a P4

Re: git-p4: cloning with a change number does not import all files

2017-11-28 Thread Patrick Rouleau
Hi, On Mon, Nov 27, 2017 at 7:52 AM, Lars Schneider wrote: > > what is your goal here? Do you want to convert the repo to Git or do you > want to use Git to interact with a P4 repo? I want to use git to interact with a P4 repo. I am used to git tools and I prefer them

Re: git-p4: cloning with a change number does not import all files

2017-11-27 Thread Lars Schneider
> On 25 Nov 2017, at 21:35, Patrick Rouleau wrote: > > Hi, > > I created a git repository with these commands: > git p4 clone //perforce/path@123456 repo > cd repo > git p4 rebase > > Some files created before the change 123456 do not exist in git > history. I do see

git-p4: cloning with a change number does not import all files

2017-11-25 Thread Patrick Rouleau
Hi, I created a git repository with these commands: git p4 clone //perforce/path@123456 repo cd repo git p4 rebase Some files created before the change 123456 do not exist in git history. I do see why, but those files were not modified after that change number. If I use "git p4 sync