RE: possible bugstatus for externals with explicit revision
From: Spiegel Tal <Tal.Spiegel_at_elbitsystems.com>
Date: Wed, 12 Feb 2014 13:27:14 +0000
Hi Philip,
I didn't make myself clear.
When I used to work with a svn1.7 client against svn1.7 server there was no mismatch with the externals status comparison.
Can you approve this is a bug within the svn1.8+ client? It only work fine against 1.8+ server?
Thanks,
-----Original Message-----
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 explict revision in the EXTERNALS table:
$ 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* The information in this e-mail transmission contains proprietary and business sensitive information. Unauthorized interception of this e-mail may constitute a violation of law. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. You are also asked to contact the sender by reply email and immediately destroy all copies of the original message.Received on 2014-02-12 14:28:02 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.