On Mon, Oct 10, 2011 at 12:28 PM, filomena ciola <ciolafilom...@gmail.com> wrote: > Hello, > Please I need your help for a little question: > I need to erase all the old revisions, if it' s possible, how can I do for > make this automatically? if this isn't possible, can I put a pw so only > authorized personell can see old revision? > Thank you for your interesting > With best regards > > > Mimma Ciola
If they can see the file, in Subversion, they can see all the old relevant revisions from that repository. They may not be able to see *other* files if you have access to them blocked in Apache or svnserve managed access. It's also vaguely feasible that if you used svn+ssh based access, the relevant "svn" user could be made not a member of the appropriate groups to see that old revision at all. But this would get *nasty*, very quickly, It would be like replacing the command "rm" with something that moves files aside. It would work until it broke, *badly*.