I am (finally) in the progress of migrating a svn repository to git. Transforming the repo itself was not much of a problem, but I cannot make Eclipse play well with the result. (I am kinda new to git, btw).
The repo contains amongst lots(!) of other things a subdirectory with java code which I would like to use in Eclipse as the base directory of a project. The SVN plugin offered a wizard I could use (New > Other > SVN > Checkout Projects from SVN > svn://host/repo/subdir), but the Git plugin does not seem to offer such kind of workflow. Its import only allows for repository roots to be entered.
Is there a way to make git do my bidding
- without ripping my repo into subrepositories
- without creating some kind of git-svn proxy
- by somehow connect the project to the repo after creation?
Does anyone have any ideas?
I am running Eclipse 12/2022, Git Integration 6.4.0, Subclipse 4.3