m00nbeam360
m00nbeam360

Reputation: 1377

Risky to purge multiple workspaces in TFS?

If workspaces are owned by the project collection service account on TFS, are there any risks of deleting them? There was a bug in a custom TFS Build script that caused workspaces with checkouts to stay on the server, and not sure if deleting those will cause any breaking errors.

Upvotes: 0

Views: 48

Answers (2)

Just TFS
Just TFS

Reputation: 4787

Install tfs sidekicks and you can the delete them cleanly. Roll back any checkouts and then delete the workspaces. The build server will create loads of workspaces over time so it's worth housekeeping monthly / bimonthly depending on your build loads.

Upvotes: 2

Jehan33
Jehan33

Reputation: 3780

You can undo the checkouts and delete the workspaces. I don't think it will cause any breaking issues.

Upvotes: 0

Related Questions