jira-importer commented on issue #481: URL: https://github.com/apache/maven-scm/issues/481#issuecomment-2964598209
**[Mike Perham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mperham)** commented mvn -Dmaven.persist.checkout=true -Dmaven.scm.perforce.clientspec.name=\<clientspec-name> scm:checkout This will sync the contents of that clientspec to the current directory. If the current directory is empty, it will force sync. The persistcheckout flag ensures that the command will not delete the clientspec when the command is complete (as it does by default). Note this command is exactly the same as your other issue with update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
