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
2
votes
1 answer

How to disable visualstudio.com stored project's multiple check-out?

I have a project stored in visualstudio.com. However when I have a file checked out, my colleagues can do the same. How can I disable that feature? I went to TEAM -> Team Project Settings -> Source Control in VS 2012 and disabled "Enable multiple…
Andrius Naruševičius
  • 8,348
  • 7
  • 49
  • 78
2
votes
1 answer

Checkout a GitHub project to Eclipse

I need to checkout on my Eclipse Workspace an existing project hosted on GitHub. I have the project URL, and I already installed Egit and Mylyn. But I don't know what the next step is. Could you help me?
CarlosJavier
  • 1,005
  • 1
  • 16
  • 29
2
votes
1 answer

How to set Grandtotal / BaseGrandTotal with Observer?

Config.xml discount/observer discountMethod
Josua Marcel C
  • 3,122
  • 6
  • 45
  • 87
2
votes
2 answers

How can we enable multiple checkout in TFS 2010 only for one file in our project?

We use TFS 2010 as source control in our project. I disabled multiple checkout on our project and now I need to enable multiple checkout only for App.config file. Is it possible?
masoud ramezani
  • 22,228
  • 29
  • 98
  • 151
2
votes
1 answer

Mac OS: bash: No CVSROOT specified

Mac OS 10.7.4 I need to checkout ~70 cvs projects so I have script like this: #!/bin/bash cvs checkout proj1 cvs checkout proj2 cvs checkout proj3 .... cvs ckeckout proj75 But when I execute it I have an error message: cvs checkout: No CVSROOT…
pomkine
  • 1,605
  • 4
  • 18
  • 29
2
votes
1 answer

xcode 4.3.2 check out older version

Xcode now have built-in version control system. how I can check out older version of my current project in a different location? Thanks
shebelaw
  • 3,992
  • 6
  • 35
  • 48
1
vote
1 answer

limit the part of the workspace checked out by tfs 2010 build service

I am working in a project where a main branch is set up with several parallel development and release branches. This means a lot of files that are identical or quite similar exist side by side in the same workspace. When a new build is triggered on…
Mats Isaksson
  • 1,939
  • 2
  • 14
  • 18
1
vote
2 answers

Checkout only the directory structure

How can I checkout only the directory structure of a project (without any files) in a CVS repository? This could be useful, e.g. to know the structure itself, and selectively checkout the folders later. I might not be interested in, say, the test…
Jaywalker
  • 3,079
  • 3
  • 28
  • 44
1
vote
1 answer

How to turn off 'silent' checkouts in VS2008/TFS

I am constantly noticing that I have files checked out for editing that I did not intend to. This cannot be a good thing. Can I have it prompt me?
Kirby
  • 1,980
  • 3
  • 21
  • 33
1
vote
1 answer

ClearCase automatic merge deletes team members' code

We are using ClearCase using a single Dev stream for our team, without 'locking' (Unreserved check outs). ClearCase client version: 7.1.1 ClearCase server version: 7.0.1.2 We have performed the same test, without using the "Graphic merge". This…
lysergic-acid
  • 19,570
  • 21
  • 109
  • 218
1
vote
1 answer

Why don't files automatically get checked out from VSS when I edit them?

This is driving me crazy and has resulted in lost work (not much, at least). Normally, when I edit a file in Visual Studio, it's supposed to automatically check that file out in source safe. On multi-project solutions (e.g., web app with class…
Cybis
  • 9,773
  • 2
  • 36
  • 37
1
vote
1 answer

Visual SourceSafe - Disable "Get Latest On Checkout"

I looked for an option to switch off "Get Latest On Checkout" in Visual SourceSafe 2005 and integrated VS2008 menus, but couldn't find one. Is it possible?
henginy
  • 2,041
  • 1
  • 16
  • 27
1
vote
1 answer

StarTeam not checking out to working folder?

I'm using StarTeam 4.1 and I'm trying to use the command line version of StarTeam to checkout all the files of the folder. But for some reason, instead of checking out to C:\Installation, it checks out to C:\400\Installation. In the GUI, StarTeam…
Everett
  • 1,077
  • 5
  • 23
  • 42
1
vote
1 answer

How can I query TFS for a historical list of check OUT's?

I've got a client with recurring complaints about check-ins that fail to include some changes he makes, and he "loses" the changes. The only common thread I could find to his complaints are that his developers use the Source Control Explorer to…
Assaf Stone
  • 6,309
  • 1
  • 34
  • 43
1
vote
1 answer

Git - Switching between tags

I have an issue when i'm trying to check out a different tag on the same commit. This becomes an issue in an application where i check where the detached head is at. I believe this is because the commit is tagged with both 4.1 and 4.1.1 but i need…
JazzCat
  • 4,243
  • 1
  • 26
  • 40