Hi
Thank you for replying to my question!
Here are 2 command line printouts.
First is from R:\
Microsoft Windows [Version 10.0.18363.535]
(c) 2019 Microsoft Corporation. All rights reserved.
R:\>svn info
Path: .
Working Copy Root Path: R:\
URL: http://svn.skov.com/svn/ARM-ControlSW/ControlSW/branches/features/Production_work_7_1
Relative URL: ^/ControlSW/branches/features/Production_work_7_1
Repository Root: http://svn.skov.com/svn/ARM-ControlSW
Repository UUID: 2a7e9ce4-0f0a-8847-ab6a-1601258db52d
Revision: 84889
Node Kind: directory
Schedule: normal
Last Changed Author: mr
Last Changed Rev: 84879
Last Changed Date: 2020-01-02 09:07:18 +0100 (to, 02 jan 2020)
R:\>svn status
!M .
X Applications\BasicControl
? Applications\FarmnetInterface\WinFarmNet\.vs
? Applications\FarmnetInterface\WinFarmNet\Debug
? Applications\FarmnetInterface\WinFarmNet\WinFarmNet\Debug
X Applications\GUI
X Applications\PluginInstaller\SimLauncherLib
And from C:\Data\Production_work_7_1_Clean:
Microsoft Windows [Version 10.0.18363.535]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Data\Production_work_7_1_Clean>svn info
Path: .
Working Copy Root Path: C:\Data\Production_work_7_1_Clean
URL: http://svn.skov.com/svn/ARM-ControlSW/ControlSW/branches/features/Production_work_7_1
Relative URL: ^/ControlSW/branches/features/Production_work_7_1
Repository Root: http://svn.skov.com/svn/ARM-ControlSW
Repository UUID: 2a7e9ce4-0f0a-8847-ab6a-1601258db52d
Revision: 84889
Node Kind: directory
Schedule: normal
Last Changed Author: mr
Last Changed Rev: 84879
Last Changed Date: 2020-01-02 09:07:18 +0100 (to, 02 jan 2020)
C:\Data\Production_work_7_1_Clean>svn status
M .
X Applications\BasicControl
? Applications\FarmnetInterface\WinFarmNet\.vs
? Applications\FarmnetInterface\WinFarmNet\Debug
? Applications\FarmnetInterface\WinFarmNet\WinFarmNet\Debug
X Applications\GUI
X Applications\PluginInstaller\SimLauncherLib
Svn info seems to be the same, but svn status indicate that in the root they are different:
R:\>svn status
!M .
And
C:\Data\Production_work_7_1_Clean>svn status
M .
Regards
Mikael
-----Original Message-----
From: Julian Foad <julianfoad_at_apache.org>
Sent: 2. januar 2020 13:13
To: Mikael Rahbek <mr_at_skov.dk>
Cc: dev_at_apr.apache.org; dev_at_subversion.apache.org
Subject: Re: Subversion reports status fault on substituted drive
Mikael Rahbek wrote:
> As part of our development we use a substituted drive (Windows 10):
>
> E.g.:
>
> subst r: C:\Data\Production_work_7_1_Clean
>
> In the root of r: there is now always shown a change with status
> missing
>
> If checking from C:\Data\Production_work_7_1_Clean it shows the status
> correct.
Thank you for reporting this problem.
If you can reproduce the issue using 'svn' command-line commands like 'svn status', then please show the actual commands and their output.
(If you cannot, then please report the problem to the TortoiseSVN project instead.)
Also please show the output of 'svn info' in both places, like this:
[[[
C:
cd \Data\Production_work_7_1_Clean
svn info
]]]
and
[[[
r:
cd \
svn info
]]]
> The problem is new in 1.13.1, Build 28686 (TortoiseSvn)
>
> Before 13 this was not a problem.
>
> I have been told that the reason for the fault could be because
> subversion APR is changed from 1.6.x to 1.7.0?
I can't do Windows debugging myself but if you provide the above information there is a good chance that somebody here will be able to debug it.
- Julian
-----Original Message-----
From: Julian Foad <julianfoad_at_apache.org>
Sent: 2. januar 2020 13:13
To: Mikael Rahbek <mr_at_skov.dk>
Cc: dev_at_apr.apache.org; dev_at_subversion.apache.org
Subject: Re: Subversion reports status fault on substituted drive
Mikael Rahbek wrote:
> As part of our development we use a substituted drive (Windows 10):
>
> E.g.:
>
> subst r: C:\Data\Production_work_7_1_Clean
>
> In the root of r: there is now always shown a change with status
> missing
>
> If checking from C:\Data\Production_work_7_1_Clean it shows the status
> correct.
Thank you for reporting this problem.
If you can reproduce the issue using 'svn' command-line commands like 'svn status', then please show the actual commands and their output.
(If you cannot, then please report the problem to the TortoiseSVN project instead.)
Also please show the output of 'svn info' in both places, like this:
[[[
C:
cd \Data\Production_work_7_1_Clean
svn info
]]]
and
[[[
r:
cd \
svn info
]]]
> The problem is new in 1.13.1, Build 28686 (TortoiseSvn)
>
> Before 13 this was not a problem.
>
> I have been told that the reason for the fault could be because
> subversion APR is changed from 1.6.x to 1.7.0?
I can't do Windows debugging myself but if you provide the above information there is a good chance that somebody here will be able to debug it.
- Julian
Received on 2020-01-02 13:51:08 CET