[TxMt] Textmate Freezes when a Subversion project contains a symlink pointing to itself

joeowen joe at buddymedia.com
Mon May 12 14:29:31 UTC 2008


Hi Allan,

I appreciate the reply.  I'm not super savvy with regular expressions; I'm
trying to exclude the symbolic link "mybucks" that exists in the root of my
project.  

Here's the original expression that existed in the file exclusion field.
!(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$

Here's my attempts; all have failed, resulting in a beachball.
!(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|mybucks|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
!(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|/mybucks|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
!(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|\/mybucks|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$

When I remove the symbolic link from the directory, Textmate is fine, so I
know that it's the only file that is causing the problem.

Thanks,

Joe


Allan Odgaard-3 wrote:
> 
> On 8 May 2008, at 22:01, joeowen wrote:
> 
>> My Subversion project contains a few symlinks that point to the same
>> directory the symlinks are in.
>>
>> When I try to add that svn directory to a Textmate project by  
>> dragging the
>> folder into the project window, it freezes Textmate.
> 
> Recursive symbolic links are not supported for folder references  
> (which deep-copies your folder content structure).
> 
> A workaround would be to add the symbolic links to the folder  
> filtering patterns:
> http://macromates.com/textmate/manual/working_with_multiple_files#filtering_unwanted_files
> 
> 
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
> 
> 

-- 
View this message in context: http://www.nabble.com/Textmate-Freezes-when-a-Subversion-project-contains-a-symlink-pointing-to-itself-tp17135288p17188663.html
Sent from the textmate users mailing list archive at Nabble.com.




More information about the textmate mailing list