Protect files from svn commit.
Posted
by chrsk
on Stack Overflow
See other posts from Stack Overflow
or by chrsk
Published on 2010-05-06T07:38:20Z
Indexed on
2010/05/06
7:48 UTC
Read the original article
Hit count: 290
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
.
© Stack Overflow or respective owner