Hi, I have a requirement to ignore e.g. all bin and obj directories, and very importantly all their child directories recursively. I want to easily set this in the client globally, and have no wish to set properties on the subversion repository. Currently this seems to be not possible.
If I just set bin as the pattern, it will ignore just the bin directory itself, and not the files in it. If I set bin/* as pattern, it will also ignore the files in it, but not all the files in its subdirectories. In Visual Studio .NET projects, the bin folder structure is often something like this: bin\Debug\net8.0 And no, I don't want to add this whole thing to the pattern, there will be debug/release, bunch of .net version, it's a whole directory tree. I just want to tell TortoiseSvn to ignore the bin dir and everything in it. I could sponsor development of this improvement to TortoiseSVN, or if you point me to the code, I can implement it myself. Best regards, Wout -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/tortoisesvn-dev/b66786a4-a72d-4145-bff0-e1cced703345n%40googlegroups.com.

