I think he meant the *svn* logs.
Yes there are tons, my personal liking is ViewVC
On 2/12/07, Ryan Schmidt <subversion-2007a@ryandesign.com> wrote:
>
> 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 Tue Feb 20 05:10:06 2007