Re: possible bugstatus for externals with explicit revision
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 12 Feb 2014 11:06:55 +0000
Spiegel Tal <Tal.Spiegel_at_elbitsystems.com> writes:
> I'm using in my project externals set to explicit revision.
I see a behaviour change but it is the opposite to that you report.
$ svnadmin create repo --compatible-version 1.6
Performing status on external item at 'wc/A':
With 1.7 status compares the external to HEAD:
$ svn st -uv wc
Performing status on external item at 'wc/A':
The reason that 1.7 checks against HEAD is that 1.7 does not record the
$ sqlite3 wc/.svn/wc.db "select * from externals"
while 1.8 does:
$ sqlite3 wc/.svn/wc.db "select * from externals"
which is a result of r1163438.
I think we would consider this a bug in 1.7.
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-02-12 12:07:30 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.