Search found 4 matches

by jloesch
Mon Oct 08, 2012 10:21 pm
Forum: Reporting a Bug
Topic: SSMS - Get Latest (Recursive) doesn't get new items
Replies: 3
Views: 32593

Works now

It works in ver. 2.24. Thank you for fixing it.
by jloesch
Wed Oct 03, 2012 5:32 pm
Forum: Reporting a Bug
Topic: SSMS - Get Latest (Recursive) doesn't get new items
Replies: 3
Views: 32593

SSMS - Get Latest (Recursive) doesn't get new items

We have a project with 1 file in it. My coworker adds a file and checks in the file and the project. I verified that the project file and the new file are both updated in the repository. I do "Get Latest (Recursive)" on the project, and the project file gets updated, and the new file shows up in the ...
by jloesch
Tue Sep 04, 2012 5:08 pm
Forum: Reporting a Bug
Topic: SQL Server Management Studio (SSMS) - Checkout doesn't work
Replies: 11
Views: 51940

That updated did indeed fix the locking problem. Based on the changes in output in the debug info file, my guess as to what was happening appears to have been correct. Since we now have the behavior we need here, my coworker doesn't want to spend any more time testing, so I can't verify the behavior ...
by jloesch
Fri Aug 31, 2012 8:54 pm
Forum: Reporting a Bug
Topic: SQL Server Management Studio (SSMS) - Checkout doesn't work
Replies: 11
Views: 51940

SQL Server Management Studio (SSMS) - Checkout doesn't work

With "Lock files on check out" set to checked, if I was the last person to commit a change to the repository, checkout works. If someone else changed the file, and committed it to the repository, if fails with the message "File checked out to someone else," when nobody else has it checked out. It ...