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

Re: CMS and subversion

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2005-02-26 22:54:31 CET

> > Also is it possible to take a repository and see all changes made to it
> > in the last year? this might be useful for managers to see and general
> > reporting.
>
> Sure. "svn log URL:///repository" will show you a log of all changes,
> you can just chop it at the 1 year mark. Subversion doesn't have
> any way of expressing "1 year prior" in the command line syntax,
> you'll have to work that out on your own.

Well, there *is* the -r {date} syntax, which maps to the first revision
after {date}.

So if one calculates 'today - 1 year' and puts in in the place of {date},
then, yes we do have that functionality.

HTH,

Erik.

-- 
Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 26 22:56:43 2005

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.