Re: svn merge and svn ignore

2013-08-04 Thread Andreas Stieger
Hello, On 04/08/13 09:55, Z W wrote: > Q: During SVN merge, does it read svn ignore list to ignore files, > directories to not merge them to a working copy directory from a > repository ? The svn:ignore properties is for ignoring *unversioned* files usually generated during a build. It does not w

svn merge and svn ignore

2013-08-04 Thread Z W
Hi All Q: During SVN merge, does it read svn ignore list to ignore files, directories to not merge them to a working copy directory from a repository ? Thank you. Sincerely