Current time: 04-16-2024, 02:59 PM Hello There, Guest! (LoginRegister)


Post Reply 
SVN Keywords
Author Message
FeG Offline
Banned

Posts: 222
Joined: Aug 2007
Post: #1
SVN Keywords
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
08-13-2008 06:51 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)