How can I exclude all the svn metadata while synchronizing with unison?
Asked
Active
Viewed 2,798 times
3 Answers
5
In my case (Version 2.40.65) the accepted solution don't work. It only works for the .svn
folder located directly in the root directory I am synchronizing.
The following line effectively does the ignore:
ignore = Name {.svn}
The Unison manual for version the Version 2.40.65 I am using confirms that.

Manuel Selva
- 18,554
- 22
- 89
- 134
-
I use `ignore = Name *.svn` and seems to work perfectly – lucaferrario Feb 13 '15 at 10:37
2
If you're still having trouble, the following worked for me on Windows:
ignore = Path {*/.svn}
-
I don't see the need to reference some other comment (which you're even referring to, I'm not sure). I'll edit – Ian Clark Aug 03 '13 at 16:25