Community
Participate
Working Groups
1. GET /git/clone/something 2. GET /git/clone -> in response we get repository "something" { "ContentLocation": "something", "Id": "something", "Location": "http://localhost:8080/git/clone/something" }
There is no way for a GET request to create a clone, but the response is wrong. It should say 404.
(In reply to comment #1) > There is no way for a GET request to create a clone, but the response is wrong. > It should say 404. Did you try to do the GET to /git/clone/something. Maybe it doesn't create a clone but for sure it ads an item to clones list that is return by GET /git/clone.
Created attachment 193908 [details] mylyn/context/zip
Fixed with http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=ce15dc4cbc6bd7027db734a9c29052fc95225503.