Hi, I have following Tree: A |-- B |-- | -- C |-- D |-- | -- E is it passible to create E as being a "link" of C, i.e. a copy of all entries in C. So that if a property "p1" is set in B and in D with different values, a call of an object in C (and in its linked copy in E) will see two different values of p1 (respectively as in B and in D) -- --- --- Oliver Pabst .-------------------------. mailto:olpa@sybcom.de : : phone :+49 681 56600600 : project department : SYBCOM GmbH fax :+49 681 56600660 : : http://www.sybcom.de
Oliver Pabst wrote:
Hi,
I have following Tree:
A |-- B |-- | -- C |-- D |-- | -- E
is it passible to create E as being a "link" of C, i.e. a copy of all entries in C. So that if a property "p1" is set in B and in D with different values, a call of an object in C (and in its linked copy in E) will see two different values of p1 (respectively as in B and in D)
unchecked (never tried), but: http://www.zope.org/Members/hathawsh/Symlink http://www.zope.org/Members/TheJester/PortableHole ------------------------------------------------------------- Who's got only a hammer sees the world as a nail hans augustin (software developer) hans@beehive.de beehive elektronische medien GmbH http://www.beehive.de phone: +49 30 847-82 0 fax: +49 30 847-82 299
participants (2)
-
hans -
Oliver Pabst