Re: SVN Commit by dpage: r4203 - trunk/pgadmin3/xtra/pgagent/pgaevent - Mailing list pgadmin-hackers

From Dave Page
Subject Re: SVN Commit by dpage: r4203 - trunk/pgadmin3/xtra/pgagent/pgaevent
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490DF40@ratbert.vale-housing.co.uk
Whole thread Raw
In response to SVN Commit by dpage: r4203 - trunk/pgadmin3/xtra/pgagent/pgaevent  (svn@pgadmin.org)
List pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 18 May 2005 18:02
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] SVN Commit by dpage: r4203 -
> trunk/pgadmin3/xtra/pgagent/pgaevent
>
> svn@pgadmin.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

pgadmin-hackers by date:

Previous
From: "Adam H. Pendleton"
Date:
Subject: New acinclude.m4
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4213 - trunk/pgadmin3