kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

[Bug Report] Pulling works incorrectly after cloning a repository #150

Open josh-asi opened 6 years ago

josh-asi commented 6 years ago

There are two cases in which this works incorrectly.

  1. If there is only one node on the repository, VisualGit displays a black screen and disconnects after a pull.

image

  1. If there are multiple nodes, a warning message appears after pulling even if there are no conflicts. Furthermore, if you do pull and you do have a modified file, it will say that you still have modified file even if it has been replaced. For example, I deleted a file in a repository then pulled from the remote but it still says I have a modified file but if you look in the folder, the deleted file will re-appear.

image Figure 1: Warning message appears

image Figure 2: File has re-appeared after pulling

image Figure 3: Still shows file has been deleted even after a pull and has been recovered

After looking around, it could be something to do with the repoFullPath but I am uncertain.

I believe that this is a medium issue. @softeng-701

softeng-701 commented 6 years ago

@josh-asi Approved