SVN - ignoring files already in repository

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2012-03-19T09:12:54Z Indexed on 2012/03/19 10:03 UTC
Read the original article Hit count: 154

Filed under:
|
|

I have a configuration file in my project which needs to be in the repository (so new developers get it when they checkout the project). Each developer might change some values in the file locally - these changes should not be committed and I don't want them showing in the synchronization menu (I'm using eclipse and subversive if it matters).

Note that I can't just set the svn:ignore property since it only works on files that aren't under version control - but I do want to keep a base version of the file in the repository. How can I avoid the file showing in synchronization without deleting it from repository?

EDIT: A better description - what I actually need is to be able to set a "read-only" property on the config file, so it can't be changed in the repository as long as the property is on. Do you know anything like this?

Thanks

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about svn