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_...
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate