1

The underlined option; its check-box is grayed out.

enter image description here

sgarg
  • 2,340
  • 5
  • 30
  • 42

1 Answers1

0

The logic is based on the options you have set on your workspace. When your workspace is set to 'allwrite' and 'noclobber' the server is going to do the safe check regardless of what flags you set on sync, so we indicate that by disabling and checking the checkbox. I should add a tooltip to it as well explaining that to make it clearer.

Gabe Weiss
  • 3,134
  • 1
  • 12
  • 15
  • "Clobber: overwrite writeable workspace files when getting revisions" I had this unchecked since I don't *always* want to overwrite files when getting revisions, but I want the option to do so on a per fetch basis. So maybe that checkbox shouldn't be grayed out? – sgarg Jan 28 '16 at 20:07
  • No no, that's correct, if you have "clobber" unchecked, then your client is set to "noclobber". – Gabe Weiss Jan 29 '16 at 02:03