RE: TFS and DBML Locking?
"Ryan Rinaldi (TT)" <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <8300EE53FE0B104391E0983F3AA8FA1F06B419D3@chiex01> |
Add the File Type to TFS by Right Clicking on your server in TFS and choosing Team Foundation Server Settings -> Source Control File Types. When you add the file type uncheck "Enable file merging and multiple check out". From: [email protected] [mailto:[email protected]] On Behalf Of SteveC Sent: Wednesday, August 26, 2009 3:21 PM To: [email protected] Subject: [OT] TFS and DBML Locking? If you're stuck with TFS (like me) and are stuck with LINQtoSQL (like me), how do you handle this situation where you need to exclusively lock the DBML so only 1 dev touches it at a time, but folks can branch and circumvent the lock? Thanks.