ispCP - Board - Support
SVN Keywords - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: SVN Keywords (/thread-4030.html)



SVN Keywords - FeG - 08-13-2008 06:51 PM

Hi (devs),

I just saw that there are many
Code:
* @version         SVN: $ID$
lines in the ispCP code.

There are two things wrong which cause that they're not working:
1. the svn keyword is $Id$, not $ID$
2. you have to enable this keyword (or any keyword you want to use) for each file explicitly with the following command:
Code:
svn propset svn:keywords "Id" the-file.php

After that, svn updates the $Id$ keyword everytime a file is checked in.

Greetings
FeG