Rino
Rino
I found myself needing this too. So i added the code below to abn_tree_directive.js around line 251 after tree = scope.treeControl; It just removes the children of the first branch....
I guess the real question here is, why is the statement below not working in my case: "releaseVcs := Vcs.detect(baseDirectory.value)" object Vcs { def detect(dir: File): Option[Vcs] = { Stream(Git,...
ok, i re-installed my git client and now it seems to work better. But at svn tagging time i get: java.lang.IllegalArgumentException: requirement failed: No /trunk, /branches or /tags part found...