You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Z W <mp...@gmail.com> on 2013/08/04 10:55:44 UTC

svn merge and svn ignore

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

Re: svn merge and svn ignore

Posted by Andreas Stieger <an...@gmx.de>.
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 work to ignore files form merging,
which, by definition, works on files under version control only. Also,
if you put a file explicitly under version control, the svn:ignore
property no longer applies to it at all.

With kind regards,
Andreas Stieger