[ 
https://issues.apache.org/jira/browse/SVN-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Zhakov updated SVN-4580:
-----------------------------
    Fix Version/s:     (was: 1.8.x)
                   1.9.0
                   1.8.14

> 'svn -v st' on file externals reports "?" instead of user and revision after 
> 'svn up'
> -------------------------------------------------------------------------------------
>
>                 Key: SVN-4580
>                 URL: https://issues.apache.org/jira/browse/SVN-4580
>             Project: Subversion
>          Issue Type: Bug
>          Components: cmdline client
>    Affects Versions: 1.8.x
>         Environment: Windows 7
>            Reporter: Subversion Importer
>             Fix For: 1.9.0, 1.8.14
>
>
> {noformat:nopanel=true}
> There is a regression from 1.8.11 to 1.8.13 also seen on trunk (confirmed by 
> Stefan Sperling here http://mail-archives.apache.org/mod_mbox/subversion-
> dev/201505.mbox/%[email protected]%3e)
> updating a working copy that contains file externals and then running svn -v 
> st 
> reports "?" instead of user and revision for the file externals.
> svn -v status wc
>                  2        2 me     wc
>     X            2        1 me     wc\empty-main.txt
>                  2        2 me     wc\sub
>     X            2        1 me     wc\sub\empty-sub.txt
> svn up
> svn -v st wc
>                  2        2 me     wc
>     X            2       ?   ?     wc\empty-main.txt
>                  2        2 me     wc\sub
>     X            2       ?   ?     wc\sub\empty-sub.txt
> hier is the complete command sequence to reproduce the effect
> [[[
> svnadmin create <repo path>
> mkdir wc\main\sub
> echo empty >wc\empty.txt
> svn import --username me -m "" wc <repo path>
> svn checkout --force <repo path> wc
> svn propset svn:externals "^/empty.txt empty-main.txt" wc
> svn propset svn:externals "^/empty.txt empty-sub.txt" wc/sub
> svn commit --username me -m "" wc
> svn checkout <repo path> wc2
> svn -v status wc2
> svn update wc2
> svn -v st wc2
> ]]]
> {noformat}
> Original issue reported by *lorenznl*



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to