[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: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-12 23:13:43 CET

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
---------------------------------------------------------------------
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:14:20 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.