> 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
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?
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
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
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