[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Putting logs history to Java Files

From: Manish Bhatia <mabhatia_at_caci.com>
Date: Fri, 2 May 2008 11:49:58 -0400

Hi There..

I was been using CVS in my previous project and recently I got into SVN
using eclipse for my current project. While using CVS I use to add
following template to my java files which will automatically update the
logs with the comments, Author name and date into the Java file.. when the
file was checked into CVS

/*
 * Current Status
 * --------------
 * $Author$
 * $Source$
 * $Date$
 * $Revision$
 *
 */

/*
 * History
 * --------------
 * $Log$
 *
 */

I was wondering if we have the some thing in SVN.. so that I could use the
template into my Java files to track changes.

Thanks,

Manish Bhatia
CACI Enterprise Solutions
Email:mabhatia_at_caci.com.
Received on 2008-05-02 19:16:17 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.