Questions tagged [checkin]
401 questions
0
votes
0 answers
Facebook check in and windows phone
I've got a script that essentially gives the user the ability to check in to a specific location when they click it. Upon clicking it, it checks them into the same location each time.
On desktop this works fine and I suspect it works on Android too.…

Purify
- 589
- 2
- 11
- 26
0
votes
1 answer
TFS Checkin successful event on client-side
I have extended my Visual Studio TeamExplorer-PendingChanges-Page with a Checkbox, that you need to check, before you can Checkin any changes.
For this I have written a Checkin-Policy and it works.
But I have a Problem, that the Checkbox remains…

user2131602
- 3
- 2
0
votes
1 answer
Facebook Checkin Error
I am using the following code to chekin in Facebook using android :
private void checkin(){
String access_token = mPrefs.getString("access_token", null);
Bundle params = new Bundle();
params.putString("access_token", access_token);
…

Sanober Malik
- 2,765
- 23
- 30
0
votes
4 answers
svn commit showing updated files as added
I checked in (modified )some of the files recently . When i'm trying to watch the Logs from my local machine every thing is perfect .(the checked in file shows modified status.)
But When i try to watch the Log History from someone else's machine…

vijaysylvester
- 4,750
- 7
- 29
- 41
0
votes
1 answer
Is it possible to get multiple user checkins from the Foursquare Real-Time API
What my overall aim is to have check-ins from a group of friends be displayed (most recent first) on a private web-app I am building.
Is this possible?
And if so, could someone kindly lead me in the right direction.
Thank you in advance :)

Scott McConnell
- 177
- 10
0
votes
1 answer
Is there a way to take Facebook's location update and mirror it on another website?
is it possible to mirror when I update my location (or "check in") on Facebook on to a separate website?
I'm trying to find out if it is possible so that if someone checks in onto their business Facebook page then that "check in" or location update…

Harry
- 735
- 5
- 16
- 27
0
votes
1 answer
check in api foursquare
I wanted to find out the number of check-in counts for some regions of Manhattan (eg, for each zip code), in 2 weeks, and I wanted it to be classified into 24 hours a day.
Does anyone know if it is possible and if yes how can I do that?

sabih
- 1
- 1
0
votes
1 answer
Android : getting comments on checkin place using foursquare api
I can retrive my checkin place using https://api.foursquare.com/v2/users/USER_ID/checkins/?oauth_token=ACCESS_TOKEN&v=20121109.
This api return everything about my checkin place on json fromat except the comments under checkin place.Results only…

Sajal Saha
- 169
- 2
- 12
0
votes
1 answer
how to make check in in android via gps
I want when i enter some area my android app automatically show me a message that im in this area (let's say my office ) ,
so when i enter the office the application show me im check in and when i left my office show me that check out message .
i…

user1659457
- 5
- 1
- 5
0
votes
1 answer
TFS Attach case to existing checkin
I checked in some code, but I forgot to attach the case. Is there a way I can go back and attach a case to an existing checkin?

marvc1
- 3,641
- 3
- 25
- 34
0
votes
1 answer
How to automate svn check-in in cruisecontrol?
I have cc.net configured to automatically checkout build,unit test and version a given branch on svn.. but how do i automate check-in the source back into an svn tag together with the versioning information (assemblyinfo.cs,corresponding version…
hari504504
0
votes
1 answer
Automatically Check In File On Save In Visual Source Safe
Is it possible to automatically check a file into Visual Source Safe after the local (working) copy had been changed? Our current process involves editing our code on Windows computer that are running VSS Explorer and after a check in VSS shadow…

Scott Keck-Warren
- 1,894
- 3
- 18
- 33
0
votes
1 answer
chekin a folder with tf command in TFS?
I know that I can check in a file to the TFS but I wonder if there is a way to check in a folder using tf command?

Sara Houssein
- 47
- 2
- 7
0
votes
2 answers
Sharepoint 2007 - is there a way to determine if first check-in of file?
I thought this would be a lot easier, however I'm unable to find a way to determine in my event handler if it is the FIRST check-in of the file..
You see, I'm breaking role inheritance, and selectively inheriting permissions for files in doc libs,…

HummusKing
- 1
- 3
0
votes
1 answer
Is there a way to see the workspace of a given changeset?
Is there a way, by any means, to get the workspace from where a specific check-in was made?
Using Team Foundation Sidekicks I can see the workspace, computer and local path of current checked-out items, but not of changesets. Does TFS keep track of…

gabrielmaldi
- 2,157
- 2
- 23
- 39