Questions tagged [checkin]
401 questions
1
vote
1 answer
TFS 2015 - Checkin to a specific Tag
I have a TeamFoundationServer 2015 with one Project (let's name it ProjectA).
ProjectA contains three different solutions (let's name them SolutionA, SolutionB, SolutionC)
Under this TFS-Project (ProjectA) there are different Branches (let's name…

Sebastian Mechler
- 21
- 3
1
vote
1 answer
find the way to check in with count
Could you please help me to get a solution to my issue. I am using a SQL Server database, it is a gymnastics program, and I want to get check in the client when he comes to the gym , I have two way of offering the first one is a monthly way , and…

ahmed_eltot93
- 118
- 16
1
vote
1 answer
If I want my symbolic link to become active on a main (or dev) view, do I need to check it in?
Background
In clearcase, you can create symbolic links with a series of commands:
Change directory (cd) to root of the VOB1:
cd /vobs/vob1
Checkout the directory in the target VOB, vob1:
cleartool co -nc .
Create a symbolic link from the…

isakbob
- 1,439
- 2
- 17
- 39
1
vote
1 answer
How do I suppress the "Save a local copy" prompt in clear case?
Background
In clearcase, whenever you uncheckout, or check in files, you get a prompt that says:
Save private copy of ? [yes]
For each individual file.
Problem
I am trying to check in hundreds of files at once with a script and I know I…

isakbob
- 1,439
- 2
- 17
- 39
1
vote
1 answer
ALM, VSTS 2010 : is it possible to create custom checkin policy in local machines?
I am trying to enfore a custom checkin policy to my dev team.
the customr policy is aimed @ alerting the dev with a list of checkpoints before the checkins happen.
I am not the administrator of TFS 2010.
Is it possible to install custom policies…

balalakshmi
- 3,968
- 6
- 40
- 48
1
vote
1 answer
Git hook equivalent in RTC SCM
We have Gitlab configured like following:
If anyone pushes their code, first sever side git hook (pre-receive) will trigger SonarQube Quality checks, if any error in code it rejects that push.
Also checks for file types, if some files like .zip, .o…

TPS
- 493
- 1
- 5
- 28
1
vote
2 answers
How to automatically request a code review after checking in code into TFS
I like to know if it is possible, and if so how, to automatically request a code review while code is being checked into TFS.
So, for instance, I would like to have the request code review gui inside the pending changes gui, so that I can enter the…

R. Beiboer
- 712
- 9
- 21
1
vote
1 answer
Trying to create an attendance system where picture is clicked for attendance.
So I have created this attendance system where you can add photos of each person and the person can click their photo and it will let you know that they have checked in. However I have a little issue. When you click on a photo, it says every person…
1
vote
2 answers
How do I check in a file without changing the modified timestamp?
I am using the SharePoint CSOM with a C# desktop application and am trying to check-in a file to a document library that has the "Require check out" setting enabled. I want the modified timestamp to stay the same (not updated).
After the check-in, I…

Steve
- 165
- 1
- 13
1
vote
0 answers
How to find the distribution probability in user's chech-ins?
I read a paper that mentioned the user's check-in behavior follow a power-law distribution. I want to know how to I can calculate a user's check-in behavior?
This is the figure of probability and they said:
To obtain this measurement, we calculate…

Saeed Rahmani
- 650
- 1
- 8
- 29
1
vote
1 answer
ClearCase apply preop checkin trigger script on each file
I do have a script with check the format/style of the files. We used to run it on all elements every night using sort of night_script.
Now I want to add it to a preop trigger for checkin command. To do that per file(s) a switch is needed. How…

Ahmed Shaboon
- 21
- 2
1
vote
1 answer
How to check-in a file on sharepoint?
I have written the following code for checking-in of files through VBA on Sharepoint.
Dim strWkbCheckIn As String
strWkbCheckIn = spBASE_URL + spDOC_LIB + "/" + spFILE_NAME
' Determine if workbook can be checked in.
If…

Dimi Ansari
- 310
- 3
- 16
1
vote
2 answers
Reverse of Get Specific Version, overwrite files on server
Our source control is on a hyper-v virtual machine, and last night a snapshot-merge of the image went horribly wrong. The source control server now contains a months-old version of the source; all changes since have been lost.
By the way, if your…
user1228
1
vote
0 answers
What is the full procedure after editing SSIS package in a Visual Studio project?
I have a Winforms project that includes SSIS packages. Recently, due to a Windows checking that broke provider Jet, resulting in Excel imports failing, I applied the fix, which is to use Ace instead of Jet. Now, the SSIS package runs and passes…

Praxis
- 11
- 1
1
vote
0 answers
Facebook Graph API - Get only the recent checkins of a page/place
Is there any way to get only the number of checkins that occurred recently to a Facebook page/place ?
I know I'm able to get the checkins using something like this:
GET \…

IntegraStudio
- 73
- 2
- 8