Hi! I would like to work on introducing a new substitution keyword which always reflects the latest repository revision. A client side way with svnversion embedded into a Make file or something is not a solution for me.
I'm not used to the subversion code base yet. Just chased a bit over the trunk version code so far. So I would be very happy if somebody could give me some pointers where I should put my hands on for this task! In r875460 the "Header" substitution keyword was introduced. According to those changes, I probably need to introduce a new function svn_subst_build_keywords3() with an additional function argument so I can somehow resolve the repository revision. Any comments appreciated! CU Christian