throws Exception
{
ManagedRepositoriesService service = getManagedRepositoriesService( authorizationHeader );
File target = new File( "target" );
assertTrue( service.fileLocationExists( target.getCanonicalPath() ) );
// normally should not exists :-)
assertFalse( service.fileLocationExists( "/fooofofof/foddfdofd/dedede/kdeo" ) );
}