pvcs

Can I migrate from ClearCase to Serena VM?

I have a repository using Rational ClearCase Explorer 2003.06.10+ which I want to migrate into Serena ChangeMan Version Manager 8.1.4.2. Is this possible? The ClearCase repository was not used for all it's functions, just as a place to hold copies of documents, so the only thing I need to keep is the files and their version histories. ...

project deployment automation with PVCS

Hi all, We use PVCS for source control for all our code. We have 7 Servers across the EU covering 17 countries. PVCS mimics our folder structure in production: folderA | |--folderB | | | | -- folderC | | | | -- folder | --folderD | | | | -- folderE | | | | -- folderF Our projects can be dependant on ...

PVCS compiler -- Linkflags and LINK : warning LNK4044: unrecognized option '/link'; ignored

I am using the PVCS compiler in conjunction with Microsoft Visual Studio 2008 (a/k/a version 9.0). In any event, we are using a “.inc” file to set up our makefiles. The situation for linkflags is not good, We need something like: LINKFLAGS = /link /NODEFAULTLIB:MSVCRT.lib If the “/link” part is removed, the flags are not seen or rec...

Subversion: Can multiple copy operations be done in a single revision?

From what I understand about transactions in Subversion this should be possible in principle, but I don't know any tool that supports it. The background is that we are discussing a migration from PVCS Dimensions to Subversion, and the main feature cited as missing in Subversion is "Design Parts". A design part is an arbitrary collection...

PVCS 6.0 Checkout with Folder Heirarchy

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 ap...

Using PVCS for DOS (Intersolv version) on Win'XP

Is anybody (for whatever reason) successfully using old PVCS ver.5.1.1 for DOS (by Intersolv) on Win'XP system? I'm having the following problem: Either immediately or after several successfully operations we get an error message "license notification: not configured to access network files". After this happens all subsequent attempt...

Ideas on setting up a version control system...

I've been tasked with setting up a version control for our web developers. The software, which was chosen for me because we already have other non-web developers using it, is Serena PVCS. I'm having a hard time trying to decide how to set it up so I'm going to describe how development happens in our system, and hopefully it will gene...

How to change structure of subversion repository after a migration?

Hi, I am a newbie to both Subversion and PVCS VM I currently migrated my project from PVCS VM to Subversion And I now have this structure I got the project and in my project i got my components inside each components I have trunk, branches and tags. We are trying to change the structure to have the project and then I got my components...

How do I delete all files with a certain extension from a PVCS project?

I am splitting out all static content (js, png, gif, jpg, html, etc) files from a large pvcs project and moving them into a separate pvcs project. How can I delete the files from the existing project without manually going through it and deleting each one? ...

Has anyone here ever switched Version Control System from PVCS/Serena Dimensions to Subversion?

A Google search revealed the existence of some custom scripts, for example PVCS --> CVS and then cvs --> svn should be quite straightforward. But ... Has anyone really tried them? With which versions of the platforms? Other migration experiences might be useful to know about too. Thanks. ...

Visual Studio 8, PVCS or Rational ClearCase

We are currently using Visual Studio 8 with Visual Source Safe. Due to customer requirement, we must migrate to either PVCS or Rational ClearCase, Team System is not an option. Please recommend one of these two options, giving pros/cons from experience with each. How well does each integrate with Visual Studio 8? ...

Check files out of PVCS with nant & nantconrib

I'm taking my first steps with nant and nantcontrib so please bear with me! The steps I would like to perform with nant are the following: Get the latest files from PVCS Check-out (i.e. for editing) the AssemblyInfo.cs so I can automatically take care of versioning etc. Once the build has completed, check in AssemblyInfo.cs Label all ...

What to do with PVCS Version Manager 7.5

Hi all. At work we use PVCS Version Manager 7.5 on a project. The project mainly uses PL/SQL and Java. Now I have never liked the way PCVS VM handles stuff. Especially when I would like to re-organize the layout of some of our projects. Subversion would handle this much more elegant (hiding files you have deleted in earlier revisions). ...

Working Copy View in PVCS?

Hello everybody, My company is using presently SVN and testing other tools in order to migrate, if a more convenient tool is found. My question is about PVCS. I just wanted to know if PVCS features a view of the working copy as SVN does? As far as I know, in older versions, one has to work in local, out of the control of PVCS, then c...

Weird error when trying to add a stored procedure to PVCS

I'm trying to add an SQL stored procedure to our PVCS directory, and I'm seeing a weird error pop up. First, I get a dialog box containing ÿþC. When I click OK on this dialog box, I'm told that - An error has ocurred: The stored procedure code does not use the CREATE method. Please check your syntax. Despite the fact that my...