Jump to content

Itadakimas

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Itadakimas

  1. Nevermind cm status --private --short | while read FILE; do [[ -d "$FILE" ]] && rmdir "$FILE"; done cm status --private --short | while read FILE; do [[ -f "$FILE" ]] && rm -v "$FILE"; done
  2. Hi ! I tried using the following command to retrieve all private files in the workspace cm status --private --short At the end of the list, there is the following message with breaks the process : You have too many privates and this can affect performance. Learn how to ignore private files: https://www.plasticscm.com/download/help/statusperfhintsignoreprivates Is there a way to remove it ?
×
×
  • Create New...