Hi,
I noticed that TM2 is looking for .p4config files, but I can't find any Perforce commands in the bundles (or in Cmd-Y, which never seemed to detect my git repositories, either). Is anything beyond looking for the config files already in place and I'm too blind to find it, or do I just need to wait?
Christopher
On Wed, Feb 8, 2012 at 10:05, Christopher Creutzig christopher@creutzig.de wrote:
I noticed that TM2 is looking for .p4config files, but I can't find any Perforce commands in the bundles (or in Cmd-Y, which never seemed to detect my git repositories, either). Is anything beyond looking for the config files already in place and I'm too blind to find it, or do I just need to wait?
I'd guess it's for status icons in the file browser?
On 08/02/2012, at 16.05, Christopher Creutzig wrote:
I noticed that TM2 is looking for .p4config files, but I can't find any Perforce commands in the bundles (or in Cmd-Y, which never seemed to detect my git repositories, either). Is anything beyond looking for the config files already in place and I'm too blind to find it, or do I just need to wait?
The .p4config search is only to set attr.scm.p4.
For Perforce commands you need the Perforce bundle. I don’t think this has actually been updated to have its actions on ⌘Y (and scoped to attr.scm.p4) — Michael?
Badges for Perforce is not implemented. It should be fairly simple, but I am unaware of how I can obtain a p4 executable for testing. If anyone is interested in helping out, let me know.
As for Git commands not appearing on ⌘Y, does it show attr.scm.git when you press ⌃⇧P? Do you have the Git bundle?
"I am unaware of how I can obtain a p4 executable for testing" You can download a free copy at perforce.com. Only good for 1 or 2 users but should work for testing.
Nick
On Tue, Feb 14, 2012 at 3:11 AM, Allan Odgaard mailinglist@textmate.orgwrote:
On 08/02/2012, at 16.05, Christopher Creutzig wrote:
I noticed that TM2 is looking for .p4config files, but I can't find any Perforce commands in the bundles (or in Cmd-Y, which never seemed to detect my git repositories, either). Is anything beyond looking for the config files already in place and I'm too blind to find it, or do I just need to wait?
The .p4config search is only to set attr.scm.p4.
For Perforce commands you need the Perforce bundle. I don’t think this has actually been updated to have its actions on ⌘Y (and scoped to attr.scm.p4) — Michael?
Badges for Perforce is not implemented. It should be fairly simple, but I am unaware of how I can obtain a p4 executable for testing. If anyone is interested in helping out, let me know.
As for Git commands not appearing on ⌘Y, does it show attr.scm.git when you press ⌃⇧P? Do you have the Git bundle?
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 14.02.12 12:11, Allan Odgaard wrote:
As for Git commands not appearing on ⌘Y, does it show attr.scm.git when you press ⌃⇧P? Do you have the Git bundle?
It does not. I do get Git commands in ⌘Y, but only “Initialize Repository” and ”Config…”. Using Git from the Bundles menu works.
I thought this was an expected consequence of having my files on NFS? TM2 is still looking for .git on network files, but doesn't react to them as I would expect it to. Iirc, you said your current git stuff implementation relied on fsevents for acceptable performance. Right?
Christopher