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

TFS PendEdit results in TF14098 : Access Denied

I like to checkout a file trough C# code, but I always get a TF14098 Acess Denied Exception. The TFS Administrator reassures, that I have checkout/edit permissions and in VisualStudio and with tf.exe I do not have any problems to checkout the…
Patrik
  • 13
  • 1
  • 4
1
vote
1 answer

Why is there no association with ClearCase for my Eclipse project?

I am using rational ClearCase and eclipse Helios 3.3.2. I was created view in ClearCase Explorer, then imported the code into my workspace. After this, to link the eclipse project with ClearCasen I am clicking on the project then Team. But, it is…
user1552438
  • 91
  • 2
  • 4
  • 8
1
vote
1 answer

How do automatically run a script after cvs update?

Everyday morning I update my local code using cvs update. The problem is that CVS stores my password. I usually type cvs logout from cmd in order not to use my user any more. This way I will prevent myself from accidental commits to CVS. Any ideas…
Wael
  • 1,533
  • 4
  • 20
  • 35
1
vote
1 answer

Can I get a copy of CVS differences to my local drive?

I cannot access the CVS account at home, but I would like to checkout the cvs repo and take it home with the ability to go through every single difference in NetBeans at home. Is this possible?
fenerlitk
  • 5,414
  • 9
  • 29
  • 39
1
vote
2 answers

How To Find Checked Out Files

I'm using Visual Source Safe 6.0d (work requirement) and I've been trying to hack together a little shell script to allow me to easily remove a source tree or warn me if I've got files checked out so I can make sure I don't accidentally delete work.…
Onorio Catenacci
  • 14,928
  • 14
  • 81
  • 132
0
votes
1 answer

CVS: check out first file committed after date

I am processing a set of files and want to be able to pull the first commit after certain dates (as opposed to before a date, as in CVS's -D option). This will probably involve some sort of scripting. My ideas were: parse the cvs log for each file…
i alarmed alien
  • 9,412
  • 3
  • 27
  • 40
0
votes
1 answer

How to specify package/module in CVS task in ant build.xml, if my package/module name has spaces?

In build.xml for my project, for checking out the codes, I am writing the following: The following is getting displayed in the console: …
abksrv
  • 1,347
  • 1
  • 15
  • 34
0
votes
1 answer

Perforce: How to checkout file same file from different version?

For example, I have 100s of files checked out in a…
AksharRoop
  • 2,263
  • 1
  • 19
  • 29
0
votes
1 answer

How to checkout an older revivsion of an individual file?

I need to see what a file looks like then it was in revision X, but cvs checkout only accept a whole module as parameter, I don't want to check out the whole module in certain revision, because the whole project is rather big, how can I checkout…
wangshuaijie
  • 1,821
  • 3
  • 21
  • 37
0
votes
0 answers

IntelliJ-Git: Why my classes from one branch show in a checkout of another branch?

I checked out master and then created a branch out of it (with checkout): patchA I made some changes, committed, pushed, even made a pull request for branch patchA Pull Request has not yet been reviewed (and not yet merged into master, of course) I…
DraxDomax
  • 1,008
  • 1
  • 9
  • 28
0
votes
1 answer

What does build action cause new check-outs on in a project solution

There is something in VS 2005 causing the new check-outs in another solutions of project file. Imagine There are 20 solutions in a Project of VS 2005 (.net 2.0 and c# ) Project names are: A , B , C ... S, T, A has some references from B or S... And…
Bilgin Kılıç
  • 8,707
  • 14
  • 41
  • 67
0
votes
2 answers

How do I revert Git changes that I haven't committed?

I'm using git on Mac OS X. How do I revert changes to a file? The changes aren't committed yet. I tried localhost:myproject davea$ git checkout -- .gitignore error: pathspec '.gitignore' did not match any file(s) known to git. The above error…
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
2 answers

Check in - Check out process/version control for PSDs and Image files

The title may not be so clear but the issue I am facing is this: Are designers are working on large photoshop files across the network, this has a number of network traffic and file corruption issues which I am trying to overcome. The way I want to…
Dave Folan
  • 13
  • 2
0
votes
1 answer

TFS Checkout using Jenkins Pipeline

I have a requirement of TFS workspace mapping or checkout using Jenkins pipeline. I have the below code but getting connection timeout issue. stage ("Checkout"){ node("Nodename"){ ws("D:/Windows/Checkout/") { …
Dinesh
  • 117
  • 3
  • 9
0
votes
1 answer

Git - How to recover code changes from file after accidentally git checkout particular file

I accidentally did checkout file. And that file had code changes. So Can I recover that changes ?
Sandy
  • 256
  • 3
  • 5