Loading...
SVN keywords are pieces of useful information. which is populated by svn itself.
$Id$
$LastChangedDate$
$LastChangedRevision$
$LastChangedRevision$
$LastChangedRevision$
etc.. are SVN’s predefined keywords.
SVN by default does not apply this keywords on any source.
here is simple command which will enable this keywords to your source code.
$ svn propset svn:keywords "Id LastChangedDate LastChangedByastChangedRevision" *.java







| www.flickr.com |
Leave a reply