Questions tagged [checkin]
401 questions
9
votes
9 answers
How can I commit multiple directories at once using subversion?
I tried using svn ci dir/a dir/b -m "my comment"
but this doesn't work. I also used svn ci dir/a/* dir/b/* -m "my comment"
and it too doesn't work.
I know you can specify multiple files, but how can I tell subversion to check in all modified files…
MCRivers
9
votes
1 answer
Can I "auto-reconcile" in a gated TFS 2010 Checkin?
I'm setting up a project to use TFS on a server that I've configured, and I've opted to use a gated checkin policy. With this in place, I have the following sequence of steps when I check in code:
Perform a checkin.
Opt to "preserve my pending…

Erik Dietrich
- 6,080
- 6
- 26
- 37
8
votes
2 answers
Internal error in Changeset Comments Policy after updating VS2015 to Update 1
Everything was fine about an hour ago, when i tried to checkin something, the policy friendly reminded me to "provide a comment for the check-in". Then I installed VS2015 Update 1, like some of my colleagues did, and after that, i receive the…

Andreas
- 478
- 4
- 16
7
votes
2 answers
TFS and Visual Studio slow check in
I'm not that familiar with Visual Studio or Team Foundation Server, but I have a development team that are complaining of very slow check ins (several minutes) in Visual Studio 2010.
Examination of server and database do not reveal any problems
The…

reticentKoala
- 235
- 2
- 9
6
votes
2 answers
How to check in using facebook android sdk (graph api)
I want to check in using facebook android sdk (graph api),
I am trying this
String checkinData = "{"+
"\"message\"=\"Test\"" +
"\"place\"=\"000000000\""
+ …

Adil Bhatty
- 17,190
- 34
- 81
- 118
6
votes
1 answer
Foursquare checkins
Any idea what can I do to get only the checkins from a specific venue?
If i use it like:
https://api.foursquare.com/v2/venues/VENUE_ID?oauth_token=XXX
i get everything about the venue, and I only need the checkins.
Anyone has a solution? Thanks.

sticksu
- 3,660
- 3
- 23
- 41
6
votes
4 answers
Facebook places checkin using open graph protocol ID as place ID
I used the FB page linter to verify that all the meta information I'm using is correct. According to the graph url, my page id is 157797447612809, yet when I try to publish a checkin to this page, i receive the error:
(#100) Requires a valid Place…

D-Nice
- 4,772
- 14
- 52
- 86
6
votes
1 answer
Comments vs Check-In Notes in TFS (VSTS)
What's the purpose of the Check-In Notes? Why use them instead of just the "Comment" you enter when you check-in.
I see there are four types of Check-In Notes: Code Reviewer, Developer, Security Reviewer, and Performance Reviewer. Is the idea to…

NealWalters
- 17,197
- 42
- 141
- 251
6
votes
4 answers
TeamCity: Type or namespace cannot be found, but the reference exists and my project compiles locally
I have an ASP.net MVC 3 project. We're using TeamCity, and up until now everything has checked in fine. All of a sudden today, I did a checkin, and the TeamCity build failed. It said I was missing a using directive or assembly reference and threw a…

Erica Stockwell-Alpert
- 4,624
- 10
- 63
- 130
6
votes
1 answer
Setting Gated Check-in build option in Visual Studio Online
I have added a Visual Studio project in Visual Studio Online at sitename.visualstudio.com. How do I enable a gated check-in build for all checkins in the Visual Studio Online web access portal? Do we have option to send code for review in Visual…

Kurkula
- 6,386
- 27
- 127
- 202
6
votes
1 answer
Exception thrown by type initializer for 'Microsoft.TeamFoundation.Framework.Server.ByteArray'
Please anyone has an idea what is causing this error while checking in files on tfs:
"The type initializer for 'Microsoft.TeamFoundation.Framework.Server.ByteArray' threw an exception."
this is the stack trace from the event Viewer:
**TF53010: The…

Johnny Zghaib
- 518
- 1
- 12
- 30
6
votes
1 answer
Graph API to check in with Facebook iOS SDK 3.1.1
I am using Facebook SDK 3.1.1 for login as well as check in with Facebook.
login with Facebook it's working fine but CheckIn with using graph API give error.
This are all the permission I am giving for checkin
@"friends_status",@"user_checkins",…

sKhan
- 9,694
- 16
- 55
- 53
6
votes
1 answer
Get check ins for a specific Facebook location (page)
I have a Facebook location (page) where users can check in. I'm the administrator of this page. Is there a way with the API to get a list of recent check ins with user ID's?

paha
- 163
- 1
- 7
5
votes
1 answer
Implement a Foursquare-like Check-In into a wordpress/buddypress install
I am working on a pretty challenging project (at least challenging for me and my modest skills), which is based on Buddypress. Basically, I have this Buddypress Install, which I modified to fit my needs, which are for the most part localization…

Charleshaa
- 2,218
- 2
- 21
- 25
5
votes
1 answer
facebook checkin: how to find place id
I want to do a server-side check-in. I have the coordinates, which is lat-long; I know the name and street address of the business. Is there a way to get the placeId for the parameter Parameter.with("place", 1234)?
FacebookType…

tribal
- 653
- 2
- 13
- 26