[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn merge and svn ignore

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Sun, 04 Aug 2013 10:02:29 +0100

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
Received on 2013-08-04 11:03:08 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.