Questions tagged [team-project]
69 questions
0
votes
2 answers
What are the methodologies to use Version Contol System (Revision Control) in a team project?
Just in case I make mistakes, sorry for my English :). I am trying to learn how to use VCS in a big team project, what are the different approaches to it. Can you help me find information about that, because all I find is just a description of…
0
votes
3 answers
VS2010 and VS2008 together in a Team
I'm in a team that all members have VS2008 installed on their machine, we have tortois svn as source control system.
Is there a solution that I can work with them with VS2010 installed on my machine? Or I have to install VS2008 to work with the…

MNZ
- 845
- 7
- 11
0
votes
1 answer
Get A team project and create a work item without using get the work items store
I am Using the code below to create a new work item under a certain project programmatically using c# as below:
TfsTeamProjectCollection tfs = new TfsTeamProjectCollection(
…

Johnny Zghaib
- 518
- 1
- 12
- 30
0
votes
1 answer
logging into Visual Studio Team Services using developer command prompt - can't delete project
I want to tidy up my Visual Studio Team Services source control and I am trying to delete an old project. I've looked online and I have the command required for the developer command prompt. However I don't know how to authenticate myself via the…

nick gowdy
- 6,191
- 25
- 88
- 157
0
votes
1 answer
TFS Branching Strategy where a release is delayed and development continues.
I have a moral delema, within my company we have our entire product suite in the main branch and projects will branch off the main (trunk) branch. I have a problem in that a sprint (there long 8 weeks) that is to be delivered has been delayed and…

Joshy
- 657
- 8
- 20
0
votes
1 answer
TFS 2010 - Create a new project from an existing one in TFS
I need to create a new project from an existing one in TFS. This is for source control only. I do not need to copy any work items.
so now i need to create NewTeamProject in NewProjectCollection and use the source branch of OldTeamProject in…

Selvakumar
- 360
- 1
- 3
- 17
-1
votes
1 answer
(git) how do I commit/push to the team repo? (entirely different history error)
I am trying to make a commit/push to work on team project.
Situation
There is a team project repo at team leader's github.
So I forked the team project repo(I am invited in original team repo).
Then, I cloned the file to my local and added remote…

Park soyoung
- 5
- 1
-1
votes
2 answers
Synchronize Path Iterations in different TFS Projects
We have 6 Team Projects in the Company and we would like to get the iterations in all Projects with the same Start and End date. These iterations don't necessary have the same Name.
By now I have done it manually in the web Interface and tried…

Fleve
- 400
- 1
- 5
- 19
-6
votes
2 answers
How to Copy Area Hierarchy from One TFS Team Project to Another?
I have created a new Team Project using a different process template but a branch of the existing code.
Is there a way to copy the Area hierarchy from the original Team Project to the new one? I'd hate to have to enter it all by hand.

John Saunders
- 160,644
- 26
- 247
- 397