Re: [PATCH] git-p4: support exclusively locked files

2013-03-24 Thread Pete Wyckoff
danny.tho...@blackboard.com wrote on Wed, 20 Mar 2013 07:33 -0400: > Sounds good to me. I've got a couple of busy days coming up, but should > have time this week. Here's what I'm playing with for test cases, by the way. The fix you're working on is definitely part of it, but there are more issue

Re: [PATCH] git-p4: support exclusively locked files

2013-03-20 Thread Danny Thomas
Sounds good to me. I've got a couple of busy days coming up, but should have time this week. Danny On 19/03/2013 19:23, "Pete Wyckoff" wrote: >danny.tho...@blackboard.com wrote on Mon, 18 Mar 2013 09:26 -0400: >> Interesting. 'Implementing sitewide pessimistic locking with p4 >>typemap', >>

Re: [PATCH] git-p4: support exclusively locked files

2013-03-19 Thread Pete Wyckoff
danny.tho...@blackboard.com wrote on Mon, 18 Mar 2013 09:26 -0400: > Interesting. 'Implementing sitewide pessimistic locking with p4 typemap', > http://www.perforce.com/perforce/doc.current/manuals/p4sag/03_superuser.htm > l seems to suggest this is all that's needed. I believe we're using the > de

Re: [PATCH] git-p4: support exclusively locked files

2013-03-18 Thread Danny Thomas
Interesting. 'Implementing sitewide pessimistic locking with p4 typemap', http://www.perforce.com/perforce/doc.current/manuals/p4sag/03_superuser.htm l seems to suggest this is all that's needed. I believe we're using the default configuration, the exclusive lock on all files behaviour was research

Re: [PATCH] git-p4: support exclusively locked files

2013-03-17 Thread Pete Wyckoff
danny.tho...@blackboard.com wrote on Wed, 13 Mar 2013 13:51 -0400: > By default, newly added binary files are exclusively locked by Perforce: > > 'add default change (binary+l) *exclusive*' > > This results in a 'Could not determine file type' error as the regex > expects > the line to end after

[PATCH] git-p4: support exclusively locked files

2013-03-13 Thread Danny Thomas
By default, newly added binary files are exclusively locked by Perforce: 'add default change (binary+l) *exclusive*' This results in a 'Could not determine file type' error as the regex expects the line to end after the file type matching group. Some repositories are also configured to always req