Tagged Questions

3
votes
5answers
339 views

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 …
2
votes
2answers
43 views

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 …
1
vote
1answer
181 views

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 …
0
votes
0answers
8 views

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 …
0
votes
2answers
60 views

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 …
0
votes
4answers
153 views

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 …
0
votes
0answers
25 views

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 …
0
votes
1answer
28 views

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 …
0
votes
0answers
224 views

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 …
0
votes
2answers
156 views

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 | | | | …