Re: Purging old versions
Janne Jalkanen <[email protected]> Tue, 11 Sep 2007 09:51:21 +0300
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
> My thought was that as well as having the delete function would > could have > > a) ability to delete a revision ? > > b) to delete all but the last x revisions ? We sort of have that functionality in place already, but the UI unfortunately assumes no gappy revision histories (i.e. no "1 3 9 128"). It will go mad attempting to figure that out. The backend does support this, though. You can go to the repository manually and delete revisions 1-128, if you want to. That''ll work. But no gappy histories :-) /Janne