Note that there are some explanatory texts on larger screens.

plurals
  1. POGit synchronization issue in Eclipse
    primarykey
    data
    text
    <p>I synchronize my Eclipse projects with my work machine and my home machine using Git. Recently I have a problem with synchronizing in one machine.</p> <p>The structure of the code in one machine and Git hub is given below</p> <pre><code>Project/ -bin -src -doc -.settings -.classpath -.project </code></pre> <p>The structure I get when I synchronize with the machine I have a problem is</p> <pre><code>Project/ -bin/ -src -src -doc -.setting -.classpath -.project </code></pre> <p>There are two copies of src with the relevant source files inside which invalidated the package and project references. I tried many times including deleting the project from the hard disk and then re-fetching it but it does not solve the problem. This pattern of problem is persistent with my other new projects as well and I run into same type of issue which I simply cannot solve.</p> <p><strong>Additional Observations</strong></p> <p>After trying it in different approaches after my initial post it was observed that it was not the Git-hub or the Git synchronization that creates trouble. It is rather to do with eclipse loading the project.</p> <p>So as a remedy I now loaded the project in question in my local repo as a file system and the problem was solved. If it was imported as an existing project then the problem will crop up again.</p> <p>So, according to the above observation it is something to do with eclipse loading the project and I looked at the .project file and .settings folder to identify possible causes but could not.</p> <p>As of now I know how to solve this problem but I do not know why this happens. Would appreciate if somebody could explain me why this happens.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload