Exemplo n.º 1
0
 public bool TryGetOnDiskLayoutVersion(out int version, out string error)
 {
     return(DiskLayoutVersion.TryGetOnDiskLayoutVersion(this.repoMetadata, out version, out error));
 }
Exemplo n.º 2
0
 public void SaveCurrentDiskLayoutVersion()
 {
     DiskLayoutVersion.SaveCurrentDiskLayoutVersion(this.repoMetadata);
 }
Exemplo n.º 3
0
 private bool CheckDiskLayoutVersion(bool allowUpgrade, out string error)
 {
     return(DiskLayoutVersion.CheckDiskLayoutVersion(this.repoMetadata, allowUpgrade, out error));
 }