Questions tagged [checkin]

401 questions
1
vote
1 answer

Automatically generate check in comments in TFS 2010

I'm currently trying to eliminate the need for check in comments in TFS 2010 as the information about each change we make is already documented within an associated work item. The only issue with this is when you look at the file change history,…
Gavimoss
  • 365
  • 2
  • 4
  • 22
1
vote
1 answer

Add Facebook Check-Ins to website

I have a website with different venue profile pages for a local community and we want to publish their checkins they have received on facebook. How can I display their checkins and is there anyway possible to separate the checkins based on male or…
1
vote
2 answers

Foursquare API - How to Reply to a user about their check-in?

We are trying to implement Reply functionality: https://developer.foursquare.com/docs/checkins/reply We are receiving "HTTP Error 400: Bad Request" when we execute the code below. I've verified that the checkinId and oauth token are valid. (I just…
Think Floyd
  • 359
  • 2
  • 8
  • 14
1
vote
2 answers

Copy files to another folder during check in (TFS Preview)

I have the following scenario: The company edits aspx/xml/xslt files and copy manually to the servers in order to publish them. So, no build is done. For the sake of control we've decided to adopt TFS Preview since it tracks the version, who edited…
Davidson Sousa
  • 1,353
  • 1
  • 14
  • 34
1
vote
1 answer

Does TFS + VS 2010 support working offline and reconcile intelligently when online?

I am using Visual Studio 2010 Ultimate Ed. and it is hooked to TFS Server 2010. Can I simply do a 'get latest' of my solution, change my working mode to 'work offline' and work at home over the weekend. When I get back to office I should be able to…
Kabeer
  • 4,138
  • 7
  • 40
  • 62
1
vote
1 answer

Too many dialog boxes to click through for TFS gated check-in

We have the gated check-in policy enabled in the project. What always annoys me is the amount of user interaction which is required on every check-in, namely: "You need to build your changes for validation..." dialog box pops up. Build explorer…
Andriy
  • 8,486
  • 3
  • 27
  • 51
1
vote
1 answer

Facebook Javascript SDK get user checkins to put on google maps/earth

I'm trying to get user checkins from Facebook and put on Google Earth / Maps, I searched for examples, but found nothing (here and on google). Right now my problem is to get the users' chekins (first I'll make all the facebook part separately and…
1
vote
1 answer

How can I publish a checkin without the publish_stream permission (with Dialog)?

I want to publish a checkin from an application and I have read the Checkin Documentation to do so with an HTTP POST request. Now I would like to do it, but without the publish_stream permission. Can I do the same thing with Dialogs (JavaScript SDK)…
1
vote
2 answers

Do custom check-in policies have to be deployed on the server at all?

I'm asking this question because I haven't seen it documented anywhere. We are using a combination of Team Foundation Server 2008 and Team Explorer 2005. Is it possible to deploy a custom check-in policy that works in such an environment…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
1
vote
1 answer

Getting a total number of checkins for a Yelp venue via API

I guess the title is quite self-describing. Is there a way to determine the total count of check-ins that a Yelp business has using their API? I don't seem to be able to find it in their API docs, and the actual API responses don't give any hints…
Max Twardowski
  • 117
  • 1
  • 6
1
vote
1 answer

Why is there no association with ClearCase for my Eclipse project?

I am using rational ClearCase and eclipse Helios 3.3.2. I was created view in ClearCase Explorer, then imported the code into my workspace. After this, to link the eclipse project with ClearCasen I am clicking on the project then Team. But, it is…
user1552438
  • 91
  • 2
  • 4
  • 8
1
vote
2 answers

how can resolve checkin conflict issue in clearcase

When iam checkin the file then that is conflict with other latest version file.How can we resolve this issue?Iam unable to checkin the file sometimes in clearcase.
user1552438
  • 91
  • 2
  • 4
  • 8
1
vote
1 answer

Team Foundation Server CheckIn Comment Template

I want to be able to provide a default comment template when developers check in items into TFS. e.g. "Description: Code Reviewer: Incident #: " I know there's a policy with Power Tools that checks if any text has been entered at all, but I'd like…
Richard D
  • 13
  • 3
1
vote
2 answers

Facebook - Publish Checkins using PHP SDK/JavaScript SDK

I'm trying to publish checkin using Facebook Graph API. I've gone through Facebook API documentation (checkins) and also have the publish_checkins permission. However, my checkin is not getting published. May I know is there anything wrong or am I…
Mysophobe
  • 622
  • 2
  • 10
  • 33
1
vote
2 answers

TFS Check-in Policy - Force a shell command to have been run

On the project that I'm currently working I have a requirement to run a shell command over some static files prior to check-in into TFS. Is it possible to use TFS checkin policies to force a developer to run a shell script prior to check-in?
isNaN1247
  • 17,793
  • 12
  • 71
  • 118