pattern matching
From: Goran Fiolić <goran.fiolic_at_xylon.hr>
 
Date: Wed, 10 Dec 2008 19:33:40 +0100 
I have the following folder structure:
  
 hp014
    AA
      EDK
         hdl
      pcores
         hdl
  
 where I would like to ignore EDK/hdl folder. I tried the following "global-ignore" pattern but it did not work:
  
 global-ignores = EDK/hdl */EDK/hdl
  
 I also tried:
  
 global-ignores = */EDK/hdl
  
 I tried also with different backslashes but nothing worked. What was I doing wrong?
 ------------------------------------------------------
 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
  | 
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.