Natalia
 
The same happens using the pvcs command line:
 
Specifying a promotion group:
 
C:\TEMP>get -gTest
\\trdbd04\pvcs\49_superstructure\archives\ss1\com\cw\src\SimpleThread.java-a
rc
<file://\\trdbd04\pvcs\49_superstructure\archives\ss1\com\cw\src\SimpleThrea
d.java-arc> 
PVCS Version Manager (get) v6.7.00 (Build 894) for Windows NT/80x86
Copyright 1985-2000 MERANT.  All rights reserved.
get: Group "Test" does not exist in promotion hierarchy.
 
Specifying a version label:
 
C:\TEMP>get -v13.4.2
\\trdbd04\pvcs\49_superstructure\archives\ss1\com\cw\src\SimpleThread.java-a
rc
<file://\\trdbd04\pvcs\49_superstructure\archives\ss1\com\cw\src\SimpleThrea
d.java-arc> 
PVCS Version Manager (get) v6.7.00 (Build 894) for Windows NT/80x86
Copyright 1985-2000 MERANT.  All rights reserved.
SimpleThread.java <-
\\trdbd04\pvcs\49_superstructure\archives\ss1\com\cw\src\SimpleThread.java-a
rc
<file://\\trdbd04\pvcs\49_superstructure\archives\ss1\com\cw\src\SimpleThrea
d.java-arc> 
rev 1.0
 
I know it doesn't help, but I would suggest this may be something you could
ask merant?
 
Simon
 
-----Original Message-----
From: Natalia Bello [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ]
Sent: 23 July 2001 11:13
To: '[EMAIL PROTECTED]'
Subject: Pvcs Task. Promotiongroup



hi , 
I am trying to get a project from PVCS, all work fine if i use the attribute
"label" (where i can specified versions, M-revisions and promotions groups)
but if i try to use the attribute "promotiongroup" 

My code is: 

  <target name="get_pvcs"> 
      <echo message="Getting ${get.module} from PVCS....."  /> 
      <pvcs repository="${pvcs.dir}/${current.module}" pvcsbin="${pvcs.bin}"
pvcsproject="${get.module}" force="yes" label="1.1"
promotiongroup="Development"     /> 

   </target> 

and i allways get this error: 
get_pvcs: 
     [echo] Getting /isaisua/be/isaserver from PVCS..... 
     [pvcs] PVCS Version Manager (VMGUI) v6.7.00 (Build 894) for Windows
NT/80x86 
     [pvcs] Copyright 1985-2000 MERANT.  All rights reserved. 
     [pvcs] PVCS Version Manager (get) v6.7.00 (Build 894) for Windows
NT/80x86 
     [pvcs] Copyright 1985-2000 MERANT.  All rights reserved. 
     [pvcs] get: Group "Development" does not exist in promotion hierarchy. 
     [pvcs] get: Group "Development" does not exist in promotion hierarchy. 
     [pvcs] get: Group "Development" does not exist in promotion hierarchy. 
     [pvcs] get: Group "Development" does not exist in promotion hierarchy. 
     [pvcs] get: Group "Development" does not exist in promotion hierarchy. 
     [pvcs] get: Group "Development" does not exist in promotion hierarchy. 
     [pvcs] get: Group "Development" does not exist in promotion hierarchy. 

BUILD FAILED 

D:\JavaBuildFiles\build-basic.xml:422: Failed executing: w:\vm\win32\bin\get
-Y -GDevelopment @D:\JavaBuildFiles\pvcs_ant_8996327492223297969.log

Total time: 21 seconds 

I am sure that Development group exists because if i execute the following
code, it success. 
  <target name="get_pvcs"> 
      <echo message="Getting ${get.module} from PVCS....."  /> 
      <pvcs repository="${pvcs.dir}/${current.module}" pvcsbin="${pvcs.bin}"
pvcsproject="${get.module}" force="yes" label="Development"     /> 

   </target> 

Does anyone know what i am doing wrong?? 
thanks ! 
Natalia 


------------------------------------------------------------------------------
Part of the Halifax Group, Halifax plc, Registered in England No. 2367076.  Registered 
Office: Trinity Road, Halifax, West Yorkshire HX1 2RG. Represents only the Halifax 
Financial Services Marketing Group for the purposes of advising on and selling life 
assurance, pensions and unit trust business.  The Marketing Group is regulated by the 
Personal Investment Authority.  Switchboard 01422 333333.


==============================================================================

Reply via email to