[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN Keywords Question

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 24 Nov 2009 13:48:00 -0500

I don't believe there's a keyword that will do what you want.

However, most places have stopped using keywords due to a variety of
issues. As long as you're in Subversion, you can easily get whatever
information you need by using the svn commands. (For example, "svn
info" will give you the information you need).

What if your software is in a production site site and outside of
Subversion revision control? Have your build system create a file that
contains the information you want. For example, our build process
creates a file called version.properties which contains the production
version ID, the Subversion revision ID, the date of last change, etc..

On Mon, Nov 23, 2009 at 11:16 AM, DavidCAIT <dzazeski_at_cait.org> wrote:
> Is there any svn keyword which indicates the last date when ANY file in the
> SVN repository was updated? For example, if I have three files in my SVN
> repository:
>
> readme.txt
> myWebapp.jar
> welcome.jpg
>
> Is there any SVN keyword that I could put in readme.txt which would be
> updated with the most recent date that any file in the repository was
> updated? For example, if I updated welcome.jpg on July 2nd then I would want
> the text in "readme.txt" to indicate that the package was last updated on
> July 2nd even though I haven't updated my readme file.
>
> Thanks!
> --
> View this message in context: http://old.nabble.com/SVN-Keywords-Question-tp26481071p26481071.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2423457
>
> Please start new threads on the <users_at_subversion.apache.org> mailing list.
> To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2423924
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-24 19:49:02 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.