Hi I am a bit confused with the svn stuff. I did a fresh co:
svn co https://svn.apache.org/repos/asf/lenya/trunk lenya-trunk I made some modificatin in the file src/webapp/lenya/usecases/admin/tabs.jx. Within this file you have <!-- $Id: tabs.jx 164233 2005-04-22 13:01:45Z jwkaltz $ --> Accroding to .svn/entries this means the last author was jwklatz. However if I change the file and make a svn diff I get Index: tabs.jx =================================================================== --- tabs.jx (revision 190723) +++ tabs.jx (working copy) @@ -15,7 +15,7 @@ limitations under the License. --> -<!-- $Id: overview.jx 123960 2005-01-03 12:39:05Z andreas $ --> +<!-- $Id$ --> The website: https://svn.apache.org/repos/asf/lenya/trunk/src/webapp/lenya/usecases/admin/tabs.jx also shows andreas as the last author. Why are the author the version and the date different? BTW how can i assure that <!-- $Id$ --> is expanded with the necessary informations (i.e. version, date, author)? Is this done by svn automatically? Jann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
