Community
Participate
Working Groups
master 2011, Aug 23 Steps: 1) Clone org.eclipse.orion.client repo to your Orion workspace 2) Navigate to a file and open Git Log for it 3) One of calls is something like: http://localhost:8080/gitapi/commit/master/file/C/bundles/org.eclipse.orion.client.git/web/orion/git/git-clone-details.js?page=1 which returns the commit list. 4) In the returned JSON check Children and see that all commits have Locations /gitapi/commit/[commitId]/file/C/. It should be rather /gitapi/commit/[commitId]/file/C/bundles/org.eclipse.orion.client.git/web/orion/git/git-clone-details.js The same problem is with ContentLocation and DiffLocation.
Created attachment 202162 [details] mylyn/context/zip
Fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=ee118e4f14fba0942c06acbea32b3c2e10ec7b20 and 3 previous commits. Sorry for not squashing them.