« Return to Thread: Using macros in files

Using macros in files

by Alex Pt :: Rate this Message:

Reply to Author | View in Thread

Hello

I need that each source file has a header that contains up to date information reflecting its SVN status at the moment of getting copy from the repository. The header should looks like this:

// --------------------------------------------------
// Filename: <%Filename%>
// Project:    <%RepositoryName%>
//
// Last Change: <%Author%>  <%Date%>
//
// History: <%Last commit message%>
// --------------------------------------------------
 
Such header can either permanently be present in file or be added on-fly during operation "Copy from repository".

Could SmartSVN somehow help me to resolve such a problem?
Perhaps I need to add/modify something at SVN server side to get it works?
Any suggestions will be appreciated.

Thank you in advance
Alex.

 « Return to Thread: Using macros in files