Open GoogleCodeExporter opened 9 years ago
[I wanted this suggestion with the issue for when I get a chance to look at
it.]
I wrote on the git list:
Can you suggest where in the egit code I should look to see if I can fix this?
Robin responded:
There may be more than one place.
Take a look at GitResourceDecorator.
We map from resources using code like this:
RepositoryMapping.getMapping(rsrc) // <-- prime suspect
Repository.getRepoRelativePath(rsrc)
Repository.getWorkDir
Repository.isResourceChanged
I'm not entirely sure this is the correct way, but it probably has no
bearing on your problem.
GitResourceDecorator decorator = getActiveDecorator();
It would be nice with a unit test for this. (Not necessarily the decorator,
but the methods used for it).
Original comment by Stephen....@gmail.com
on 3 Feb 2009 at 10:06
FYI: egit does work well with hard-links instead of soft links.
See this ruby script example that implements concept for a repo with about 50
nested projects:
http://svn.concord.org/svn/projects/trunk/common/flatten_projects.rb
Original comment by Stephen....@gmail.com
on 25 Feb 2009 at 2:58
Follow-up tentative patch posted on the ML
Original comment by robin.ro...@gmail.com
on 11 Mar 2009 at 10:20
Original issue reported on code.google.com by
Stephen....@gmail.com
on 13 Jan 2009 at 11:25