Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.73 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Multiple Eclipse projects in one Mercurial repository
  2. Eclipse workspace
  3.                |
  4.                |--Project 1
  5.                |--Project 2
  6.                |--Project 3
  7.                |--Project 4
  8.        
  9. c:--
  10.      |
  11.      |-workspace
  12.                |
  13.                hgRepository1
  14.                |           |--.hg
  15.                |           |--Project 1
  16.                |           |--Project 2
  17.                |
  18.                |
  19.                hgRepository2
  20.                            |--.hg
  21.                            |--Project 3
  22.                            |--Project 4
  23.        
  24. c:--
  25.      |
  26.      |-workspace
  27.                |--.hg
  28.                |--Project 1
  29.                |--Project 2
  30.                |--Project 3
  31.                |--Project 4