Re: [PATCHv2 2/2] git p4: add support for 'p4 move' in P4Submit

2012-11-07 Thread Vitor Antunes
On Mon, Nov 5, 2012 at 5:57 PM, Pete Wyckoff wrote: > vitor@gmail.com wrote on Mon, 05 Nov 2012 17:37 +: >> Hi Pete, >> >> I've just been hit by a situation where this command is available but is >> disabled in the server. I don't know what is the best approach to avoid >> this issue. > >

Re: [PATCHv2 2/2] git p4: add support for 'p4 move' in P4Submit

2012-11-05 Thread Pete Wyckoff
vitor@gmail.com wrote on Mon, 05 Nov 2012 17:37 +: > Pete Wyckoff padd.com> writes: > > > > > From: Gary Gibbons perforce.com> > > > > For -M option (detectRenames) in P4Submit, use 'p4 move' rather > > than 'p4 integrate'. Check Perforce server for exisitence of > > 'p4 move' and use

Re: [PATCHv2 2/2] git p4: add support for 'p4 move' in P4Submit

2012-11-05 Thread Vitor Antunes
Pete Wyckoff padd.com> writes: > > From: Gary Gibbons perforce.com> > > For -M option (detectRenames) in P4Submit, use 'p4 move' rather > than 'p4 integrate'. Check Perforce server for exisitence of > 'p4 move' and use it if present, otherwise revert to 'p4 integrate'. > Hi Pete, I've just

[PATCHv2 2/2] git p4: add support for 'p4 move' in P4Submit

2012-07-12 Thread Pete Wyckoff
From: Gary Gibbons For -M option (detectRenames) in P4Submit, use 'p4 move' rather than 'p4 integrate'. Check Perforce server for exisitence of 'p4 move' and use it if present, otherwise revert to 'p4 integrate'. [pw: wildcard-encode src/dest, add/update tests, tweak code] Signed-off-by: Gary