Sign In
James Manning's blog
Team Foundation Server + PowerShell = Happiness
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Pages
Archive
Archives
April 2009
(1)
January 2009
(6)
December 2008
(2)
November 2008
(1)
September 2008
(1)
July 2008
(3)
June 2008
(9)
May 2008
(15)
April 2008
(4)
March 2008
(1)
February 2008
(4)
January 2008
(2)
November 2007
(2)
October 2007
(2)
September 2007
(1)
July 2007
(8)
June 2007
(3)
May 2007
(4)
March 2007
(12)
February 2007
(23)
January 2007
(7)
December 2006
(1)
November 2006
(14)
October 2006
(5)
September 2006
(10)
August 2006
(4)
July 2006
(2)
June 2006
(4)
May 2006
(1)
April 2006
(4)
March 2006
(5)
February 2006
(8)
January 2006
(8)
December 2005
(1)
November 2005
(4)
October 2005
(8)
September 2005
(7)
August 2005
(1)
June 2005
(6)
May 2005
(1)
April 2005
(1)
March 2005
(1)
February 2005
(4)
December 2004
(3)
October 2004
(1)
September 2004
(1)
August 2004
(3)
July 2004
(5)
June 2004
(4)
January, 2006
MSDN Blogs
>
James Manning's blog
>
January, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
James Manning's blog
Team Foundation "Workgroup Edition" - no actual restriction to workgroup users!
Posted
over 6 years ago
by
MSDNArchive
1
Comments
This came up in a forums thread , so I figured it was worth a blog post just to add another search engine hit for it since it is a confusing naming choice, and hopefully this will help clarify what "Workgroup Edition" really means (short answer: read...
James Manning's blog
what to do when someone takes a file hostage with a lock in their workspace
Posted
over 6 years ago
by
MSDNArchive
8
Comments
I noticed this blog post tonight and was trying to add the below as a comment to it - I've tried submitting it 3 times and it doesn't seem to work (no error message, just the post back gives the same form with the same contents as I just posted), so I...
James Manning's blog
Sample checkin policy: make sure the comment isn't empty
Posted
over 6 years ago
by
MSDNArchive
25
Comments
I'm not actually the original author, but it seems pretty useful so I thought I'd pass it along - you'll need a reference to Microsoft.TeamFoundation.VersionControl.Client.dll, of course, which should be in your GAC if you have the Team Explorer bits...
James Manning's blog
What are these :N (:1, :2, etc.) entities in my permissions?
Posted
over 6 years ago
by
MSDNArchive
0
Comments
In this thread on the forums some users are seeing permissions on their team project folders that include the expected groups, but the groups have :N (:1, :2, etc.) after their names. What's going on here? One of the things we do in Team Foundation...
James Manning's blog
How to make it so "tf resolve" only displays the dialog if there are conflicts?
Posted
over 6 years ago
by
MSDNArchive
1
Comments
One of the changes we've made to the resolve dialog is that it comes up immediately when requested. We don't query the server before bringing up that dialog. This has the nice effect that you get the dialog up immediately and get good feedback of what...
James Manning's blog
Code snippet: How to convert an account (DOMAIN\user) to its friendly name?
Posted
over 6 years ago
by
MSDNArchive
3
Comments
One of the changes we made post-Beta3 that you may have heard about in the forums is that our Work Item Tracking will default to using friendly display names instead of accounts (for instance, "James Manning" instead of "NORTHAMERICA\jmanning"). Since...
James Manning's blog
Code snippet: What are my effective permissions {globally, to an item}?
Posted
over 6 years ago
by
MSDNArchive
2
Comments
One of the things we expose through the object model but we don't expose through the command line is querying the effective permissions you have, either for global permissions (for instance, CreateWorkspace) or to a specific item (for instance, Read,...
James Manning's blog
Code snippet: What account does Team Foundation see me authenticated as?
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Brian posted this snippet in the forums (needs to reference Microsoft.TeamFoundation.Client.dll, should be in the GAC on installed clients) to use the properties off the TeamFoundationServer instance to show which account and friendly name Team Foundation...
Page 1 of 1 (8 items)