Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Oliver Giesen wrote: > This had the effect of my old vendor branch being renamed to what I > had originally intended to be the release tag while the freshly > imported revisions have no tag at all. Furthermore the old vendor > branch is now void of revisions... Maybe for clarification, here's the contents of a ,v-file of one of the affected files (actual head revision contents stripped): ==== JclBase.pas,v ==== head 1.1; branch 1.1.1; access; symbols JCL190-2004-01-08:1.1.1 Jcl190Beta2_Build1400:1.1.1 JVCL3-2003-12-16:1.1.1.2 JCL190-2003-12-16:1.1.1.2 JVCL3-2003-12-03:1.1.1.2 JCL190-2003-12-03:1.1.1.2 JCL1-22-pre1-90:1.1.1.1 ProjectJedi:1.1.1; locks; strict; comment @ * @; expand @o@; 1.1 date 2003.12.02.16.34.23; author GiesenO; state Exp; branches 1.1.1.1; next ; owner 0; group 0; permissions 666; 1.1.1.1 date 2003.12.02.16.34.23; author GiesenO; state Exp; branches; next 1.1.1.2; owner 0; group 0; permissions 666; 1.1.1.2 date 2003.11.19.15.43.42; author GiesenO; state Exp; branches; next 1.1.1.3; permissions 666; commitid 8683fcdb3d70000; kopt o; deltatype text; 1.1.1.3 date 2004.01.08.09.39.05; author GiesenO; state Exp; branches; next 1.1.1.4; permissions 666; commitid 9143ffd28440000; kopt o; deltatype text; 1.1.1.4 date 2004.01.08.09.52.49; author GiesenO; state Exp; branches; next ; permissions 666; commitid 24c3ffd29df0000; kopt o; deltatype text; desc @@ 1.1 log @Initial revision @ text @<.snip.> @ 1.1.1.1 log @JCL 1.22 restructured in preparation for 1.90pre import @ text @@ 1.1.1.2 log @JCL 1.90 development snapshot as of 2003-12-03 @ text @d24 1 a24 1 { Last modified: April 1, 2003 } d48 1 a48 1 JclVersionMinor = 20; // Forth minor release JCL 1.20 d50 1 a50 1 JclVersionBuild = 749; // build number, days since march 1, 2000 d52 1 a52 1 (JclVersionRelease shl 15) or (JclVersionBuild shl 0); d81 1 a81 1 EJclError = class(Exception) d94 1 a94 1 EJclWin32Error = class(EJclError) a134 5 {$IFNDEF COMPILER6_UP} PBoolean = ^Boolean; {$ENDIF COMPILER6_UP} d148 2 a149 2 0: (LowPart: LongWord; d151 2 a152 2 1: (QuadPart: Int64); d161 2 a162 2 0: (LowPart: LongWord; d164 2 a165 2 1: (QuadPart: Int64); d189 19 d228 13 d387 40 d438 45 @ 1.1.1.3 log @JEDI Code Library 1.90 Beta 2 Build 1400 @ text @d24 1 a24 1 { Last modified: December 30, 2003 } d48 3 a50 3 JclVersionMinor = 90; // Forth minor release JCL 1.20 JclVersionRelease = 0; // 0=pre-release|beta/1=release JclVersionBuild = 1400; // build number, days since march 1, 2000 a66 1 function Win32Check(RetVal: BOOL): BOOL; d151 8 a158 1 TLargeInteger = Int64; d269 1 a269 1 T: TULargeInteger; d279 1 a279 1 T: TULargeInteger; a282 8 end; //---------------------------------------------------------------------- ---------------------------- function Win32Check(RetVal: BOOL): BOOL; begin if not RetVal then RaiseLastOSError; Result := RetVal; @ 1.1.1.4 log @JEDI Code Library 1.90 development snapshot as of 2004-01-08 @ text @d129 1 a129 2 Largeint = Int64; LongWord = Cardinal; @ ==== ==== Cheers, -- Oliver ---- ------------------ JID: ogiesen at jabber.org ICQ: 18777742 (http://wwp.icq.com/18777742)