I think one variant is missing, although I didn't follow the whole 
thread so it might have been dismissed already: using the same idea as 
with tags/branches. Here's what I mean. We have tags/0.20.0 and 
tags/0.21.0, and this is how released versions can be browsed. We could 
have revs/123 and revs/456 doing the same thind but for revisions. You 
may say that it's available now if somebody decides to create a tag for 
every revision, and I'd agree. The trick is to make Subversion server do 
this automatically on every revision, so that creation of revs/9876 is 
part of revision 9876. The path starting from revs/ should probably be 
made read-only though, otherwise making changes inside rev/9876 will be 
difficult to explain: wow, I can change this revision 9876 which was 
made twenty revisions ago to have some other data? Of course the answer 
is no.
I think this might work best because copies are cheap, and will hardly 
require any major changes both in the code or in thinking.
Greg Hudson wrote:
...
> 
> THE SOLUTIONS:
> 
...
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug  6 21:05:31 2003