excluding subdirectories (.svn)

Post your bug reports here
Post Reply
hretter
Posts: 2
Joined: Tue Sep 08, 2009 12:45 am

excluding subdirectories (.svn)

Post by hretter »

I cannot exclude .svn subdirectories from synchronization. I have tried

.svn,.svn\*.*,.\.svn

and .svn subdirectories still participate in synchronization. Maybe it's the leading dot in the name.
How can I exclude .svn subdirectories? Thanks.

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Which version you are using? Simple ".svn" should work fine, just as ".svn\*". Maybe the problem is your syntax - comma is not handled as separator, use space or semicolon instead.

hretter
Posts: 2
Joined: Tue Sep 08, 2009 12:45 am

Post by hretter »

I am using version 3.4.1640. .svn did not work but .svn\* did. I removed the comma separators, which is probably what the problem was. Thank you very much.

Post Reply