Questions tagged [checkin]
401 questions
0
votes
0 answers
TFS Gated Check-In Partially Succeeded (Check-In Committed)
So I have the following screenshots when I checked in:
I was looking around the internet and they seem to have a problem with their test, so I took a look at mine:
There are no failed tests, except there is an error…

MilkTea027
- 301
- 1
- 5
- 24
0
votes
0 answers
TFS Check-in note Fields different per user?
I have a Team Project set up with custom Check-in Notes : "Ticket" and "Code Reviewer". This is displayed to all in-house users on check-in. However, when the one external dev tries to check in, he is presented with the default "Code…

DPav
- 1
- 2
0
votes
1 answer
Facebook get al checked-in users
Is it possible to get a json list or something of all the users that have ever checked in to my page?
Thanks,
Simon

Simon
- 2,328
- 6
- 26
- 30
0
votes
1 answer
SVN check in and ignoring carriage return
I know that there is a way in SVN settings that can be set to ignore White Space during the DIFF process. But, how do I tell the tool to also ignore white spaces when I am checking in files.
In other words, I want SVN to ignore a white-space change…

Rudy01
- 1,027
- 5
- 18
- 32
0
votes
1 answer
How to check in new project with tfs and intellij?
I use IntelliJ 13.1.1.1 and TFS when I try to check in a file with changes it say that there are no changes. Then I need to do a rollback and then check in and in most cases it works and the file gets a little gray lock icon.
When I try to check in…

Alex K
- 5,092
- 15
- 50
- 77
0
votes
1 answer
Facebook-esque checkin in my app?
I'm sorry if this sounds like a novice question, but I am developing an app and I want users to be able to tag themselves at places like a Facebook check in. But I also want the ease of a Facebook check in - im not sure how it does it but it…

user852974
- 2,242
- 10
- 41
- 65
0
votes
2 answers
SVN - lock local changes for check in
I am working with eclipse subversion plugin, and made some local changes to crucial files, which I don't wan't to check in. I'm looking for a way to "lock" (I know that the lock term means something else in svn...) these local files and disable…

Elist
- 5,313
- 3
- 35
- 73
0
votes
1 answer
Get time for friends recent checkin
I'm using /checkins/recent endpoint. I was trying to get the check-in time. I find a json object createdAt. is that related with time ?
So, my question is how can I get the time from recent check-ins.

Adnan
- 8,468
- 9
- 29
- 45
0
votes
0 answers
sharepoint event handler data deleted when check in
I'm writing an eventHandler to auto add a string when a file is added to a doclib.
public override void ItemAdding(SPItemEventProperties properties)
{
SPSite site = new SPSite("url");
SPWeb web = site.OpenWeb("myWebSite");
SPList list =…

VinhLong
- 1
0
votes
1 answer
Build fail gated check-in TFS 2013
I'm new to TFS and I'm having trouble setting up a gated check-in on TFS 2013. The solution I'm trying to check in builds correctly on my local machine (ie. there's nothing wrong with the code) but I can't get it to pass the gated check-in build for…

user2996922
- 23
- 3
0
votes
1 answer
eternicode Datepicker and Bootstrap3 checkin checkout
Edit: Got solution in answer.
Can some expert help me with the javascript code?
I have eternicode Datepicker working with bootstrap3 (it works when click to select a date)
https://github.com/eternicode/bootstrap-datepicker/tree/bs3
But now I have…

Marcio Cardoso
- 88
- 8
0
votes
2 answers
Foursquare checking using API
I am trying to checkin to Foursquare using the API, I have obtained the oauth_token and am doing a POST request with the oauth_token. According to the documentation the endpoint I'm hitting is https://api.foursquare.com/v2/checkins/add. This however…

aballa
- 33
- 7
0
votes
1 answer
List of today's updated files in VSS
I am using this command and this does nothing, not even an error message, I am confused where does the result go and where can I check it?
C:\Program Files\Microsoft Visual SourceSafe> ss.exe history $/myproject -Vd24/10/13~23/10/13 -R
I have also…

asma
- 2,795
- 13
- 60
- 87
0
votes
1 answer
Check-in to some code to more than one branch
I am using TFS2012 express. I have a project which has two branches.These two branches have similar file and code. Actually one is release code(one which i gave to customers) and another is testing code. I always change code in testing code branch.…

IT researcher
- 3,274
- 17
- 79
- 143
0
votes
1 answer
Time between checkins
If I make two sequential checkins in a venue, Foursquare venues API won't count the second check-in. How long (minutes) the API will count the new check-in as a new number? There is something about it anywhere in documentation?

Ricardo Augusto
- 548
- 1
- 8
- 18