Hello!
We migrate from Visual SourceSafe to Subversion.
So i must configure subversion for our users:
a file will block when file is checkout. It is
need because half of repository files are in
Microsoft Office format. I try to do this by hook
scripts. But i appear that hook scripts exist only
for modify events:
http://svn.haxx.se/users/archive-2004-07/0865.shtml
> We generally only have hooks for write operations, not read.
>
> If you post saying exactly what you're trying to do, maybe someone can
> think of another way.
>
> -Karl
So how can i solve my problem? Can i block file in repository by
hooks?
Somebody can say that i can execute two commands: checkout and block.
But as client we used TortoiseSVN, not a command line. Therefore i
want to solve my problem on server side.
Thank you.
Received on Mon Dec 12 11:14:20 2005