Questions tagged [revision-graph]

12 questions
25
votes
6 answers

TortoiseSVN Revision Graph: Merge -> line connected back to trunk?

Does TortoiseSVN Revision Graph draw a line from Branch back to the Trunk when I finish a "Merge"?
sivabudh
  • 31,807
  • 63
  • 162
  • 228
5
votes
1 answer

TFS- Revision graph like Subversion

Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph? Edit: I am using TortoiseSVN for SVN client
ram
  • 11,468
  • 16
  • 63
  • 89
3
votes
1 answer

What's the difference between the Revision Graph in TortoiseGit and the Branch Graph from git log?

I am trying to wrap my head around the Revision Graph provided by TortoiseGit. How exactly is it related to the Graph from the git log command? For example, I don't understand why the arrows are pointing away from the first commit instead of…
hung
  • 33
  • 2
3
votes
2 answers

How to visualize revisions graph in IntelliJ (Mercurial)

I am new to IntelliJ and simply can't find the revisions graph for a Mercurial project in IntelliJ.
Jeremy S.
  • 6,423
  • 13
  • 48
  • 67
3
votes
0 answers

determine ancestry references between two commits in git

Let's assume we have two commits A and B in the same repository and that A is an ancestor of B. That has been checked with exist status 0 for: git merge-base --is-ancestor A B or, in older way if the output from the following two commands is…
2
votes
0 answers

is there any way to generate a revision graph for a portion of an SVN repository?

We have a large SVN repository with about 70,000 revisions. I am working in a project which is a much smaller portion of the repository: in TortoiseSVN I viewed the log of the project trunk with "Stop on copy/rename" unchecked and "Include merge…
Jason S
  • 184,598
  • 164
  • 608
  • 970
1
vote
1 answer

ASCII Revision Graph Tool or Extension for Subversion?

Is there a tool, library, or extension that generates ASCII art-style (like the kind of art cowsay or JavE produce) revision graphs for Subversion repositories, and thus could be used within a command-line interface? I would like to add the…
mikequentel
  • 253
  • 4
  • 14
1
vote
1 answer

eclipse export Revision graph in picture

I have a big repository to browse, I use revision graph in eclipse. I want to save revision graph in picture for local use ? I look to export option but no one !!! Thanks,
0
votes
1 answer

What does a gap/broken line mean in IntelliJ Git graph?

Have a look at this screenshot. Why is the graph broken up between the two nodes?
Axel
  • 13,939
  • 5
  • 50
  • 79
0
votes
1 answer

Git Revision Graph Incorrect

I've a couple of repo's that contain a master and dev branch. Master represents releases while dev represents the current buildable version. There are also a number of other branches for features which are deleted after merging to dev. I've…
markpirvine
  • 1,485
  • 1
  • 23
  • 54
0
votes
1 answer

Open Revision Graph using command line

Is there a way to open (visual) revision graph of a project only using command line?
Asqan
  • 4,319
  • 11
  • 61
  • 100
0
votes
2 answers

ASCII-art git bash revision graph

Anyone knows how to get in git bash ASCII - art graph like RevisionGraph from tortoiseGit? (no listing of commits, just branch tree graph - which branch derives from which) TortoiseGit Revision Graph I quickly look at git commands but it's look like…