No announcements
Found 3661796 threads
-
1 Votes
TFS Get Latest Version - Event Subscription??
You could use the TFS API, public static void GetWorkspace() { var tfs = ...Answered | 1 Replies | 6652 Views | Created by arasheed - Tuesday, August 16, 2011 10:16 PM | Last reply by Tarun__Arora - Tuesday, August 16, 2011 11:22 PM -
0 Votes
Get Latest Version...
Michal Malecki TFS Version Control ClientAnswered | 5 Replies | 3598 Views | Created by winzo - Wednesday, February 3, 2010 1:49 PM | Last reply by Michal Malecki MSFT - Thursday, February 4, 2010 2:21 PM -
1 Votes
keyboard shortcut for getting latest version of TFS in eclipse
https://visualstudio.uservoice.com/forums/330519-team-services/suggestions/15084873-keyboard-shortcut-for-getting-latest-version-in-tf ...Answered | 4 Replies | 939 Views | Created by Seenivasagan Perumalsamy - Monday, July 4, 2016 12:36 PM | Last reply by Seenivasagan Perumalsamy - Tuesday, July 12, 2016 4:13 AM -
3 Votes
TFS API - Get Task information.
I build C# application to get work items from TFS using TFS API.Answered | 2 Replies | 2780 Views | Created by rgr123 - Thursday, March 27, 2014 11:51 AM | Last reply by Alexandr Shamray - Thursday, March 27, 2014 1:34 PM -
4 Votes
Can I Get latest Version By Date in TFS 2008
How do I checkout Complete label, I can only check out a particular file in a label.Answered | 9 Replies | 4627 Views | Created by RenellTuayon - Thursday, January 13, 2011 8:24 AM | Last reply by John Qiao - Sunday, January 16, 2011 10:27 AM -
2 Votes
Unspecified error when doing Get Latest Version
This was when we started having problems in getting the latest version through the IDE.Answered | 32 Replies | 26264 Views | Created by Patrick D - Monday, November 14, 2005 7:56 AM | Last reply by sweety87 - Monday, September 29, 2008 5:59 AM -
0 Votes
How to get latest code in multiple systems at a time
The code I have shared above shows you how you can pull the latest source code from the version control to the local workspace using the ...Answered | 4 Replies | 6053 Views | Created by jphamsu23 - Wednesday, November 23, 2011 10:12 AM | Last reply by Tarun__Arora - Monday, November 28, 2011 10:05 PM -
3 Votes
TFS API.
Hello, I try to get latest source code from TFS in my C# program.Answered | 7 Replies | 9284 Views | Created by foux - Wednesday, July 13, 2011 7:59 AM | Last reply by Sundervel Perumal - Saturday, October 5, 2013 9:49 AM -
1 Votes
get latest version (recursive) not always working
Set the Version Type drop down to "Latest Version" and check off the bottom 2 boxes then click "Get".Answered | 6 Replies | 8859 Views | Created by oscarg - Friday, April 9, 2010 2:44 PM | Last reply by Pavel Samsonov - Monday, July 18, 2011 9:14 AM -
1 Votes
"Get Latest" problem
To force the download of the files use "Get Specific Version" with a "Latest Version" and check the bottom 2 boxes I suggest ...Answered | 3 Replies | 3561 Views | Created by Mark77 - Monday, April 6, 2009 10:44 AM | Last reply by mjlarezzo - Monday, April 6, 2009 8:52 PM -
0 Votes
Force get latest version before update
TFS won't let you just overwrite a newer version of the file without you going through the conflict resolution first.Answered | 5 Replies | 7977 Views | Created by Pieter van der Berg[ZiuZ] - Thursday, March 3, 2011 1:24 PM | Last reply by Cathy Kong - Tuesday, March 8, 2011 6:41 AM -
0 Votes
Using tf get in a webjob
FYI: It is very easy to do a get-latest from inside a webjob.Answered | 2 Replies | 527 Views | Created by thomas_woelfer - Thursday, August 6, 2015 2:28 PM | Last reply by thomas_woelfer - Tuesday, February 2, 2016 3:45 PM -
0 Votes
get Latest
"Get Latest Version" just doesn't work as expected.Answered | 11 Replies | 8546 Views | Created by Jiajia - Wednesday, October 11, 2006 11:41 AM | Last reply by Bolivar DCC - Tuesday, August 9, 2011 3:38 PM -
1 Votes
Code to get the latest version of an entitiy using wcf?
You can use MetadataGet API to get all versions associated with the model and then sort them by CreatedDateTime ...Answered | 2 Replies | 1320 Views | Created by hardy1989 - Thursday, October 30, 2014 7:39 PM | Last reply by Emma Yin - Thursday, November 20, 2014 8:29 PM -
0 Votes
Sometimes Automatically Get Latest Version, Sometimes Not
I don't have confidence (yet) in the Get popup window, but I always go to the Solution Explorer and right-click "Get Latest Version" ...Answered | 19 Replies | 786 Views | Created by Violoncello Passionato - Thursday, October 16, 2014 2:02 AM | Last reply by Violoncello Passionato - Saturday, November 1, 2014 3:36 AM -
0 Votes
Getting the latest build in TFS with C#
= null) { // Get list of builds.Answered | 6 Replies | 15330 Views | Created by Oakham5932 - Wednesday, May 4, 2011 1:47 AM | Last reply by Biswadas2 - Friday, November 20, 2015 8:42 AM -
1 Votes
Get last version (recursive)
1) When you delete your local files you must let TFS know that they are gone.Answered | 7 Replies | 14054 Views | Created by CSN22 - Thursday, June 28, 2007 12:49 PM | Last reply by Rich - Wednesday, December 10, 2008 2:56 PM -
7 Votes
Get Latest Version changes a file's 'Date Modified' and 'Date Created' attributes
The add-in would handle the Get event from the TeamExplorer (i.e., when the user selects 'Get Latest Version') and change the 'CreatedTime:' property ...Answered | 40 Replies | 32517 Views | Created by RajeshM [MSFT] - Wednesday, June 21, 2006 9:30 PM | Last reply by Jackson Jarvis II - Friday, June 17, 2016 9:46 PM -
2 Votes
How to Get List Of All projects in a tfs, and their latest build versions programmatically
i had done something quite different yesterday to get the build numbers by traversing all the items ... in the drops folder in our vstf .. but it was quite plagued if somebody didnt follow ...Answered | 3 Replies | 8014 Views | Created by Harikrishna Menon - Saturday, October 11, 2008 7:44 AM | Last reply by Harikrishna Menon - Sunday, October 12, 2008 5:58 AM -
0 Votes
How to get previous version from tfs?
Choose the changeset you need, right-click it and choose Get This Version.Answered | 2 Replies | 2074 Views | Created by Agatsya - Wednesday, May 15, 2013 4:58 AM | Last reply by Lily_Wu - Monday, May 20, 2013 8:24 AM - Items 1 to 20 of 3661796 Next ›
No announcements