uri = "git://localhost:" + d.getAddress().getPort() + "/" + REPO_NAME
+ Constants.DOT_GIT_EXT;
}
private void serveHttp() throws Exception{
httpServer = new SimpleHttpServer(src.getRepository());
httpServer.start();
uri = httpServer.getUri().toString();
}