コード例 #1
0
 // constructor
 public svn(Repository rep, Package pkg)
 {
     _pkg    = pkg;
     _rep    = rep;
     _vcPath = "";
     if (pkg.IsControlled)
     {
         _vcPath = HoUtil.GetVccFilePath(rep, pkg);
     }
 }