1

I get "No Repository Selected". But how to select a repository? I already googled it, but did not found the solution. I already searched the whole GitEye UI but it seems that there is no possibility to select a repository.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Black
  • 18,150
  • 39
  • 158
  • 271
  • Im not sure how, but now there is a repository selected again. To select a repository, you just have to click on a folder on the left. But this did not worked for me, i removed a .project file and restarted GitEye, now it works again... – Black Jul 22 '15 at 13:56

3 Answers3

2

Many people claim that "Enabling linking between the Git Staging view and other views" solved their issue. Please refer to this post on SO.

"Enabling linking between the Git Staging view and other views" didn't help in my case. I also tried deleting branch and checking out again. Nothing worked.

What I did was:

Right click on any of the modified file -> Team -> Commit.

Somehow it worked and I could see all modified files in unstaged changes.

user613114
  • 2,731
  • 11
  • 47
  • 73
1

I enabled the button "Link with Editor and Selection", and selected my repo. enter image description here

Flavio
  • 350
  • 1
  • 5
0

Just enabling "Link with editor and selection" alone (as proposed in other answers) did not help me immediately. But after I simply closed and re-started the application, the message "No Repository Selected" turned into "Synchronizing with {repository name}" and I got the view that I expected.

Software Craftsman
  • 2,999
  • 2
  • 31
  • 47