[
https://issues.apache.org/jira/browse/SVN-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Zhakov updated SVN-4495:
-----------------------------
Fix Version/s: (was: 1.8.x)
1.8.13
> external revision wrong after commit/update
> -------------------------------------------
>
> Key: SVN-4495
> URL: https://issues.apache.org/jira/browse/SVN-4495
> Project: Subversion
> Issue Type: Bug
> Components: libsvn_wc
> Affects Versions: trunk
> Reporter: Philip Martin
> Fix For: 1.8.13
>
>
> {noformat:nopanel=true}
> Commiting a change to the peg revision of an external doesn't update the
> EXTERNALS table:
> svnadmin create repo
> svn mkdir -mm file://`pwd`/repo/A ^/X
> svn mkdir -mm file://`pwd`/repo/A/B
> svnmucc -mm propset svn:externals '^/A@1 A' file://`pwd`/repo/X
> svn co file://`pwd`/repo/X wc
> svn propset svn:externals '^/A@2 A' wc
> svn ci -mm wc
> svn up wc
> The svn:external is now r2:
> svn pg svn:externals wc
> ^/A@2 A
> as is the working copy:
> svn info wc/A/B | grep ^Rev
> Revision: 2
> but EXTERNALS is still r1:
> sqlite3 wc/.svn/wc.db "select * from externals"
> 1|A||1|normal|dir||A|1|1
> so "svn status -u" shows wc/A/B as out-of-date:
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)