Tuesday, December 04, 2012

How to exclude files, folders from perforce operations

Working solution to exclude .svn, .git, etc. folders, files from perforce operations like Reconcile Offline Work.

Add as last lines to your workspace view definition the following

-//depot/3am/.../.svn/... //your_workspace/depot/3am/.../.svn/...
-//depot/3am/.../.git/... //your_workspace/depot/3am/.../.git/...

etc. for every item you wish to remove from the view.

No comments: