Re: Multiple VCR's
[email protected] Sun, 19 Jan 2003 12:01:56 +0100 (MET)
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <[email protected]> |
Hi, I think the solution is what you wrote in you other post. "Vikram_Roopchand" <[email protected]>: > When it is said that a vcr is created in a workspace by VERSION-CONTROL request > and initialized with another version from some other version history , does that > mean that this vcr also "point's" to the same version As it interpret "point's" the answer is yes. > or is altogether new with it's own vr and history (of that vr). No new history created. Editing your example by adding "/workspace.." > VERSION-CONTROL /workspace1/foo.html HTTP/1.1 > Host: ... > > <?xml .....> > <D:version-control ...> > <D:version> > <D:href> http://server/someotherhistory/12/ver/3 </D:href> > </D:version> > </D:version-control> > > so is /workspace1/foo.html pointing to ver/3 Yes. > Could there be anyway in which two vcr's point to the same VR in a given VH ? > If so , how ? Use e.g. > VERSION-CONTROL /workspace2/foo.html HTTP/1.1 > Host: ... > > <?xml .....> > <D:version-control ...> > <D:version> > <D:href> http://server/someotherhistory/12/ver/2 </D:href> > </D:version> > </D:version-control> IIRC there is a restriction that you can't have multiple VCRs with the same VR in a workspace to avoid merging problems (Which I still don't think necessary BTW, but that's another matter not for today to discuss) Cheers, Edgar -- [email protected] "http://www.edgarschwarz.de" "http://www.edgar-schwarz.de/forum/oberon" Running Active Oberon Make it as simple as possible, but not simpler. Albert Einstein