Jump to content

DeadMoney

Members
  • Posts

    3
  • Joined

  • Last visited

DeadMoney's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I'm using Unreal 5.1 and PlasticSCM plugin 1.6.2 I'll set up an experiment for you this week.
  2. More context: in this case I'm just doing some cleanup, moving some assets from Content/Marketplace/[asset path] to Content/Marketplace/Environment/[asset path] These synty packs have 1000s of files, so if someone in Cloud SCM ops gets a pager call ...
  3. With the UE plugin enabled and using Cloud edition, an asset move invokes this kind of command chain. You'll notice the status command takes a fairly long amount of time. I figure this is because it's doing a directory status on the entire Content/Marketplace folder. Is this guess correct? Would it be a performance improvement to status only the destination file on copy? Or is the status command here for some other purpose? This would probably also save Plastic some bandwidth if these status queries are cloud-live. Another guess is that due to me having a very large open changeset that's slowing things down? Anyway, if I knew better what caused this I could make sure to change my workflow in the future. Log LogSourceControl ExecuteSynchronousCommand: Copy Log LogSourceControl Moving C:/dev/dead-money/maki/Maki/Content/Marketplace/PolygonDungeonRealms/Meshes/Characters/SK_Chr_Hero_Female_01_Skeleton.uasset to C:/dev/dead-money/maki/Maki/Content/Marketplace/Environment/PolygonDungeonRealms/Meshes/Characters/SK_Chr_Hero_Female_01_Skeleton.uasset... Log LogSourceControl RunCommand: 'undochange "C:/dev/dead-money/maki/Maki/Content/Marketplace/Environment/PolygonDungeonRealms/Meshes/Characters/SK_Chr_Hero_Female_01_Skeleton.uasset"' (in 0.152s) output (175 chars): Log LogSourceControl c:\dev\dead-money\maki\Maki\Content\Marketplace\Environment\PolygonDungeonRealms\Meshes\Characters\SK_Chr_Hero_Female_01_Skeleton.uasset unchecked out correctly Log LogSourceControl RunCommand: 'move --nomoveondisk "C:/dev/dead-money/maki/Maki/Content/Marketplace/PolygonDungeonRealms/Meshes/Characters/SK_Chr_Hero_Female_01_Skeleton.uasset" "C:/dev/dead-money/maki/Maki/Content/Marketplace/Environment/PolygonDungeonRealms/M' (in 0.156s) (output 307 chars not displayed) Log LogSourceControl RunCommand: 'add "C:/dev/dead-money/maki/Maki/Content/Marketplace/PolygonDungeonRealms/Meshes/Characters/SK_Chr_Hero_Female_01_Skeleton.uasset"' (in 0.324s) (output 223 chars not displayed) Log LogSourceControl RunCommand: 'status --compact --noheaders --all --ignored "C:/dev/dead-money/maki/Maki/Content/Marketplace/"' (in 1.857s) (output 2595691 chars not displayed) Log SourceControl The selected items are about to be added. Please wait ... Log SourceControl Item c:\dev\dead-money\maki\Maki\Content\Marketplace\PolygonDungeonRealms\Meshes\Characters\SK_Chr_Hero_Female_01_Skeleton.uasset was correctly added Log LogSourceControl Copy of 1 files processed in 2.523s
×
×
  • Create New...