haacked / seegit

SeeGit - The Git Repository Visualizer
MIT License
508 stars 107 forks source link

Does not work on win7 x64 #13

Closed archanmishra closed 11 years ago

archanmishra commented 12 years ago

I tried to run the SeeGitApp.exe after downloading the zip from downloads . I showed up a window and i selected my repo path. now the app jus hangs, no output nothing .

haacked commented 12 years ago

That's odd. I'm running on Windows 7 x64. Did you select the working directory and not the .git path?

On Mon, Mar 19, 2012 at 4:53 AM, Archan < reply@reply.github.com

wrote:

I tried to run the SeeGitApp.exe after downloading the zip from downloads . I showed up a window and i selected my repo path. now the app jus hangs, no output nothing .


Reply to this email directly or view it on GitHub: https://github.com/Haacked/SeeGit/issues/13

anaisbetts commented 12 years ago

I believe this happens when you pick a really big repo (the amd64 bit is a red herring) :-/

haacked commented 12 years ago

Ah, I haven't yet tested this on a big repo. It's not ready for that yet. :)

On Mon, Mar 19, 2012 at 11:25 AM, Paul Betts < reply@reply.github.com

wrote:

I believe this happens when you pick a really big repo (the amd64 bit is a red herring) :-/


Reply to this email directly or view it on GitHub: https://github.com/Haacked/SeeGit/issues/13#issuecomment-4580151

drub0y commented 12 years ago

Yeah, I can confirm the same. I ran it against a medium repo like SignalR and... woooo. :)

archanmishra commented 12 years ago

i don't think i have a big repo(size 50 mb ish) i just browse for the folder which contains the .git folder as in i have a repo

charitra/charitra-app/.git

and i select charitra-app .. the app just hangs . cant send u the screen shot (i dont know how to attach that here ... :( )

however the input box next to Repository Path says Browse for repository .

mmozuras commented 12 years ago

I tested it with SignalR repository and got the same result.

But if you replace LayoutAlgorithmType from EfficientSugiyama to Tree in RepositoryGraphBuilder, SeeGit doesn't hang. But even then, it's incredibly laggy.