Add Id keyword to Subversion file.


/ Published in: Other
Save to your folder(s)

This allows you to add $Id$ to your source code, and will be replaced with the revision info whenever you commit.


Copy this code and paste it in your HTML
  1. svn propset svn:keywords "Id" myfile.pl

Report this snippet


Comments


You need to login to view comments.