C. Michael Pilato wrote:
> No, the docs are admittedly flawed in this way. If you use -r {date} and
> that code has to query a revision that has no datestamp, it raises
> SVN_ERR_FS_GENERAL to say that it was asked to lookup a date on a revision
> that doesn't have one. (But note that it doesn't raise SVN_ERR_FS_CORRUPT.)
> And the book doesn't mention this either (but as you might have seen, I
> just sent mail off to svnbook-dev@ to remind us to fix that).
Well, that's still broken. If you allow deleting it, then it should skip past
the revision or make some assumptions about the non-existence of the date, not
throw an error. Don't allow -r {date} to return it or something.
Blair
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-27 23:08:03 CEST