Questions tagged [checkin]
401 questions
0
votes
1 answer
check in assembly info in CI with tfs
how i can check in assembly info in tfs?
i am using tfs CI and i have one work space, when i try to check in pending :
2017-09-10T17:37:40.3410618Z No files checked in.
2017-09-10T17:37:40.8732772Z There are no pending changes matching the
…

Dr Sima
- 135
- 1
- 12
0
votes
1 answer
tf checkin a specific folder
in the "checkin" command documentation of Visual Studio it says:
Check in a change to a single item without using the Check In dialog box
c:\code\SiteApp\Main>tf checkin program.cs /noprompt
How can I checkin a specific folder?
Like that:
tf…

Pistolpete .
- 1,118
- 1
- 8
- 17
0
votes
1 answer
How to check-in changes to multiple branches in TFVC
I have a branch A and a branch B, A is parent of B.
Nowadays, each time a programmer chek-in to B, has to decide either merging that changeset to A or not (it depends on business requirements)
Is there a way to do this in a command line?
Either…
0
votes
2 answers
File checkin and checkout in Java
I came across one interesting requirement, where we have to implement a checkin/checkout functionality using Java.
The requirement is when the user2 the open up the file for writing/updating he will be restricted if another user1 is also making…

Nayan
- 578
- 7
- 13
0
votes
1 answer
KAA 8 Event Handler for Authentication
we have an issue which seems to be related with our endpoint status.bin reporting to the KAA server. Currently, when listening to the KAA bus, we can see that there are many devices "checking in" to the server, but not able to send notifications…

Reffie
- 13
- 4
0
votes
1 answer
Can TFS remind me of neceessary steps before allowing a Check-In
Is it possible to setup VS2012-TFS to force me (or remind me) to run a Compare before allowing a Check-IN?

Our Man in Bananas
- 5,809
- 21
- 91
- 148
0
votes
1 answer
TFS checking in the code without getting the latest version
If I check-in file to TFS repository without getting the latest version (i.e, without merging the changes on my side first) then, is one of the version bound to loose? Let us assume v1 is the version on TFS that I forgot to get and merge before…

user6386155
- 825
- 7
- 17
0
votes
0 answers
Where can I find Facebook Wifi service specifications?
I'm trying to implement Facebook Wifi Checkin using a Raspberry Pi.
I'm using CoovaChili to catch user and redirect to my captive portal and everything is working great.
I tested some wireless routers that provide Facebook Wifi and they redirect me…

Victor Santos
- 350
- 1
- 4
- 14
0
votes
1 answer
Associate Task with Changeset
In VS2015, how does one associate an existing task with a checked-in changeset? It should be possible, but I've only experienced several dead ends.

Tim
- 113
- 2
- 10
0
votes
2 answers
TFS - Not able to checkin Video files in server
Iam able to checkin normal files in TFS but when iam trying to check in a video file of arounf 25 mb then inially it takes time but finally says that request is aborted.
Please help.

rp4361
- 433
- 1
- 5
- 20
0
votes
1 answer
vba -> sharepoint -> file_manipulation | check-in / check-out programmatically
I want to overwrite a file in sharepoint using vba. I cannot do this when a file is checked-out. How do I forcibly check-in a file on sharepoint that is checked-out?
0
votes
1 answer
how to get foursquare venue category from URL or specific venue id
I have some checkin data and I want to find the high-level hierarchy of each checkin location. However, I only have the location URL or very specific venue id such as 30bf7fef499adda0. So is there any method to find foursquare category hierarchy…

gladys0313
- 2,569
- 6
- 27
- 51
0
votes
1 answer
Download Specific data from Google maps?
I am building an Android app which can check in(Something quite like foursquare) to specific places (In this case restaurants),I am just wandering is there a way for me to get data in google maps?(location and name of the place) to my app's…

Ishara Abeykoon
- 540
- 1
- 6
- 24
0
votes
1 answer
Preventing a second checkin in Perforce
There is a specific workflow that requires there be no more than one version (i.e., #1, and only a #1) for files in a specific Perforce path. Updating these files with a version #2 is not allowed.
Is there a way to prevent Perforce from allowing a…

Elle Fie
- 681
- 6
- 21
0
votes
1 answer
How to implement checkIn - CheckOut dates with AngularJS
I have implemented checkin - checkout dates (like checkin - 10/03/2016 checkout - 12/03/2016) with JQuery datepicker. But now I want the same functionality using AngularJS.
My code is as below:
$("#checkin_date").datepicker({
dateFormat:…

Vilas
- 837
- 2
- 15
- 41