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

Re: svnversion++, what about modification dates?

From: Johannes Holzer <hl.ichaus_at_arcor.de>
Date: 2007-01-10 13:05:11 CET

gbernd@gmx.de schrieb:
>
> Is there an extension to svnversion to provide me with this date
> information? It seems to be not a too complex problem but would
> require some scripting and querying, which I intend to avoid :-)

Then I guess you're lost. Sorry. But if you find a good solution - tell me!

Assuming, the date information would be stored in an attribute, you
could write a wrapper script for svn, so the date is stored in the
attribute before each svn operation and restored afterwards.

The major drawback in this solution is, that no program which uses the
API-interface (GUIs!!) would be compatible. You would only have the
command line in this easy solution (or you'd have to modify the GUIs....)

A "wrapper script", which _may_ do something like this (I'm not shure
about this!!), is fsvs (see http://fsvs.tigris.org/purpose.html). fsvs
also stores metadata, but does not have all subversion workingcopy
features and is not compatible with any GUI (AFAIK).

johannes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 10 13:05:35 2007

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.