This will work on PVCS server and not on remote m/c, to do a get from PVCS on remote client m/c you have to use download.exe, which you can find at at the following path: \Serena\ChangeMan\Dimensions\9.1\prog This is the only way I have seen to do a get from PVCS, I have done something like this,
<target name="develop"> <exec executable="download.exe" failonerror="true" searchpath="true"> <arg line="-r -C ${folder}/${to}${get.code} -D \\ -W workset:${name}"/> </exec> </target> And if you are planning to automate this process there is a hurdle when you will run this target you will get login dialogue box where you have to fill the required information, this is the major disadvantage of download utility provided by serena that it doesn't run in silent mode, to overcome this issue we have written a utility which captures this PVCS login dialogue box and enters the password. So when I run this target and the capture utility using ANT <parallel> task. If you are interested I will defiantly going to help in this. Because Serena doesn't provide a good support for there products and for months I was struggling to use this <PVCS> task, but.. Wishes Pritesh -----Original Message----- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 10:05 PM To: Ant Users List Subject: Re: pvcs - ant usage.. I am using 1.6.5... I looked in the online docs and saw the user id attribute but not a password one... [EMAIL PROTECTED] wrote: > I am using ant versin 1.6, can u confirm yours.. > > no probs.. thanks for that infor. > > > > > "Scot P. Floess" <[EMAIL PROTECTED]> > 06/27/2006 09:40 PM > Please respond to "Ant Users List" > > To: Ant Users List <user@ant.apache.org> > cc: (bcc: prashanth.l/Polaris) > Subject: Re: pvcs - ant usage.. > > > I just looked at the document and it seems that you can do: > > <pvcs ... userid = "<your user id>" > > It's been a long time since I had to use PVCS...and I never used ant > with it when I did... Regarding the password, no clue... > > Sorry I can't be more help... > > [EMAIL PROTECTED] wrote: > >> where to specify pvcs user id & password.. >> >> <pvcs repository="/mnt/pvcs" pvcsproject="/myprj"/> >> >> there is no option in the manual pages.. >> >> Thanx Scot, >> Prashant >> >> >> >> >> "Scot P. Floess" <[EMAIL PROTECTED]> >> 06/27/2006 08:06 PM >> Please respond to "Ant Users List" >> >> To: Ant Users List <user@ant.apache.org> >> cc: (bcc: prashanth.l/Polaris) >> Subject: Re: hi.. >> >> >> Take a peak at the <pvcs> task defined in the optional tasks... >> >> [EMAIL PROTECTED] wrote: >> >> >>> new joinee to the group.. can anyone of you post how to get files from >>> pvcs & overwrite in sequence... >>> >>> advance thanx for ur help... >>> >>> Bye.. >>> >>> This e-Mail may contain proprietary and confidential information and is >>> > > >> sent for the intended recipient(s) only. If by an addressing or >> transmission error this mail has been misdirected to you, you are >> requested to delete this mail immediately. You are also hereby notified >> that any use, any form of reproduction, dissemination, copying, >> disclosure, modification, distribution and/or publication of this e-mail >> > > >> message, contents or its attachment other than by its intended >> > recipient/s > >> is strictly prohibited. >> >> >>> Visit us at http://www.polaris.co.in >>> >>> >>> >>> >> > > -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-754-4592 (Work) Chief Architect JPlate http://sourceforge.net/projects/jplate Chief Architect JavaPIM http://sourceforge.net/projects/javapim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] 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 proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]