RE: [BUG] svn update produces unexpected result
From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 13 Mar 2017 09:14:01 +0100
The last change revision is documented to be the last revision in which that
The revision number in Subversion is global for the repository, so not
See the Subversion documentation for the fine details. (E.g.
The help from --revision shows that we have even more interesting revisions
-r [--revision] ARG : ARG (some commands also take ARG1:ARG2 range)
A revision argument can be one of:
NUMBER revision number
'{' DATE '}' revision at start of the date
'HEAD' latest in repository
'BASE' base rev of item's working copy
'COMMITTED' last commit at or before BASE
'PREV' revision just before COMMITTED
Bert
From: Deng, Xiao [mailto:Xiao.Deng_at_garmin.com]
Hi,
When using svn update on a file with -r flag from one revision to another
Example:
Foo.txt have identical content at r100 and r200
Foo.txt is at base revision r100
svn update Foo.txt -r200
svn status Foo.txt -v --xml
Expected:
base revision === last commit revision === 200
Actual:
base revision === 200 !== last commit revision === 100
Best Regards,
________________________
Xiao Deng
Software Engineer 2
Aviation | Garmin International
Xiao.Deng_at_garmin.com
_____
CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use
|
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.