1

I'm trying to capture all comments and dates entered by my team while committing their changes and append them to the source file (C#). I know svn:keywords allows you to capture some metadata but it gets updated each time a commit is executed.

In my previous job we had CVS configured to do exactly that. Was wondering if I can do the same with SVN.

Thanks.

Mac
  • 2,693
  • 7
  • 36
  • 44

1 Answers1

1

Your best option is probably using pre-commit-hook.

You can find out more about it at Subersion hook

This discussion is also talk a lot of different hooks Q: Common typs of subersion hooks

Community
  • 1
  • 1
DJ.
  • 6,664
  • 1
  • 33
  • 48