Questions tagged [checkin]

401 questions
108
votes
6 answers

Scripting TFS Command Line for Get Latest Version, Check Out and Check in, programmatically

I use WinXP, VS 2008 and Team Explorer to connect to Team Foundation Server. I need to script (e.g. BAT file script) the following: Get latest version of folder in Team Project. Check out files of folder in Team Project. Check in files of folder in…
Kiquenet
  • 14,494
  • 35
  • 148
  • 243
74
votes
4 answers

git repo says it's up-to-date after pull but files are not updated

I have 3 repos. A bare repo which I use as a master repo, a dev repo in which I make and test changes, and prod repo from which scripts are executed in the prod environment. After I have tested changes in the dev repo I push them to the bare repo…
bren
  • 843
  • 1
  • 7
  • 7
72
votes
3 answers

What does ***NO_CI*** stand for?

A gated check-in will create a change-set whose name is ended with ***NO_CI***? What is that NO_CI stand for? I can just think of "no check in errors" but it doesn't make sense.
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
60
votes
5 answers

How to see the Check-In History of a particular user in TFS?

How to see the Check-In History of a particular user in TFS (TFS-2008)?
Yaqub Ahmad
  • 27,569
  • 23
  • 102
  • 149
42
votes
3 answers

In TFS how can I correct the links to work items on an existing changeset

After checking in a change-set into source control in VS2010 TFS, how do I make corrections to the work items associated with the check-in. For example if I realize there was another work item that should be linked to the changeset or if it was a…
JonN
  • 2,498
  • 5
  • 33
  • 49
34
votes
5 answers

What is the difference between shelve and check in in TFS?

What is the concept of each? When is it ok to shelve your changes instead of checking in?
juan
  • 80,295
  • 52
  • 162
  • 195
32
votes
2 answers

Disadvantages of a gated check-in in TFS

I've always worked with the Continuous Integration (CI) build in TFS. However, in my last project we started to use the gated check-in trigger. Are there any disadvantages when using a gated check-in? Because if it prevents the team from checking in…
Danilo Ruziska
  • 457
  • 2
  • 6
  • 13
22
votes
1 answer

.csproj files not getting checked in to TFS

My problem is that in my scenario, I have a project with two parallel project files for different build targets. I have a ProjectName.WP8.csproj and ProjectName.WinRT.csproj, which essentially include the same files. I am trying to check-in this…
Muhwu
  • 1,151
  • 1
  • 10
  • 26
20
votes
3 answers

TFS Check-in Policy - Best Practices

Are there any best practices for enforcing a TFS check-in policy? Are there any good guides on how to implement various types of policies as well as their pros and cons? Things I'd particularly like to do are ensure that code compiles (note that…
JSWork
  • 1,015
  • 1
  • 12
  • 21
18
votes
1 answer

Code Review before checking in to TFS 2013

I'm trying to implement a process so that the manager can Review the code of all developers before the developers can check in to TFS 2013. Is there any process to require a review of the code by a human being before it is added to a real…
Amaan Khan
  • 181
  • 2
  • 3
  • 15
18
votes
1 answer

How does BitBucket user contributors.txt?

I'm a new BB user, as part of the first 'check in' it asks me to do create a new contributors.txt with my name in it (I'm coming from Github where this wasn't done).
snowbound
  • 1,692
  • 2
  • 21
  • 29
16
votes
1 answer

Can I modify the default Check-in Action in TFS 2010?

When you associate a changeset with a workitem TFS defaults to resolving the workitem. I want to default to associating it. I know in TFS 2008 you had to remove resolve check-in action using something like this…
bwolohan
  • 344
  • 2
  • 15
16
votes
5 answers

Checking in Shelvesets

I'm a developer and I've made some changes to a solution, which I have saved off to a shelveset. Another developer unshelves my changes and builds the solution on a server. Is there a way for the second developer to check in my shelveset? I know…
cjs
  • 161
  • 1
  • 1
  • 3
15
votes
2 answers

Rollback entire solution/project to specific changeset in TFS?

I am at changeset 121. I want to rollback down to version 112, ignoring all the changes I've made since then. I found this answer but I can't find the command in the menu. I'm struggling with this over an hour now and can't find the real solution.…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
13
votes
8 answers

Cannot Commit to the SVN - CHECKOUT can only be performed on a version resource [at this time]

I am trying to commit some classes and XML files to SVN but I keep getting this error message: svn: E200007: Commit failed (details follow): svn: E200007: CHECKOUT can only be performed on a version resource [at this time]. svn: E175002:…
TharakaNirmana
  • 10,237
  • 8
  • 50
  • 69
1
2 3
26 27