Questions tagged [checkin]
401 questions
3
votes
1 answer
Check in a file to TFS (command line) withouth a work space
Is it possible to just say to TFS that I have a file (call it Version.txt) and I want it to be checked in at a location (say $/MyProject/MyVersionLocation) and not have any workspace setup for that location?
Something like (pretend Syntax):
tf.exe…

Vaccano
- 78,325
- 149
- 468
- 850
3
votes
1 answer
A TFS 2010 Gated Check-in Build leaves me with a .vspscc file with pending changes
I have a branch in TFS 2010 that has a Gates Check-in build associated.
If I add a file to my project and do a "Check in", the gated check-in build kicks in before my changes are checked in... Which is all good!
After the build completes…

Kenneth Kryger Sørensen
- 2,702
- 2
- 22
- 27
3
votes
3 answers
Is it possible to commit a single file to multiple directories which share the same parent directory using subversion
I would like to know as how to commit a file/folder to multiple folders in one go using subversion tool.
I can place the file in multiple folders and then do commit, but i just want to place it is a single folder and it should create copies in the…

user475685
- 8,041
- 7
- 26
- 24
3
votes
1 answer
tf.exe checkin does not find any pending changes
I'm trying a simple TFS 2015 checkin automation. I have a local workspace mapped to a local folder. In that folder, I added some files and deleted one. What I want is to checkin those changes
I run this command
tf.exe checkin …

Tanguy Touzard
- 135
- 8
3
votes
2 answers
NetBeams checking for external changes - suspended bug out whole IDE
Like 3 days ago, my netbeams started to sometimes bug out. It is either when i am just starting netbeans, and "Background scanning of objects" get stuck at any percent (it varies), o ir if loads properly, after some time, "checking for external…

Martynas Jonaitis
- 31
- 1
- 5
3
votes
1 answer
Search private venues with Foursquare API
I'm using Foursquare API search venues call in my app for getting places to check-in. Unfortunatelly it seems this search result doesn't include private venues (like homes etc.). I saw other 3rd party apps working with private venues in search…

sealskej
- 7,281
- 12
- 53
- 64
3
votes
1 answer
What is the correct way to create branch in RCS, and do you need to set a lock first?
I am looking for best practices using branches in RCS.
I had read the man page for rcs and ci and also browsed at the following…

Noam Inbar
- 133
- 7
3
votes
2 answers
Checkin in Facebook using Graph
I'm trying to make a checkin in my app using Facebook, I've created the Story, Action and Object Type. The Facebook gave me the code:
NSMutableDictionary *object =
[FBGraphObject…

Nathan Hegedus
- 344
- 6
- 15
3
votes
1 answer
Forcing a TFS checkin of a file via C#
How can I specify that I ALWAYS want the local file to replace the server copy even if the TFS copy is newer?
if (pendingChanges.GetUpperBound(0)>-1)
ChangeSetNumber = workspace.CheckIn(pendingChanges, filename);
I can see from the intelisense…

Christopher Klein
- 2,773
- 4
- 39
- 61
3
votes
2 answers
TF: Checkin only selected files instead of all Pending changes while merging
Using tf.exe, the command line utility for TFS, I've automated the process of merging two branches using tf.exe in a batch file in simple steps:
TF Get... /Recursive
TF Merge... /Recursive
However, while checking in the changes, "TF Checkin"…

Farrukh Waheed
- 2,163
- 2
- 29
- 59
3
votes
1 answer
Check-in each project separately?
I have several projects hosted as separate TFS projects.
When I want to check-in changes, all the changes of all projects sum up together and commit as one check-in.
I want to handle the check-ins per project, so that the current check-in only…

Shimmy Weitzhandler
- 101,809
- 122
- 424
- 632
3
votes
2 answers
Jenkins commit a file after successful build
I am using Jenkins, Ant , Flex and Java for my web application.
Currently I update a build version file in Flex src and commit it before starting Jenkins build.
I want to avoid this manual process and let script do this for me.
Contents of…

user418836
- 847
- 3
- 8
- 19
3
votes
0 answers
Could not load file or assembly 'Microsoft.TeamFoundation.VersionControl.Controls' error while using checkIn command
I have VS2008 connected to TFS2012. I am trying to CheckIn from command line. But when i run tf checkIn this error occuring
"Could not load file or assembly 'Microsoft.TeamFoundation.VersionControl.Control
s, Version=9.0.0.0, Culture=neutral,…

IT researcher
- 3,274
- 17
- 79
- 143
3
votes
1 answer
TFS 10 Files 11 Different Comments
Company policy has caused us to migrate from Source Gear - Vault to TFS 2010. So here I am at my first check in and I notice I can only provide 1 single comment.
In vault my pending changes had a comments box which I could keep updated per file, so…

Steven
- 57
- 5
3
votes
0 answers
Graph API Explorer returns different data
If I query following FQL statement:
SELECT checkin_id, author_uid, page_id FROM checkin WHERE page_id ='PAGE_ID'
the Graph API Explorer returns me the correct result, in my case 3 friends have check-in to the page.
However if I execute the same…

Christian Schober
- 185
- 1
- 10