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

Re: svn:ignore an existing file

From: Stein Somers <ssomers_at_opnet.com>
Date: Wed, 03 Feb 2010 12:59:50 +0100

> 1) I've a file that MUST exist in the repository in its "default"
> version

Then forget svn:ignore - it doesn't apply to versioned files.

You could lock the file in each branch where it occurs, or set the
svn:lock property, to make it more difficult for others to tamper with
it. But in my experience, with TortoiseSVN, people will simply click all
the dialog boxes to steal/grab locks they get. The better resolution is
to stop the temptation to edit such files: offer an alternative or
unversion it.

-- 
Stein
Received on 2010-02-03 13:00:24 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.