예제 #1
0
 protected internal virtual void list(InterOpStarTeam.StFile reposFile, FileInfo localFile)
 {
     System.Text.StringBuilder b = new System.Text.StringBuilder();
     if (null == _rootLocalFolder)
     {
         InterOpStarTeam.StStatusStaticsClass starTeamStatus = new InterOpStarTeam.StStatusStaticsClass();
         // status is irrelevant to us if we have specified a
         // root local folder.
         b.Append(pad(starTeamStatus.Name(reposFile.Status), 12) + " ");
     }
     b.Append(pad(getUserName(reposFile.Locker), 20) + " " + reposFile.ModifiedTime.ToShortDateString() + rpad(reposFile.LocalSize.ToString(), 9) + " " + reposFile.Name);
     Log(Level.Info, b.ToString());
 }
예제 #2
0
 protected internal virtual void list(InterOpStarTeam.StFile reposFile, FileInfo localFile) {
     System.Text.StringBuilder b = new System.Text.StringBuilder();
     if (null == _rootLocalFolder) {
         InterOpStarTeam.StStatusStaticsClass starTeamStatus = new InterOpStarTeam.StStatusStaticsClass();
         // status is irrelevant to us if we have specified a
         // root local folder.
         b.Append(pad(starTeamStatus.Name(reposFile.Status), 12) + " ");
     }
     b.Append( pad(getUserName(reposFile.Locker), 20) + " " + reposFile.ModifiedTime.ToShortDateString() + rpad(reposFile.LocalSize.ToString(), 9) + " " + reposFile.Name);
     Log(Level.Info, b.ToString());
 }
예제 #3
0
 public StarTeamCheckout()
 {
     starTeamLockTypeStatics = new InterOpStarTeam.StItem_LockTypeStaticsClass();
     starTeamStatusStatics   = new InterOpStarTeam.StStatusStaticsClass();
     _lockStatus             = starTeamLockTypeStatics.UNCHANGED;
 }
예제 #4
0
 public StarTeamCheckout() {
     starTeamLockTypeStatics = new InterOpStarTeam.StItem_LockTypeStaticsClass(); 
     starTeamStatusStatics = new InterOpStarTeam.StStatusStaticsClass();
     _lockStatus = starTeamLockTypeStatics.UNCHANGED; 
 }