Questions tagged [vcs-checkout]

Checkout a branch or file to the current working tree in a version control system repo.

See also

Specific version control system checkout tags: -

144 questions
1
vote
4 answers

how to check nesting structure of local git repository

I am working on a big product as a developer, I have many local branches, I wanted to visualize the git branch nesting workflow, i.e. say master--------- \ \ branch a-------- \ \ branch…
Shreyan Mehta
  • 550
  • 5
  • 17
1
vote
0 answers

Deleting files to improve checkout time

We have a version of our project that we tagged created with rtag -- and it has a large number of files which causes checkout to be exceptionally slow. A lot of the files are obsolete, so I have deleted them and committed this change to the…
Jake
  • 15,007
  • 22
  • 70
  • 86
1
vote
1 answer

Jenkins will not continue pipeline after updating via Mercurial plugin

I'm trying to setup a CI process using Jenkins with the source code being held in Mercurial, so I have the Jenkins Mercurial Plugin installed. It's a simple pipeline script just now which polls my repository every 10 minutes. Using the checkout…
B_D
  • 225
  • 2
  • 16
1
vote
1 answer

git checkout branch without checking files

I have huge size of git repo in my local system with 10 different branches, In those 10 branch the master repository is around 2 GB. when i switch from any branch1 to master branch, Git is trying to checkout all files in local system itself, how to…
Vinoth
  • 189
  • 1
  • 1
  • 9
1
vote
1 answer

What is the difference betwenn cvs checkout and cvs update

I have created a file, then with "cvs add file" added to the cvs repository and then commited with "cvs commit file". Then I deleted the file locally with "rm file". Then I wanted to restore the file from the cvs repository. I thought I needed to…
Andre
  • 1,249
  • 1
  • 15
  • 38
1
vote
1 answer

StarTeam - checkout specific revision of renamed file using stcmd

Is it possible to obtain filename of the specific revision of the file? The problem is when following command line is used, result is not someFile.txt, but it is otherFile.txt: stcmd.exe co -nologo -pwdfile pwd.txt -p "user@server/project/folder"…
Konstantin Tenzin
  • 12,398
  • 3
  • 22
  • 20
1
vote
1 answer

How can I use "cleartool merge" to merge from a checked out version on another branch

I have file checked out in a view, on its default branch: /main/pdb8.1/fq05-ae002.4/CHECKEDOUT I have another view which creates a branch off of fq05-ae002.4 called ae002.4-test2. I have the file checked out in that view as…
livefree75
  • 720
  • 8
  • 18
1
vote
3 answers

Jenkins DSL Script lightweight() checkout not working

So, here is my pipelineJob() Jenkins DSL Script that I am using to create Jobs in Jenkins, but when I use lightweight() in cpsScmFlowDefinition, this script doesn't work and gives me an error which I have pasted below. Jenkins version 2.73.2 and DSL…
Summit
  • 13
  • 1
  • 7
1
vote
1 answer

VS2015 Check out files programmatically

I am using VS2015 and I try to check out files from a folder, that is included in a workspace: I have this mapping D:\tfs and I try to check out files from D:\tfs\MyProject\Subfolder1 I have added as references the…
Angela
  • 477
  • 1
  • 10
  • 20
1
vote
1 answer

ClearCase claims directory is both checked out and not checked out

I am using Jenkins to manipulate files and directories in Base ClearCase. I am executing the batch file cd /D M:\view\path\to\stuff\Jenkins echo Test to see if Jenkins can add things to ClearCase> foo.txt cleartool checkout . cleartool mkelem…
1
vote
0 answers

Visual Studio 2015 crashes on ctrl+RR renaming

I'm using Visual Studio Enterprise 2015. When I use CTRL+RR to refactor a class/method/argument name - VS crashes. It happens when the refactoring involve checking out other files. My settings of Options->Source Control->Environment->Checked-in…
Amir M
  • 508
  • 1
  • 8
  • 28
1
vote
1 answer

Visual SourceSafe .vbproj checkout?

When I create new .aspx file and programming it, the .vbproj file is auto check out and the other people can't use this project. How can I program and not check out the .vbproj so that other people can edit the other file in the same time?
鄭有維
  • 265
  • 1
  • 13
1
vote
2 answers

Can I easily edit code without check out in Visual Studio?

A lot of the times, when I examine code, I like to use intellisense to kind of get a feel for the structure. It's a quick way to know what variables exist and which are in context etc. However, in Visual Studio 2008, this always results in a check…
Diskdrive
  • 18,107
  • 27
  • 101
  • 167
1
vote
1 answer

egit commit lost after checkout

Using egit, I wanted to switch back to a previous version just for some minutes. So I committed my new code and checked out an earlier version. Now that I have finished looking through the older stuff, I want to go "back" to the newest, local commit…
phil294
  • 10,038
  • 8
  • 65
  • 98
1
vote
2 answers

Can we select what version to be checked out from CVS

I have updated cvs a few times and want to get one of the older versions, is it possible to get different versions of the same file? Or should it be only the latest checked in version?
sai
  • 4,907
  • 4
  • 24
  • 18