Hey, imagine a plain webapp with a log4j.properties
which is under version control. I can't add it to svn:ignore
because its a mandatory file. If i make custom changes for development and i don't want to commit them, i have to watch out for accidently commits. For one file it's easy to handle, with 3 or more files it becomes creepy.
Is there a way to disable these files temporary from svn commit? So its easiert to commit? I'm working with svn
and subclipse
.