Пример #1
0
 void OnCheckoutWithoutRemoval(ProgressLeaf progressLeaf)
 {
     WorkingPath.MakeSurePathExists();
     ProcessCheckout(progressLeaf, false);
 }
Пример #2
0
 public void Checkout(ProgressLeaf progressLeaf, bool confirmChecksums = true)
 {
     WorkingPath.MakeSurePathExists();
     ProcessCheckout(progressLeaf, true, confirmChecksums);
     WriteTag();
 }