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

Re: determining when an svn update occurred?

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 3 Mar 2008 16:06:04 +0100

On Monday 03 March 2008, Geoffrey wrote:
> Is there any way to determine when an svn update was done and who did it?

Depends.

If running Apache to serve the repository, you can look at the logs to figure
out when and who updated. With svnserve, I think you are out of luck, but
with some hacking you could surely extract that information, too. If you are
using plain file:// access, there is probably no way to detect accesses
unless you are monitoring file access on the filesystem level. Lastly, if all
you have is a working copy, it should be clear who did it (because WCs
typically belong to one user only) and you might be able to infer some more
information from the access time of the files in the .svn dirs, but there,
too is no API to retrieve that information.

Just wondering, but what do you need that info for?

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Michael Wöhrmann, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-03 16:29:18 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.