Questions tagged [checkin]
401 questions
0
votes
2 answers
Tfs 2015 VNext Checkin task
The new "VNext" build system has tasks to perform operations like MSBuild and Deploy things. One common task it has been missing out of box is the task to checkin items to tfs.
The xaml builds had the provision to use tfs api's and write a c# code…

dhruv patel
- 1
- 2
0
votes
1 answer
Sync updated project to old project in TFS 2015
My desktop at work need to be replace, so while waiting to be replaced, I keep working on my laptop, now I have done a lot of updates to the project I was working on, but when I try to merge this new version with the old one in the TFS it only…

M.Lopez
- 67
- 6
0
votes
1 answer
TFS2013 Checkin Notification: Can I change context on files before checking in
I'm making a check in Notification where I need to change the files before checking them in and Merge on TFS server 2013.
So I think if I could download the data stream on the server, make the changes and then upload them to TFS.
Do any of you know…

Carsten Jacobsen
- 1
- 1
0
votes
1 answer
MSTest Workflow Activity Creates Long Directory Names
We have a TFS gated check-in which uses MSTest workflow activity for running our unit tests. We came across some issues recently due to the result folder that MSTest activity creates being too long so some of our unit tests are failing now because…

tecfield
- 203
- 2
- 11
0
votes
2 answers
Find files checked in with a particular comment in SVN
I use particular comments while checking in the sources into my SVN.
I would like to retrieve the list of files checked in for that comment.
Pls note i do not know the revision number. I only know the comment against which i had checked in.
I'm…

Anu
- 176
- 1
- 3
- 14
0
votes
1 answer
Limitations & Features of TFS Express 2013
I want to know the features and limitations of TFS express 2013. Such as Check in and check out options, how many users can be configured and regarding sql server versions it supports and so on.

thevan
- 10,052
- 53
- 137
- 202
0
votes
1 answer
Updating a binary file (.dll) in a solution to use the latest version of the .dll after a gated check-in build in TFS?
I have a solution file in TFS, located at $/Library/Library.sln, containing the binary files (.dlls) of other built solutions in TFS. Within this Library solution, there is a .dll taken from $/MySQL/bin/Debug/MySQL.dll which has been generated by…

axel
- 79
- 1
- 6
0
votes
2 answers
Avoid check-ins on a closed workitem in TFS
id like to add a checkin policy to my solution.
i dont want any developer to check-in on a closed workitem.
is it possible to define a check-in policy that says checkin can only be made on a workitem on "state different than closed"?
Thank you.

Aurora
- 422
- 1
- 7
- 21
0
votes
0 answers
Some created files aren't Uploading to TFS(VS 2013)
I am working with TFS Online and Visual Studio 2013.
When I add a new file to a project and check in both(project and file) the added file isn't uploading to the TFS so when a member get the latest version the projects says that the new file is…
0
votes
1 answer
Web Part "Recent Checkins" in sharepoint not showing changes
I have connected a project to my TFS. When creating a team project I have also created a SharePoint site. Everything is working well except for the "Recent Checkins" web part which are not being displayed.
I am given the following error:
TF10127:…

Elle
- 5
- 7
0
votes
1 answer
Foursquare API: Consider close proximity as check-in
I've been looking into the Foursquare API on iOS (through das-quadrat). I'd like to figure out if a user is at a specific location. I know how to find it and I can actually get it. That works.
How can I now tell if the user is actually close enough…

flohei
- 5,248
- 10
- 36
- 61
0
votes
1 answer
Unit test check-in policy tfs 2012
Is there a way to add a check-in policy to enforce that unit tests are run and pass before checking-in files ?
On the following page MS mentions Testing Policy but I don't see it in the policies dialog box and don't find how to add it, any idea…

Jonathan
- 1,276
- 10
- 35
0
votes
1 answer
Visual Studio 2010 check-in to TFS results in 0x8000FFFF error
Sometimes when I try to do check-in to TFS, I get the following message:
And the check-in fails.
Searching the Internet for this, it seems to be E_UNEXPECTED, or if it uses COM it also could mean "Catastrophic failure".
But I predictably found no…

sergiol
- 4,122
- 4
- 47
- 81
0
votes
1 answer
TFS 2013 - check in policy - require a specific work item type
Is it possible to create a check in policy that enforces developers to associate a specific work item type, like User Story, for example? We are using TFS 2013 here.
Thanks!
Vítor

Vítor Neil Avelino
- 101
- 2
0
votes
1 answer
TFS Disk Structure - and "Add new folder" vs "Add solution"
Our organization recently got TFS 2008 set up ready for our use. I have a practice TeamProject available to play with.
To simplify slightly, we previous organized our code on disk like this:
-EC
- Main
- Database
- someScript1.sql
…

NealWalters
- 17,197
- 42
- 141
- 251