@NotNull
 public SvnFileUrlMapping getSvnFileUrlMapping() {
   if (myMapping == null) {
     myMapping = SvnFileUrlMappingImpl.getInstance(myProject);
   }
   return myMapping;
 }