RE: svn:ignore an existing file

2010-02-03 Thread Bob Archer
> On Wed, Feb 3, 2010 at 5:28 PM, GF wrote: > Hello everyone. > I've two question about svn:ignore > > 1) I've a file that MUST exist in the repository in its "default" > version, but i don't want that people to commit any local change to > it. Is there a way to have this behaviour with svn:ignor

Re: svn:ignore an existing file

2010-02-03 Thread Eric Lee
On Wed, Feb 3, 2010 at 5:28 PM, GF wrote: > Hello everyone. > I've two question about svn:ignore > > 1) I've a file that MUST exist in the repository in its "default" > version, but i don't want that people to commit any local change to > it. Is there a way to have this behaviour with svn:ignore?

RE: svn:ignore an existing file

2010-02-03 Thread Giulio Troccoli
t; To: users@subversion.apache.org > Subject: svn:ignore an existing file > > Hello everyone. > I've two question about svn:ignore > > 1) I've a file that MUST exist in the repository in its "default" > version, but i don't want that people to commit any local

Re: svn:ignore an existing file

2010-02-03 Thread Stein Somers
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 exper

svn:ignore an existing file

2010-02-03 Thread GF
Hello everyone. I've two question about svn:ignore 1) I've a file that MUST exist in the repository in its "default" version, but i don't want that people to commit any local change to it. Is there a way to have this behaviour with svn:ignore? I mean that with "svn co ..." that file will be checke