Re: SVN Commit by dpage: r4203 - trunk/pgadmin3/xtra/pgagent/pgaevent

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: SVN Commit by dpage: r4203 - trunk/pgadmin3/xtra/pgagent/pgaevent
Date: 2005-05-19 07:09:20
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490DF40@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 18 May 2005 18:02
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4203 -
> trunk/pgadmin3/xtra/pgagent/pgaevent
>
> svn(at)pgadmin(dot)org wrote:
>
> >Author: dpage
> >Date: 2005-05-18 11:59:26 +0100 (Wed, 18 May 2005)
> >New Revision: 4203
> >
> >Modified:
> > trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
> >Log:
> >Hmm, wonder why this isn't working as expected.
> >
> >
> Easily explained:
>
> It should look
>
> $Id: $
>
> The general format is Dollar, keyword, Colon, some stuff from
> RCS/CVS/SVN/younameit, Dollar.

Nope - $Id$ should work according to the docs (and does in fact). Turns
out that keyword expansion is turned off by default in SVN. To turn it
on for Id, LastChangedDate and Author for example, you need to run:

svn propset svn:keywords "Id LastChangedDate Author" <filename>

Haven't figured out how to do that in Tortoise yet though....

Thanks, Dave

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-05-19 08:31:32 SVN Commit by dpage: r4213 - trunk/pgadmin3
Previous Message Adam H. Pendleton 2005-05-18 21:26:07 New acinclude.m4