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

read hooks

From: Will Norris <wnorris_at_usc.edu>
Date: 2007-04-19 20:09:09 CEST

Subversion has a number of hooks that are called when data is being
modified, but I'm curious if there is any way to create a hook that
is called when data is simply being read.

My specific use case is that of student privacy here at USC; US law
states that a student can request the university not release any of
their personal data. So for those students, I'd need to be able to
mask the svn "author" attribute in some way. My first inclination
was to write hook that intercepts a read request and masks the
<D:creator-displayname /> for those students who have requested this
confidentiality. Is that type of hooking available, or would I need
to dig into the subversion source? Or is there some other way to
achieve this perhaps that I'm not thinking of?

Thanks,
Will

  • application/pkcs7-signature attachment: smime.p7s
Received on Thu Apr 19 20:09:33 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.