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

Re: Browser interface for svn server to show logs

From: Res Pons <pons32_at_hotmail.com>
Date: 2007-02-12 23:25:17 CET

Thanks, I'm running Apache. Someone told me about trac at (
http://trac.edgewall.org/wiki/TracTimeline ) I always just svn log -v -r
{}:{} format but Windows-oriented folks would like to see a gui-friendly
interface rather than command line.

----Original Message Follows----
From: Ryan Schmidt <subversion-2007a@ryandesign.com>
To: Res Pons <pons32@hotmail.com>
CC: users@subversion.tigris.org
Subject: Re: Browser interface for svn server to show logs
Date: Mon, 12 Feb 2007 16:13:43 -0600

On Feb 12, 2007, at 14:42, Res Pons wrote:

>Is there such a thing as a browser interface for the svn server where
>users could login and see what files a certain developer touched? Any
>recommendations?

Well, regarding your subject line, if you're using svnserve, there are no
logs of any kind. If you're using Apache, then you can turn on a high-level
access log which logs when people check out, commit, update, and so forth,
but not what files they touched.

You will probably have to use "svn log -v" on the subset of the repository
you're interested in (or the root of the repository if you're interested in
the whole thing), and pass that through a script to extract out only the
log entries for the user you're interested in. I don't know of an exist
script for that purpose.

--
To reply to the mailing list, please use your mailer's Reply To All  
function
_________________________________________________________________
Turn searches into helpful donations. Make your search count. 
http://click4thecause.live.com/search/charity/default.aspx?source=hmemtagline_donation&FORM=WLMTAG
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 23:25:41 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.