Ejemplo n.º 1
0
 void OnCheckoutWithoutRemoval(ProgressLeaf progressLeaf)
 {
     WorkingPath.MakeSurePathExists();
     ProcessCheckout(progressLeaf, false);
 }
Ejemplo n.º 2
0
 public void Checkout(ProgressLeaf progressLeaf, bool confirmChecksums = true)
 {
     WorkingPath.MakeSurePathExists();
     ProcessCheckout(progressLeaf, true, confirmChecksums);
     WriteTag();
 }