Can I force SVN to commit/merge a specific file every time even if the file doesn't change?
I know you can ignore a file but what about something like 'Always Commit' option?
I'm using the revision number SVN Tags $Revision$
in one file, I parse the file and use that revision number as a variable as I wanted to eliminate doing this manually before a merge. I wanted just to have the Revision number update as it does what it is committed. Only problem is I still need to manually do this and I would like to automate this, thoughts?