Skip to content

P4 sync should give some form of feedback #2

@CAD97

Description

@CAD97

p4_thread = Threaded_Callback(1, p4_sync, p4_sync_callback)
p4_thread.start()
start_time = time.time()
while( not files_synced ):
pass

This silently (with no log file updates) chugs away at syncing the P4 workspace with no updates to the script user. While not directly problematic, this is not a great user experience. If there's a way to grab info, or pipe through p4's status updates (if they exist), we should print the status of the sync more often than never. Maybe every minute or so, print the number of files remaining to sync (the way P4V shows the remaining number of files on a big sync)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions