out.close();
localGeogig.geogig.command(ConfigOp.class).setAction(ConfigAction.CONFIG_SET)
.setName("sparse.filter").setValue("filter.ini").setScope(ConfigScope.LOCAL)
.call();
LocalMappedRemoteRepo remoteRepo = spy(new LocalMappedRemoteRepo(
remoteGeogig.getInjector(), remoteGeogig.envHome.getCanonicalFile(),
localGeogig.repo));
doNothing().when(remoteRepo).close();
remoteRepo.setGeoGig(remoteGeogig.geogig);
this.remoteRepo = remoteRepo;
} catch (Exception e) {
}
}