Questions tagged [multiple-checkout]

Administrators of Team Foundation version control can configure source control check-out settings. Check-out settings in Team Foundation version control enable files to be edited by more than one person at the same time.

4 questions
3
votes
1 answer

Multiple Check-outs Error!! must remain locked because its file type prevents multiple checkouts

I try to check-in excel document regarding my development. But my build is failing because of its file is locked by me. But the problem is; when i select unlock the document, I am getting this error below. > The item $/../../Device must remain…
cell-in
  • 709
  • 2
  • 11
  • 27
1
vote
1 answer

TFS - Who enabled/disabled multiple checkouts?

In our Team foundation server, we use to keep multiple checkouts disabled. however, recently, someone enabled it and we can't figure that out who enabled it. Is there any log available somewhere which could tell us who enabled or disabled the…
Sameers Javed
  • 342
  • 2
  • 5
  • 16
0
votes
2 answers

How to change default settings for source control in TFS?

In my TFS server when ever I create a Team Project my default settings for Multiple Checkout is enabled and for Get latest on check-out is disabled. I want to set these to Multiple Checkout: disabled and Get latest on check-out: enabled. How can I…
Mohamad Shiralizadeh
  • 8,329
  • 6
  • 58
  • 93
-1
votes
1 answer

Save multiple checkbox rails 4

I have multiple checkbox that I need to save in a mysql DB table. He managed to keep all the form fields except multiples checkboxes. I need to serialize save them, how I can do? _form.html.erb
<%= f.label…