[TxMt] Re: TM2: SCM button and Go -> SCM Status

Anthony Underwood anthony.underwood at hpa.org.uk
Thu Jan 12 15:00:19 UTC 2012


I tracked down the problem of the the SCM button not working. I am using a
software RAID for my projects ( http://www.softraid.com/). For some reason
this is being detected as a non-local mount even though the RAID is local
and very fast.

Is there a workaround for this??

Thanks Anthoy


On 19/12/2011 17:01, "Allan Odgaard" <mailinglist at textmate.org> wrote:

> On 19 Dec 2011, at 15:42, Keith Solomon wrote:
> 
>> On 12/19/11 8:27 AM, Allan Odgaard wrote:
>>> Presumably TM is not finding it ‹ the root directory in the file browser
>>> must be the repository root or below it as discussed here:
>>> http://lists.macromates.com/textmate/2011-December/033674.html
>> Does SCM status not work on paths mounted via SMB? If I open a folder that is
>> a git repo on my dev server (which I have mounted via SMB on my local
>> machine), I get no status, clicking the purple folder does nothing, etc.
>> However, if I copy that same folder to my local machine and open it from
>> there, it works as expected.
> 
> I disabled it for non-local mount points because file status with Git and
> Mercurial require hashing every file in your project (so a status update needs
> to send a lot of bytes over the network).
> 
> The git command only does this when user explicitly asks for status and cache
> the result. TM needs to ask for status on each change in the folder (to update
> badges) and I found that I can¹t use git¹s cached index because of the
> potential for clashing with another git command ‹ this was a common problem
> when doing ³git rebase² (before I introduced a custom index) ‹ adding to that,
> network mounts also does not support fsevents, which is what I use to know
> when to update the badges.
> 
> 
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate

-----------------------------------------
**************************************************************************
The information contained in the EMail and any attachments is
confidential and intended solely and for the attention and use of
the named addressee(s). It may not be disclosed to any other person
without the express authority of the HPA, or the intended
recipient, or both. If you are not the intended recipient, you must
not disclose, copy, distribute or retain this message or any part
of it. This footnote also confirms that this EMail has been swept
for computer viruses, but please re-sweep any attachments before
opening or saving. HTTP://www.HPA.org.uk
**************************************************************************


More information about the textmate mailing list