|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

It compares the contents of the workspace against the 'have' table, which is what normally gets updated on the server when you sync without -p. Since this table will presumably contain nothing on your workspace (assuming you have never synced it without -p), it will decide that all the files are untracked, and clean them as appropriate before syncing as it normally would with -p.
It won't be as quick as if you were syncing using a write-through replica, but at least it should be safe.