In CVS, $Id$ tag is probably most used tag/keyword. You can have similar effect in svn using keyword property.
Here is how you can do it:
Setting up through command-line/shell:
svn propset svn:keywords "Id" [file-name]
Setting up through Eclipse
Navigate to your project file.
Next 
Add $Id$ to your document and commit the changes. You will see that $Id$ has been replaced with something similar to following message:
$Id: index.php 11 2009-03-21 16:54:16Z hossain $
$Id: [File-Name] [Revision#] [Date] [Time] [Username] $
Further Reading:
