I just did a git commit and it failed with some permission error, but the error was displayed in a narrow sheet that extended off the bottom of the window and screen so there was no obvious way to dismiss it and that project was effectively locked. Other projects open at the same time still seemed to work. It had me scratching my head for a while but the solution was to hit return . It would have been better if the sheet was wider, but in any case having a scrollable text area with a button might be a better interface.
Dave.
--------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
I tracked down the reason why I was getting this error and it is because the git bundle creates a file /tmp/output.diff but if there are two users (I have a work account and a home account) then both will try to use the same file but will clash on permissions. The workaround is to sudo rm /tmp/ouptut.diff
I tried looking for the official git bundle on github, but all the ones I found said they were no longer being maintained.
Dave.
On 18/01/2013 10:21, "Baldwin, Dave" dave.baldwin@intel.com wrote:
I just did a git commit and it failed with some permission error, but the error was displayed in a narrow sheet that extended off the bottom of the window and screen so there was no obvious way to dismiss it and that project was effectively locked. Other projects open at the same time still seemed to work. It had me scratching my head for a while but the solution was to hit return . It would have been better if the sheet was wider, but in any case having a scrollable text area with a button might be a better interface.
Dave.
Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
--------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
On 21 Jan 2013, at 09:02, Baldwin, Dave wrote:
official git bundle on github
I think it's this one: https://github.com/textmate/git.tmbundle
Thanks, looks like the links to track issues are broken though.
Dave.
On 21/01/2013 09:19, "George McGinley Smith" george@gsgd.co.uk wrote:
On 21 Jan 2013, at 09:02, Baldwin, Dave wrote:
official git bundle on github
I think it's this one: https://github.com/textmate/git.tmbundle
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
--------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
On Jan 21, 2013, at 10:39 AM, "Baldwin, Dave" dave.baldwin@intel.com wrote:
Thanks, looks like the links to track issues are broken though.
Since our version is a fork, no issue tracker was enabled by default, though I have now enabled it.
I also pushed a fix for your issue: https://github.com/textmate/git.tmbundle/commit/cf0529e832d0278fb757ef184015...
TextMate should auto-update your Git bundle within the next 12 hours or so. You can check TextMate → About → Bundles to see release notes for bundles, which would indicate wether or not you have the update I just pushed.
Thanks Allan.
On 22/01/2013 19:53, "Allan Odgaard" mailinglist@textmate.org wrote:
On Jan 21, 2013, at 10:39 AM, "Baldwin, Dave" dave.baldwin@intel.com wrote:
Thanks, looks like the links to track issues are broken though.
Since our version is a fork, no issue tracker was enabled by default, though I have now enabled it.
I also pushed a fix for your issue: https://github.com/textmate/git.tmbundle/commit/cf0529e832d0278fb757ef1840 155389ac335180
TextMate should auto-update your Git bundle within the next 12 hours or so. You can check TextMate → About → Bundles to see release notes for bundles, which would indicate wether or not you have the update I just pushed.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
--------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.