Page 1 of 1

Version Control Architecture

Posted: Tue Nov 02, 2004 8:12 am
by yannish
I have played recently with Version Control and it seems to do quite well what it is supposed to do apart from crashing from time to time (I don't know if it's my Windows XP SP 2 client or VC that's causing it). But it's not a big problem.

Now I'm wondering how does it move objects from one project to another? We have UNIX servers and we've done our dev to test to prod moves by exporting and importing in Manager. This takes quite a long time as our clients are way out there... So, does VC move the objects on server side or does it too bring them first to the client?

Cheers,

Janne

Re: Version Control Architecture

Posted: Tue Nov 02, 2004 10:02 am
by chulett
yannish wrote:So, does VC move the objects on server side or does it too bring them first to the client?
Being a client tool, it brings things up to the client. You'll see marked differences in performance when working local versus remote, much like you are seeing with Import/Export via the Manager.

Haven't had it crash on me, but then I'm only on SP1. :?

Posted: Tue Nov 02, 2004 3:25 pm
by ray.wurlod
VC must bring components to the client; it's capable of promoting between UNIX-based and Windows-based DataStage servers.

Posted: Wed Nov 03, 2004 12:36 am
by yannish
Thanks guys,

that what I was afraid of ;) Well, it still beats export/import so I'll keep on promoting its use.

Janne