Re: ClearCase 'checkout' implementation

2005-12-01 Thread dan tran
yup, I never try this before.  but teh checkout time will be very long for  my chase since my legacy system has a lots of dead, seldomlyused,larged files.   I rather to stay on the dynamic view rather than snapshot view.   If your system is new and you are carefully organize your soure tree, snapsh

Re: ClearCase 'checkout' implementation

2005-12-01 Thread Wim Deblauwe
That is not true if you create a snapshot view. It can be in any directory. I already implemented and tested this. You can then do a 'cleartool update' and that will update the snapshot view. regards, Wim2005/12/1, dan tran <[EMAIL PROTECTED]>: After checkout, clearcase dictates to location of ch

Re: ClearCase 'checkout' implementation

2005-12-01 Thread dan tran
After checkout, clearcase dictates to location of checkout directory   on my windows      m:/view-name   on my unix      /view/${view-name}/vobs   So continuum must allow a way to change per build entry to the new working direct rather ${continuum-workdir}/#   We must stay on clearcase directory in

Re: ClearCase 'checkout' implementation

2005-12-01 Thread Wim Deblauwe
ah, I haven't done that yet. I'm currently testing with a hardcoded value.I managed to checkout to the working directory, but 2 problems:1) ClearCase does not want to checkout to an already existing directory, so in the checkout command, I first delete the directory to checkout to. It is then re-cr

Re: ClearCase 'checkout' implementation

2005-12-01 Thread Emmanuel Venisse
I talk about file parsing in ${user.home}/.scm/ Wim Deblauwe a écrit : 2005/12/1, Emmanuel Venisse <[EMAIL PROTECTED] >: Remove all maven-scm libs from ${continuum}/apps/continuum/lib and put in it all new maven-scm libs. What do you use for scm file p

Re: ClearCase 'checkout' implementation

2005-11-30 Thread dan tran
It makes me feel better.  Perhaps we can get clearcase provider to look for a property file under ${user.home}. Shall it be ${user.home}/.m2/clearcase-settings.xml ?   -D   On 11/30/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: Quoting Emmanuel Venisse <[EMAIL PROTECTED]>:> >> Wim Deblauwe a écrit :>

Re: ClearCase 'checkout' implementation

2005-11-30 Thread Wim Deblauwe
2005/11/30, dan tran <[EMAIL PROTECTED]>: On 11/30/05, Wim Deblauwe < [EMAIL PROTECTED] > wrote: Good suggestions there Dan! It is indeed platform dependant and following the maven 2 way, we should be able to put those things in the settings.xml. Is that possible? That way, it's not needed anymor

Re: ClearCase 'checkout' implementation

2005-11-30 Thread Emmanuel Venisse
I'm +1 to add some infos on scm clearcase url but i need some explanations of infos what is path_to_viewstore? Is it the path to directory where i want to checkout files? In this case, url is different for each developers, right? what is path_to_config_spec? Is it a file on the network that de

Re: ClearCase 'checkout' implementation

2005-11-28 Thread dan tran
Hi Wim,   We keep our config spec file in a base SCM vob.  Our config spec file contains     - A bunch of hardly change label ( thirdparty etc)     - UCM label generated by clearcase for each new baseline ( new build)     For each build, we ask clearcase to do a new baseline which generates a bun

Re: ClearCase 'checkout' implementation

2005-11-24 Thread Emmanuel Venisse
dan tran a écrit : On 11/24/05, *Emmanuel Venisse* <[EMAIL PROTECTED] > wrote: dan tran a écrit : > Wim, it looks good to me from base SCM configuration perspective. > > I use a mixture of UCM and base SCM configurations. I keep the > co

Re: ClearCase 'checkout' implementation

2005-11-24 Thread dan tran
I am working on it, got approvals from my boss and VP. It is now on legal department's desk since I will spend some time during working hours for Maven.   -Dan   On 11/24/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Dan,do you have send your CLA?EmmanuelEmmanuel Venisse a écrit :>> > dan tran a

Re: ClearCase 'checkout' implementation

2005-11-24 Thread dan tran
On 11/24/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: dan tran a écrit :> Wim, it looks good to me from base SCM configuration perspective.> > I use a mixture of UCM and base SCM configurations.  I keep the> configspec file> in base SCM.  At the time doing the label, I update the confispec file

Re: ClearCase 'checkout' implementation

2005-11-24 Thread Emmanuel Venisse
dan tran a écrit : Wim, it looks good to me from base SCM configuration perspective. I use a mixture of UCM and base SCM configurations. I keep the configspec file in base SCM. At the time doing the label, I update the confispec file and label that config spec only. At the perform step