Questions tagged [version-tree]

6 questions
6
votes
2 answers

How to get a version tree for a file in git?

In clearcase I could just run branchlocation>cleartool vtree And a version tree would pop up showing me the merges for that file. I want to do the equivalent in git. I think it is something to do with git read-tree - but that doesn't…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
2
votes
1 answer

How do I check out a specific version of a file in clearcase?

Background In clearcase, I have a dev version tree for a file that looks like this: (1) | (2) | (3) When I run a certain program, it hangs up on an error that is in version (1) of the file. It will not look at other versions because my program is…
isakbob
  • 1,439
  • 2
  • 17
  • 39
1
vote
1 answer

How do I check out from an ancestor that is not the latest ancestor in ClearCase?

Background I have a version tree that looks like this for a directory element: [myView] --> A --> B --> C It is currently looking at Version B of the directory. I want to make changes from the point of view of B. However, when I run a ct co, it…
isakbob
  • 1,439
  • 2
  • 17
  • 39
1
vote
2 answers

Can I open ClearCase vtree with only some branches expanded by default?

We have a ton of branches in our VOB. Some files change very frequently, and so the version tree is a mess. Most of the time, I only care about one particular branch and its subbranches. I know I can collapse certain branches once the VTree is…
livefree75
  • 720
  • 8
  • 18
1
vote
1 answer

How to get old Git branches onto GitHub?

I uploaded my git revisioned project to GitHub. From there I can see all my previous commits, but not the old branches. Should I also push my local .git directory for that?
Pietro
  • 12,086
  • 26
  • 100
  • 193
0
votes
2 answers

Version Tree in Clear Case Explorer is not working

I am using 8.0.1.6 version of Rational Clear Case Explorer. Version Tree is not popping up while checking using the Tools -> Version Tree option in clear case explorer.