Questions tagged [pvcs]

Synergex PVCS is a collection of tools that provide integrated version control, bug tracking, and configuration management for software projects.

PVCS is a collection of tools that provide integrated version control, bug tracking, and configuration management for software projects.

40 questions
7
votes
8 answers

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…
starblue
  • 55,348
  • 14
  • 97
  • 151
6
votes
1 answer

How to migrate repository from PVCS Version Manager to GitHub?

I want to migrate all history and versions of my project repository from PVCS VM to Git/GitHub. I believe that it is possible to do this migration, but i didn't know the way to. Can you anyone share your knowledge?
Rajkumar
  • 69
  • 2
5
votes
2 answers

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…
Stephen Swensen
  • 22,107
  • 9
  • 81
  • 136
3
votes
1 answer

Migrating source code from PVCS to SVN

I am trying to migrate the source code from PVCS to Git. While searching I found that PVCS can be first migrated to SVN and then to Gitwith the help of this link. As, we are having many projects in PVCS. we wanted to take the dump of all the…
Nanda
  • 115
  • 1
  • 11
3
votes
1 answer

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…
Rich B
3
votes
1 answer

Moving projects from PVCS into Git

My firm is looking to move projects from PVCS to git but the firm wants all the history, can this be done?
JMSAZ2013
  • 713
  • 1
  • 6
  • 17
2
votes
1 answer

PVCS to SVN migration - How to write PVCS Labels to SVN Log Msg

We are in the process of migrating from PVCS to Subversion. I have demoed a PVCS export => SVN import that does the job quite nicely for us but we have one issue. We have made extensive use of PVCS labels and these give us a clear and consistent…
Karl
  • 3,312
  • 21
  • 27
2
votes
1 answer

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…
TK.
  • 46,577
  • 46
  • 119
  • 147
2
votes
2 answers

GIT comment replacement and injection

Can GIT do injection/token replacement at the point of code checkin? PVCS did something for firm XYZ by injecting/token replacement for values. Case in point: If we have code that looked like this: /* $Workfile:$ * Created By: [Developer Name…
JMSAZ2013
  • 713
  • 1
  • 6
  • 17
2
votes
1 answer

How to export revision history from PVCS?

I have inherited an old server that has a PVCS Version Manager installed. I have tried the "get" but it only exports the latest changes. Is there a way to export revision history from Serena?
Mike
  • 21
  • 2
2
votes
2 answers

Trouble running command from C# and capturing StandardOutput

I'm trying to run the command line utility PCLI.exe from C# and having no luck. I'm constructing a ProcessStartInfo object and have set process.StartInfo.RedirectStandardOutput = true, but when I try to read process.StandardOutput I get the…
Ben_G
  • 770
  • 2
  • 8
  • 30
2
votes
1 answer

PVCS checked out files to GIT

I am trying to get files in PVCS to GIT repository , as I found out there seems to be no easy way to doing this I have revision like so File.cbs_rev_1 File.cbs_rev_1_0_2 excetra... can I get all files along with their revision/version into GIT ??
david xavier
  • 71
  • 1
  • 5
2
votes
2 answers

How to add a directory with source files in PVCS

I'm using PVCS Version Manager. I have a local directory hat needs to be added as is to PVCS. The only option i see is "Add Workfiles" which is only allowing to add files but do not see an option for adding a folder/directory itself.
iaav
  • 484
  • 2
  • 9
  • 26
2
votes
2 answers

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…
AndreaG
  • 1,106
  • 2
  • 12
  • 28
2
votes
2 answers

Experience with SLL file type, maybe its a Serena or Synergex PVCS file?

I have a set files with extension .sll (not ssl) that we are trying to figure out (we have permission to do whatever with them) These are supposed to be Smalltalk files, but from what I can tell these might be Serena PVCS files (with Smalltalk…
user1857742
  • 151
  • 2
  • 10
1
2 3