Questions tagged [checkin]
401 questions
3
votes
2 answers
TFS: Applying a label at checkin?
I'm evaluating TFS as a replacement source control option for company, and documenting how our current processes would change or stay the same if we start using it.
We use labels fairly heavily in our current product, not just for creating snapshots…

user1221970
- 31
- 1
- 3
2
votes
1 answer
Can I get all my friends checked into a particular page/place given that I know the page_id?
SELECT author_uid FROM checkin WHERE page_id IN ('314124218488')
When I do that I get an empty [].
but if I do
SELECT checkin_id, author_uid, page_id FROM checkin
WHERE page_id IN ('314124218488') AND author_uid IN (SELECT uid2 FROM friend…

Chetan Ankola
- 6,915
- 3
- 14
- 6
2
votes
1 answer
How to remove the Override checkbox from TFS 2008 check ins with policy failures
In short, I want to stop our devs from overriding policy failures on check in.
If I can't do that then I want to modify the Reason text box to look for something more than just a single character being typed in.

NotMe
- 87,343
- 27
- 171
- 245
2
votes
2 answers
oauth not display user_checkins permission
I have the scrips that redirect to the facebook's oauth dialog and need a user_checkins permission

TiTi K.
- 21
- 3
2
votes
1 answer
TFS makes checkins as another user instead of my current user
i have a public workspace for my user 'domain\user'
when visual studio starts from my user, it automatically create another workspace for user 'domain\user1'
all checkins a perfomed by 'domain\user1'
both of users have full administrative…

gdbdable
- 4,445
- 3
- 30
- 46
2
votes
1 answer
check in files on perforce
Say, I have a project called example.vcproj to which I have added files:
1. first_file.c
2. second_file.c
first_file.c was added 10 days ago and has still not been code reviewed. Therefore I am still waiting for it and at this moment I cannot check…

user1128265
- 2,891
- 10
- 29
- 34
2
votes
2 answers
Visual SourceSafe 2005 integrated with VS2008 - missing checkin prompt for comment
I have been using Visual Studio integrated with Source Safe for years, when I checkin a file from the Solution Explorer in VS2008 I am not prompted for a comment when I previously I was prompted. To add a comment now, I go to the pending checkin…

Rick
- 988
- 2
- 13
- 23
2
votes
0 answers
Empty Checkin Response
I'm having an issue that I've seen in a couple of places, but with no real resolution.
I'm attempting to view my friends' checkins using the /checking api. I'd prefer not to use fql, as proposed in this answer: Graph Checkin method returns empty…

mlilien
- 21
- 1
2
votes
2 answers
Getting friend facebook Checkin information
I wanted to get friends_checkin information in a App, i requested "user_checkins", "friends_checkins" to get the access token.
When i make a request for me/checkins i get an empty dataset back.
So I thought may be I am doing something wrong in the…

Abhishek Ajmera
- 23
- 4
2
votes
0 answers
Real-Time Checkins for a page?
cannot figure out how to get page checkins working through the real time api. Facebook says that page checkins are available through the API, but i'm not seeing how the appid connects with pageids. I do have my application added to the page i want…

Ivan Mayes
- 125
- 1
- 8
2
votes
1 answer
Populating Test User with Check-in data
How do you populate a Facebook Test User account with check-in data? I tried posting on the wall of the user with a Location entered in, but that did not seem to trigger a "check-in". Anyone run into this issue?
The only workaround I've found is to…

Justin Smestad
- 31
- 1
- 6
2
votes
2 answers
Is there a way to show the TFS changeset number after a check-in?
Is there a way, with power tools or other extensions, to make it so that the changeset number is be displayed on an alert?
Currently it displays on the status bar, but disappears after a while, or at least make this more prominent?

Pedro Costa
- 2,968
- 2
- 18
- 30
2
votes
1 answer
Enabling Code Analysis with TFS 2008 with miminal impact
We have a .NET web application with 172 projects on TFS 2008 that encompass all 3 tiers of the app and use Team Build for CI. We use VS2010 for development.
We would like to activate code analysis for all projects with Minimum Recommended Rule Set…

Kash
- 8,799
- 4
- 29
- 48
2
votes
1 answer
How can I disable checkout date from check in date?
I have wrote a program that shows check in and checkout date. Working well but it can only disable past date. here is my code below:
$(document).ready(function() {
var mindate = new Date();
$("#checkin").datepicker({
showAnim: 'drop',
…

MD MAHIUDDIN
- 29
- 3
2
votes
3 answers
Upload a local file via Facebook API in Android
I'm trying to get a URL of a local image file in Android Gallery. I've tried formats like
file:///mnt/sdcard/test.jpg
or like
content://media/external/images/media/1
but none of them works. I'm just wondering if anyone can give me a properly…

Allan Jiang
- 11,063
- 27
- 104
- 165