how to commit 'commit log' itself in same svn version?

Posted by understack on Stack Overflow See other posts from Stack Overflow or by understack
Published on 2010-03-14T20:49:50Z Indexed on 2010/03/14 20:55 UTC
Read the original article Hit count: 349

Filed under:
|
|

It might sound unnecessary, but let me explain my problem first. Probably then it would make sense.

Few artists keep updating images based on clients' change requests. An artist makes changes accordingly and commits with proper 'commit messages'. Just before actual commit, I want to create a text file with image properties like size and all the 'commit messages'. And then this file would be committed itself. So basically some sort of pre-commit processing is required. Even though most of the artists are not very comfortable with svn, they can always see what changes were made last time to the image via simple text file. So artists only do update and commit with svn.

How this could be done?

Are there any better alternatives?

© Stack Overflow or respective owner

Related posts about svn

Related posts about tortoisesvn