Questions tagged [checkin]
401 questions
1
vote
0 answers
Interactive maps on facebook
We are a group of +/- 1200 expats living all over the world.
We thought facebook might help us greate a interactive map on our group page.
Example, I lived in South Africa, Philippines and Guatemala. I click on these countries and if anouther…

Randel van Heerden
- 11
- 1
1
vote
0 answers
How can I make changes to numerous branches at the same time in TFS?
Recently I've been needing to check stuff in to 3/4 branches every time I check something into TFS. Since the code base for each branch is virtually the same is there anyway I can just do one check in to all branches and visual studio will just ask…

AstralKinG
- 19
- 2
1
vote
1 answer
How to integrate timereport after checkin in TFS?
We would like to integrate an extra popup/prompt when a user checks in something and associating it with a work item. The prompt should ask the user how much time he spent and how much time is left on the work item. This will work as timesheet…

irony
- 41
- 3
1
vote
4 answers
TFS - Forcing all developers to check-in their code
Is there a way in Visual Studio & TFS where you can force the developers to check-in their code ? or remind them to always check-in their code ?

Morano88
- 2,047
- 4
- 25
- 44
1
vote
0 answers
facebook realtime update upon user checkin
My app needs to know whenever users check into a specific merchant's location.
FB Realtime update sends a POST request notifying user's location is changed, then my application will have to make a GET request to FB in finding out if user has…

user2066049
- 1,371
- 1
- 12
- 26
1
vote
1 answer
Count of Checkins not matching Count of Places
I am looking to pull in my recent checkins, as well as find the place name. I currently ask for user_status permissions. I start off by requesting the data like this:
-(void) makeCheckinRequest{
NSString *query =
@"{"
@"'checkins':'SELECT coords,…

Quaylar
- 21
- 5
1
vote
2 answers
Xcode adding new files to existing project in svn
I have an existing project on svn and i want to commit a new ViewController class. My questions is along with the ViewController and .storyboard file do i also commit the project.pbxproj ? or is that not required.
Sorry about the silly question

newiosguy
- 29
- 1
- 7
1
vote
0 answers
Visual studio 2012 Post Build EXE returns an error but not failing the build
I'm trying to run some exe file after my build is done that's verifies some stuff.
for this, i'm using the Post Build Hook from the build definitions and set "Treat Exe failure as build error" to true. the problem is, that after running the build,…

user2046385
- 11
- 1
1
vote
2 answers
Clearcase, How to disallow checkin when comment is not provided
I've spent hours and looked for a solution on internet to figure out how to disallow a checkin operation when comment is not provided by the developer.
I am trying to write a preop checkin trigger which is triggered before every checkin that checks…

iozgen
- 45
- 6
1
vote
1 answer
Facebook: Is it possible to DELETE a Checkin via Graph API?
When I post a checkin to Facebook the API returns the id of the story created.
How can I delete this story?
I tried to delete using
DELETE -> /me/ID
or
DELETE -> /ID
without success.
I received the response GraphMethodException: Unsupported delete…

Rafael Oliveira
- 2,823
- 4
- 33
- 50
1
vote
1 answer
Php Check-in feature like foursquare
How does one go on making a system like the check-in feature like foursquare in php?
I would like to build a feature like this but i don't know how to start it (just the check-in feature). Your help will be really appreciated.

donman
- 11
- 2
1
vote
0 answers
Checkin to a page
I got a page on Facebook and i want to know how come people can't check in on my page? I tried checking in and it came up with a different page and i have merged the pages together but it still not working. Can you please let me know if my need to…

Love Dove
- 11
- 1
1
vote
1 answer
Facebook SDK post with BOTH place AND picture
I'm using Facebook's latest SDK for Android.
Is it possible to post a status with BOTH place AND picture?
My bundle looks like this:
Bundle postParams = new Bundle();
postParams.putString("message", "Hi there!!");
postParams.putString("picture",…

shaylh
- 1,871
- 3
- 17
- 19
1
vote
3 answers
Can TFS or Visual Studio remind me about issues that have to be marked as completed before a check in
I'm actually working on a tool that need some configuration before it can be used. To save some time a hard coded some values into the text boxes of the configuration tab, so I don't have to renter them every time I do some testing or debugging.
As…

Flo
- 27,355
- 15
- 87
- 125
1
vote
2 answers
TFSBuild:How to trigger a build only when a particular file is checked in?
We have a particular file, say X.zip that is only modified by 1 or 2 people. Hence we don't want the build to trigger on every check-in, as the other files are mostly untouched.
I need to check for a condition prior to building, whether the…
TS