HI,
I am able to retrieve files from PVCS using pvcs ant task, but the some
of the files are read only. Could you please let me know, how to make all
the files writable after retrieving the files from PVCS.
Thanks,
Chandra
A quick Google on "ant pvcs task" [1] reveals a optional Task for pvcs. [2].
Optional tasks need additional installation that is outlined here :
http://ant.apache.org/manual/install.html#optionalTasks
As for creating deployable components that would depend on what you
intend to deploy.
[1]
Hi All ,
I am very new to PVCS and I have a requirement to run the ant scripts from
the remote system to get the latest code from PVCS and create the deployable
components. I do not know what are the things I need to do to be able to
acheive this. I came to know through google that you guys alrea
pvcs
archives. It will not work on your local machine.
If you search the email archives, you'll see that alternate versions of
the pvcs ant task exist - but you need to build them into ant. Those tasks
have different methods available for setting the pvcs user and passw
> Dear Sir,
> I am using web based PVCS Merant Version Manager tool in my project
> for getting latest source code from repository.
> I am not able to get the latest contents using PVCS ant task.
>
> Can you please let me know how to configure for this kind of PVCS.