Jump to content

DeadMoney

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by DeadMoney

  1. 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...