I have a remote SVN repository that I have no permissions to administrate. That repository server has no extra features except of regular SVN operations, and it does not contain any (useful) SVN hooks. I'm interested in setting up of some kind of a local proxy (not sure how exactly it may be called) to the remote repository (e.g., when someone commits the changes to the local "virtual" repository, the local server must commit the changes to the remote one), and it would be really and really great if such a proxy could support SVN hooks so I could configure my local (or LAN) set of SVN hooks.
So what I'm looking for is, let's say, just like a regular proxy server but that behaves like a "virtual" SVN server. Is it possible at all (especially for Windows)?
Thanks in advance.
P.S. Sorry for probably not so clear explanation.