Questions tagged [team-foundation-server]

Team Foundation Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with strong integration points to the Visual Studio and Microsoft Office product lines.

Team Foundation Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with strong integration points to the Visual Studio and Microsoft Office product lines.

Additionally, the rich API and extensibility points of TFS allows for custom applications and plug-ins to be created to customize TFS beyond the standard clients and server actions.

Product information:

368 questions
0
votes
1 answer

Unable to connect to Team Foundation Server 2008 with the following error

I am using Team Foundation Server 2008. Recently I have changed the application pool identity from custom account to built in account. Now it is giving me the following error: TF53010: The following error has occurred in a Team Foundation component…
rohit
  • 11
  • 1
0
votes
3 answers

TFS 2010 access from internet

We have Team Foundation Server 2010 environment is in place. Which is working fine. We want to open the TFS Web access to internet. We want to follow the link-…
Kabir Rao
  • 123
  • 2
  • 14
0
votes
1 answer

Is it possible to use `tf shelve` on set of files where only some of them are checked out?

To create shelvestet from set of files I use following command: tf shelve /comment:myComment myShelveName /recursive /noprompt /replace /move "firstFile" "secondFile" ... "lastFile" If all of the "firstFile, .. lastFile" are checked out then…
0
votes
5 answers

Cannot backup databases from SQL Server 2008

I'm trying to back up the SQL Server 2008 database on Windows Server 2008, using instructions from: http://msdn.microsoft.com/en-us/library/ms253070%28VS.80%29.aspx Everything is pretty straightforward (just follow through the wizard to trigger a…
Contango
  • 1,150
  • 5
  • 15
  • 31
0
votes
3 answers

TFS over Virtual Private Network (VPN) over P2P

[Note: I know this is a sloppy shot! I just want to cure my understanding about the P2P mesh.] Goal: I need to make my partner access the Team Foundation Server running on my local LAN, via the Internet. Method 1: I push the project to some TFS…
vulcan raven
  • 215
  • 1
  • 2
  • 10
0
votes
1 answer

Migration from source safe 2005 to tfs 2010

I cannot find Vssconverter.exe in the visual studio 2008 but i found it in visual studio 2010 can i use it to migrade a solution in vs 2008 from source safe 2005 to tfs
HusseinX
0
votes
2 answers

minimal hardware configuration for TFS

I wish I have Team Foundation Server 2010. What is the most minimal hardware configuration to handle this? there will be only few solution stored for at most 10 people who will be rarely working on this at the same time.
trn
  • 109
  • 1
0
votes
1 answer

Compatibility of Build agents when upgrading from TFS 2010 RTM to TFS 2010 SP1 with Cumulative Update 1

I have TFS 2010 RTM installed on my production server and on all my build agents. (Meaning I have what was initially released as TFS 2010, no service packs or updates.) I would like to upgrade my server to the latest TFS 2010 SP1 with the…
Vaccano
  • 1,027
  • 3
  • 16
  • 29
0
votes
1 answer

TFS 2010 and .htaccess file in source control

We use Team foundation server 2010 for our web projects, and sometimes we use PHP and .htaccess files. Is there a way to upload any file which name starts with dot (.htaccess, .test etc.) to TFS? Any server configuration changes ?
Hrvoje Kusulja
  • 264
  • 1
  • 11
0
votes
1 answer

TFS 2010 isn't allowing access to the Documents folder in Team Explorer

After setting up TFS 2010 on a new server (running Windows Server 2008), everything seems to work fine, except for the Documents section of any TFS Project. When the TFS project is initially opened in Team Explorer, it shows "Documents (working...)"…
0
votes
1 answer

TfsConfig Identity /change for workgroup accounts to domain accounts

I have successfully migrated a TFS 2005 Workgroup server to a new Team Project Collection in TFS 2010. I am trying to use the TfsConfig Identity /change /fromdomain:WORKGROUPNAME /todomain:DOMAINNAME command, but nothings is being changed. Is this…
Philipp Schmid
  • 359
  • 2
  • 6
  • 18
0
votes
1 answer

Migrate TFS 2010 Application Tier to another server on the same domain

I'm in the process of looking into the possibility of moving our TFS 2010 Application Tier to another server from the one it is on at the moment so that we can repurpose the hardware. I've been looking through the Microsoft Documentation over at…
LiamGu
  • 131
  • 3
  • 10
0
votes
1 answer

problems with installing WSS + SP 2 as a prereq of TFS 2008

i have an issue when i attempt to run the following Command stsadm.exe -o extendvs -exclusivelyusentlm -url http://WSSServerName:80 -ownerlogin Domain\UserName -owneremail "admin@localhost" -sitetemplate sts -description "Default Web Site" i…
Eli B
  • 115
  • 1
  • 5
0
votes
1 answer

New installation of TFS: TFS Administration Console shows NO options - only Logs

New installation of TFS: TFS Administration Console shows NO options - only Logs. I also do not have the "Team Foundation Server Administrators" user group that I believe should be added when TFS is installed. I am installing TFS on my local dev…
jlnorsworthy
  • 121
  • 6
0
votes
2 answers

Are there performance issues with running a TFS app tier in a virtual machine?

We are considering a virtual machine for the app tier in a dual server TFS deployment as it will not be performing heavy IO. Does anyone have any good or bad experiences to share using this approach (specifically around performance)? Found some…
Luke
  • 2,103
  • 7
  • 27
  • 30