/// <summary>
 /// Lookup the password for the given file
 /// </summary>
 /// <returns></returns>
 private string GetPassword () {
     Manager manager = new Manager(this.Repository.LocalDirectory);
     return PasswordScrambler.Descramble(manager.ReadPassword(this.CvsRoot));
 }