Description

When using SVN as SSP, the following warning will be output to the log

LogContentStreaming: Texture pool size now 1000 MB
LogSourceControl: Attempting "svn status --show-updates --verbose --xml "/Script/HoloLensPlatformEditor" --non-interactive --trust-server-cert --username Takashi.Suzuki --password ********"
LogSourceControl: Attempting "svn status --show-updates --verbose --xml "D:/dev/ue500projects/SVNTest/Config/DefaultGame.ini" --non-interactive --trust-server-cert --username Takashi.Suzuki --password ********"
LogDerivedDataCache: ../../../Engine/DerivedDataCache: Maintenance finished in +00:00:15.700 and deleted 0 file(s) with total size 0 MiB.
SourceControl: svn: warning: W155007: 'D:\Script\HoloLensPlatformEditor' is not a working copy
LogSourceControl: Attempting "svn status --show-updates --verbose --xml "/Script/EngineSettings" --non-interactive --trust-server-cert --username Takashi.Suzuki --password ********"
LogSlate: Took 0.000208 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
LogAssetRegistry: Asset discovery search completed in 474.7799 seconds
LogCollectionManager: Fixed up redirectors for 5 collections in 0.000043 seconds (updated 0 objects)
SourceControl: svn: warning: W155007: 'D:\Script\EngineSettings' is not a working copy

 

Steps to Reproduce
  1. Sync ue5\Release-5.0.1 stream
  2. Open Samples/ContentExsamples/ContentExsample.uproject (Probably any project under Sample will work)
  3. Select Tools/Connect to Source Control on the menu and connect Perforce
  4. Open ProjectSettings
  5. See output log

Result:

Editor queries source control for files not under client's root.  "/Script/HoloLensPlatformEditor" and "/Script/EngineSettings"

Logs : 

LogSourceControl: Attempting 'p4 fstat -Or D:/dev/ue500/Samples/ContentExamples/Config/DefaultEngine.ini D:/dev/ue500/Samples/ContentExamples/Config/DefaultGame.ini'
LogSourceControl: Attempting 'p4 fstat -Or /Script/HoloLensPlatformEditor'
LogSourceControl: Attempting 'p4 fstat -Or D:/dev/ue500/Samples/ContentExamples/Config/DefaultGame.ini'
SourceControl: CommandMessage Command: UpdateStatus, Info: Path 'D:/Script/HoloLensPlatformEditor' is not under client's root 'D:\dev\ue500'.
LogSourceControl: Attempting 'p4 fstat -Or D:/dev/ue500/Samples/ContentExamples/Config/DefaultGame.ini'
LogSourceControl: Attempting 'p4 fstat -Or /Script/EngineSettings'
SourceControl: CommandMessage Command: UpdateStatus, Info: Path 'D:/Script/EngineSettings' is not under client's root 'D:\dev\ue500'.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-151740 in the post.

4
Login to Vote

Backlogged
ComponentUE - Platform - XR
Affects Versions5.05.0.1
CreatedMay 12, 2022
UpdatedAug 10, 2022