[ 
https://issues.apache.org/jira/browse/SVN-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666216#comment-16666216
 ] 

Branko Čibej commented on SVN-4532:
-----------------------------------

It looks like prior to 1.8, we'd let the invalid revision number through all 
the way to the FS layer. Now we have a check in the client library, but not in 
the part that translates symbolic revision names to actual revision numbers.

> assert abort with -rprev for wc at r0
> -------------------------------------
>
>                 Key: SVN-4532
>                 URL: https://issues.apache.org/jira/browse/SVN-4532
>             Project: Subversion
>          Issue Type: Bug
>          Components: libsvn_wc
>    Affects Versions: trunk
>            Reporter: Philip Martin
>            Assignee: Branko Čibej
>            Priority: Major
>             Fix For: ---
>
>
> {noformat:nopanel=true}
> With trunk:
> $ svnadmin create repo
> $ svn co file://`pwd`/repo wc
> $ svn diff -rprev wc
> svn: E235000: In file '../src/subversion/libsvn_client/ra.c' line 679: 
> assertion
> failed (SVN_IS_VALID_REVNUM(start_revnum))
> Aborted
> 1.8 also has the abort, 1.7 and 1.6 exit with an error:
> svn: E160006: Invalid revision number '-1'
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to