Restore deleted Eclipse Project -
i wanted make new git repository in eclipse , when deleting old one, unluckily whole project has been deletet workspace!
is there way restore project?
i appreciate answer!!!
if have repository work (like central git server,another developer, computer or that) can clone repository that:
file -> import -> projects git -> uri -> type in server/the other developers repo , complete wizard.
and here reason why lost work:
in order make git work, egit moves project files repository (which special directory). therefore, if delete repository, delete files in it, containing whole project.
for future:
to move repository, move position using normal file explorer. after that, tell eclipse removing repository repositories view (not deleting it):
in repositories view: right-click on repository -> remove repositories view
then add repository in new location:
in repositories view: upper right corner: add existing git repository view
Comments
Post a Comment