Subversion / How do I compare the contents of two directories/branches?

From WhyNotWiki

Jump to: navigation, search

http://www.jetbrains.net/jira/browse/IDEADEV-8079. Retrieved on 2007-04-25 11:08. , Dmitri Colebatch - [18 Jan 07 01:42 ]

What I'd like to see is a change to the "File Revisions" dialog that pops up what I do Subversion -> Compare with. Currently it has a list of revisions that contain changes to the file. I'd like to see a tree like this:

  • trunk
    • 18249 12/01/07 14:44 k00353
    • 18233 11/01/07 16:16 k00353
  • branches
  • tags

I could then expand the branches node which would then reveal:

  • trunk
    • 18249 12/01/07 14:44 k00353
    • 18233 11/01/07 16:16 k00353
  • branches
    • branch_foo
    • branch_bar
  • tags

I could further expand a selected branch to see any copies of the file that exist on that branch:

  • trunk
    • 18249 12/01/07 14:44 k00353
    • 18233 11/01/07 16:16 k00353
  • branches
    • branch_foo
      • 18231 10/01/07 10:10 k00128
    • branch_bar
  • tags

I could do the same thing for tags.

Also, if I was currently working on a branch I would envisage the initial view reflecting that.

Personal tools