Questions tagged [checkin]

401 questions
1
vote
1 answer

TFS : Trigger event for each check-in at client side

I want to write a plugin or service that should trigger/call an event on each check-in (TFS). I want this plugin to be deployed on specific client machines only. I have written a plugin at TFS level, but I want to write one that will work at client…
Sunil Agarwal
  • 4,097
  • 5
  • 44
  • 80
1
vote
2 answers

Java program Check-in timer

I'm trying to setup a "check-in" thread in my program that will throw an exception if another thread doesn't perform a "check-in" command before time is up. If another thread does check-in before time is up, the timer resets and listens for another…
DGolberg
  • 2,109
  • 4
  • 23
  • 31
1
vote
1 answer

Facebook: How to get friends' check ins with Graph Api?

This question was asked a couple of times but, there is no clear answer for me. I am developing an app and I want to fetch check ins of user's friends. How do I do this with graph api or without it? Thanks for your answers :)
Oktay Ayar
  • 267
  • 5
  • 16
1
vote
2 answers

ClearCase check-in operation fails with: Can't close file descriptor 0: bad file descriptor

When I try to check-in an RFT script, I get this error. Undo-checkout and check-out again did not help. When I try to check-in the rftdef file (a script dependency file) using ClearCase Explorer, I get the same error. Any ideas?
Cagin Uludamar
  • 372
  • 1
  • 3
  • 16
1
vote
1 answer

TFS check in policy to enforce work item but also allow non work item related check ins

I would like to enforce the policy to associate TFS check ins with a work item from TFS but we do also have work that comes from other streams that doesn't have a TFS work item and still need to be able to check these in. Is there a way to do this,…
Anthony Joanes
  • 477
  • 4
  • 17
1
vote
1 answer

Code review Check-in policy for Visual Studio Online

Is there a OOB Code review policy on check in for TFS online i took a look at http://visualstudiogallery.msdn.microsoft.com/3bd2115e-9009-414b-bb5b-a0a64e4dad9e/view/Discussions but this seems to be for tfs 2013 on prem. If not, ca someone point me…
Rajat banerjee
  • 1,781
  • 3
  • 17
  • 35
1
vote
0 answers

Redirect loop when trying to publish a checkin via Facebook API

I am trying to publish a checkin using facebook api. Sometimes, it works well and posts the checkin, but mostly 99% of the times it produces the error: "This webpage has a redirect loop" checkin.php:
1
vote
0 answers

How to select previous comment when check in 'pending changes' to Source Control in Visual Studio 2012

When checking in my changeset in Visual Studio 2012, I want to reuse my previous comment(s) in the comment box as below snapshot. How can I get that?
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
1
vote
2 answers

Cannot Checkin Through FB.api (javascript)

With the javascript sdk (FB.api), I cannot checkin on behalf of user. (The user has granted publish_stream permission to my app) Since facebook's API keeps changing, confused for some time. After searching and reading from internet, I think it's the…
1
vote
1 answer

Check-in .project file to GitHub repository

I'm using LiClipse which is based on Eclipse. With EGit, I pushed most of the files and directories into a GitHub repository. However, there is one file that I can not find a way to check in to the repository: .project, the XML file. How do I…
Xing Hu
  • 128
  • 10
1
vote
2 answers

.csproj file is missing while checkin the pending changes in TFS

I am working in Visual Studio 2010 with Team Foundation Server 2010. Everything was fine with the check in and check out. Now I am stuck with a problem. The problem is .csproj file is missing while showing the pending changes. Because of this when I…
user2728800
  • 21
  • 1
  • 2
1
vote
2 answers

TFS : Send mail to user if work item or comments are not provided

We have TFS 2012 installed. I want to enforce check-in policies (Code Reviewer name, Work Item association and Comments) for each check-in. All these settings are performed and are working fine. But still users have option to override the settings…
Sunil Agarwal
  • 4,097
  • 5
  • 44
  • 80
1
vote
0 answers

The shelveset associated with the gated check-in ticket does not exist or does not match the value provided in the request

Our gated check-in build with tfspreview.com/visualstudio.com hosted version control using Visual Studio 2010 was working great until a few days ago when we started getting the following error: "The shelveset associated with the gated check-in…
Neil
  • 11
  • 2
1
vote
0 answers

FQL: Getting author_uid and tagged_uids for location_posts for a particular place

I'm trying to get a list of friends who have checked in / posted a status with place for a particular Facebook place. Also any of them who've been tagged in those posts. With Facebook phasing out checkins, I'm using location_post table, which seems…
igalic
  • 63
  • 4
1
vote
2 answers

timeZone in checkin

Looking at the docs there is a descrepancy between the data in a checkin object for the query API s the push API with regards to timeZone. According to https://developer.foursquare.com/overview/realtime a sample push will contain the name of the tz…
Sam Machin
  • 3,063
  • 5
  • 20
  • 18