| Baseline Get from PVCS | Baseline Get from PVCS 2005-06-09 - By Hardacker, Andrew
Unless the <pvcs> task has been updated recently, I doubt you will be able to use it against Dimensions. If you can do whatever you have to do from the command line, use <exec>. For example, we use this to get code from Merant Version Manager 8 (the new name of PVCS).
<exec executable="${pvcs.bin.dir}\pcli" failonerror="false"> <arg line="get -o -z -q -r${pvcs.project.label} -pr${pvcs.project.repository} -id${pvcs.userid} -a${build.dir} /" /> </exec>
Andy Hardacker
-----Original Message----- From: pritesh.saharey@(protected) [mailto:pritesh.saharey@(protected)] Sent: Thursday, June 09, 2005 12:10 PM To: user@(protected) Subject: Baseline Get from PVCS
Hi All, I want to use ants PVCS task but unable to use it, as I am not getting what all has to be there, I tried doing something like this
<project name="TABS" default="all" basedir="."> <target name="pvcs-get" description="Get from PVCS"> <pvcs repository="C:\Serena\ChangeMan\Dimensions\9.1\prog"> <pvcsproject name="odcwash"/> </pvcs> </target> <target name="all" depends="pvcs-get"> <echo> Don't know its working or not</echo> </target> </project>
But unable to sucessed in getting the code,
PVCS server is in remote machine and client is different machine, so I want to get(recursive) from server by running build.xml file in client m/c Any help will be highly appreciated.
Thanks
Pritesh
Confidentiality Notice
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or Mailadmin@(protected) immediately and destroy all copies of this message and any attachments.
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |