RE: Types in History.
"jeff clausius" <[email protected]> Sat, 14 Feb 2004 14:35:38 -0600
| Newsgroups | gmane.comp.version-control.sourcegear-vault.user |
|---|---|
| Message-ID | <[email protected]> |
brian: here is an excerpt from vault's sql script. hth jeff clausius sourcegear ------------------- --****** object: user Defined datatype uhistorytype Script date: 7/8/2002 9:43:13 AM ******-- -- ENUM -- Added = 10; // Added (on the parent folder for the created item) -- BranchedFrom = 20; // Branched From sub item (on the parent folder the item was branched into) -- BranchedFromItem = 30; // Branched from sub item (on the item itself - copy branch) -- BranchedFromShare = 40; // Shared Branch from sub item (on the parent folder the share was branched from) -- BranchedFromShareItem = 50; // Shared Branch from sub item (on the item itself - share branch) -- CheckIn = 60; // CheckIn -- Created = 70; // Created (on the file or folder) -- Deleted = 80; // Deleted (on the parent folder for the deleted item) -- Label = 90; // applied label -- MovedFrom = 120; // Moved From (on the parent folder the item was just moved into) -- MovedTo = 130; // Moved To (on the parent folder the item was moved out of) -- Obliterated = 140; // Obliterated (on the parent folder for the obliterated item) -- Pinned = 150; // Pinned (on the parent folder for the pinned item) -- PropertyChange = 160; // Property Change -- Renamed = 170; // Renamed (on the file or folder) -- RenamedItem = 180; // Renamed Item (on the parent folder of the item renamed) -- SharedTo = 190; // Shared To -- Snapshot = 200; // history item on the item snapshotted -- SnapshotFrom = 201; // history item on the destination folder of the snapshot -- SnapshotItem = 202; // history for the creation -- Undeleted = 210; // Undeleted (on the parent folder for the undeleted item) -- UnPinned = 220; // UnPinned (on the parent folder for the unpinned item) -- Rollback = 230; // Rollback *********** REPLY SEPARATOR *********** On 2/13/2004 at 11:19 PM James Geurts wrote: >I was just going through those :) I came up with this, though it might >not >be 100% correct. > >70 - Add >60 - Update >80 - Remove >10 - Add > > > >-----Original Message----- >From: [email protected] >[mailto:[email protected]] On Behalf Of Brian M. >Schkerke >Sent: Friday, February 13, 2004 11:13 PM >To: 'SourceGear Vault MailList ([email protected])' >Subject: [vault-list] Types in History. > >All: > >Does anyone happen to know what the types returned by the history command >correspond to? The command line client ToString()s them but does not >provide any interpretation beyond that. > >The types I've had returned are 10, 60, 70, and 80. I'm fairly certain 70 >is some sort of creation event and 60 looks to be item checked in (not >necessarily updated though - depends on client settings). But 10, 70, and >80 seem to bear quite a few similar characteristics. > >I thought someone at SourceGear might have an easy, fast answer for me. :) > >TIA. > >Brian > >_______________________________________________ >vault-list mailing list >[email protected] >http://lists.sourcegear.com/cgi-bin/mailman/listinfo/vault-list > >_______________________________________________ >vault-list mailing list >[email protected] >http://lists.sourcegear.com/cgi-bin/mailman/listinfo/vault-list