Re: Multiple VCR's

Hi,
I think the solution is what you wrote in you other post.
 
"Vikram_Roopchand" <Vikram_Roopchand@infosys.com>:
> 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


-- 
edgar@edgarschwarz.de                  "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

Received on Sunday, 19 January 2003 06:02:23 UTC