Loading... Cancel

$Id$: How to apply SVN Keywords R

August 3rd, 2006

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

Total 0 response found

Close
Posted in Other