Changeset 10 for trunk/Units/UVCS.pas


Ignore:
Timestamp:
May 19, 2015, 10:32:51 PM (9 years ago)
Author:
chronos
Message:
  • Added: CVS backend skeleton.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22VCSCommander
        33VCSCommander.lps
         4Config.xml
         5heaptrclog.trc
  • trunk/Units/UVCS.pas

    r9 r10  
    2828    procedure Merge; virtual;
    2929    procedure Refresh; virtual;
     30    procedure Add(FileName: string); virtual;
    3031    property RepositoryURL: string read FRepositoryURL write SetRepositoryURL;
    3132    property Path: string read FPath write SetPath;
     
    103104end;
    104105
     106procedure TWorkingCopy.Add(FileName: string);
     107begin
     108
     109end;
     110
    105111end.
    106112
Note: See TracChangeset for help on using the changeset viewer.