Hi,
Using Subversion "trunk" on Windows built from TortoiseSVN.
I would like to set the svn:ignore property to * on a certain directory.
(I'm trying to ignore everything since I'd only want to explicitly add a
few subdirectories).
I thought this would do the trick
C:\wc>svn propset svn:ignore *
I don't use Windows, so I can't help you on the escaping of the *, but I
often use propedit, rather than propset (partly because I can never
remember the order of the directory and the property value), so that would
be easy enough for a one-off solution.
Also, if you are using TortoiseSVN, can