Hi ,
We are using PVCS 6.0 in our current project . I want to checkout the complete project
along with the folder heirarchy into my working directory . currently if i select the project and do a checkout , it just dumps all the file into my working folder without any heirarchy . Any idea about how to go about this ? ...
any help is appreciated
I have a large sln with many project.
I just made a change in project A and it build 9 other projects that project A references, but that had no code change.
Anyone know of any tricks to speed this process up?
I need a set of tasks that need to be executed exactly once for the entire solution. This will run tasks that will modify each project to run a separate set of tasks for each project. We had done this earlier using a separate project to the solution which had the solution level tasks, but we want to move away from that. Has anyone done this or does anyone have any suggestions on how to implement this?