Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Layout when the project is in the repository root

Hi,
I've noticed that for some git projects, the project is at the repository root. I.e. the repository is the project. This means that in my workspace, I will get an Eclipse project that in fact is the same as the Git repository (the .git folder is in the project). While that works, it's perhaps not so great when I delete the project since I then also delete the repository.

What layout would you recommend for cases like that? Should a 'checkout' folder be created that is the actual project?

Regards,
Thomas Hallgren



Back to the top