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

svn:ignore

From: Anton Shepelev <anton.txt_at_gmail.com>
Date: Tue, 19 Dec 2017 15:17:32 +0300

Hello, all

I can't seem to understand the usage of the svn:ignore
property. I have a directory DIR with a file file.txt in
it, which I want ignored. I entered DIR, and typed:

  svn propset svn:ignore file.txt .
  svn ci .

Now, when I modify file.txt, svn still detects the
modification and has no problem commiting it. What am I
doing wrong?

I expect that it will ignore changes to file.txt. If not,
what is the purpose of svn:ignore?

-- 
Please, do not forward replies to the list to my e-mail.
Received on 2017-12-19 13:17:54 CET

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.