No, you can't. A folder has no corresponding VHR (the RFC doesn't make any specific recommendations in relation to what things are version-controllable).
The problem that you have is that a folder only makes sense within the work area that it is defined. e.g. The same file (and indeed version) can be in folder abc under /files (/files/abc/file.txt), and in folder def under workspace /workspaces/ws1 (/workspaces/ws1/def/file.txt). What you need to to, is to set up a separate file in you write the directory structure and corresponding versions at build time. I hope this helps. Anthony. > -----Original Message----- > From: Tobias Joch [SMTP:[EMAIL PROTECTED] > Sent: Thursday, 1 December 2005 1:59 > To: [email protected] > Subject: Is it possible to put a hole folder (=collection) under > version control or to label it? > > Hi @all, > > > > I have a hierarchical content repository in which I have multiple > artefacts with in a collection e.g. > > > > /root > > /folder_1 > > /1.txt (Version 1.6) > > /2.txt (Version 1.3) > > /3.txt (Version 1.5) > > > > /folder_2 > > /4.txt (Version 1.2) > > /5.txt (Version 1.4) > > > > ... > > > > Is it possible (and if yes how :-)) to label a folder (=collection) at a > specific time to save a snapshot of all child's an there versions? > > > > E.g. > > > > > > /folder_2 (Label VERSION_1_0) > > > > = > > /4.txt (Version 1.2) > > /5.txt (Version 1.4) > > > > > > or sometimes later > > > > /folder_2 (Label VERSION_2_0) > > > > = > > /4.txt (Version 1.3) > > /5.txt (Version 1.8) > > > > I'm glad for any answer! > > > > Best regards, > > Tobias Joch > > > > > ----------------------------------------------------------------------------------- This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its related entities "Suncorp". Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 55 or at suncorp.com.au. The content of this e-mail is the view of the sender or stated author and does not necessarily reflect the view of Suncorp. The content, including attachments, is a confidential communication between Suncorp and the intended recipient. If you are not the intended recipient, any use, interference with, disclosure or copying of this e-mail, including attachments, is unauthorised and expressly prohibited. If you have received this e-mail in error please contact the sender immediately and delete the e-mail and any attachments from your system. If this e-mail constitutes a commercial message of a type that you no longer wish to receive please reply to this e-mail by typing Unsubscribe in the subject line. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
