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
1
vote
1 answer

PVCS deleting a file from the project

I have a java project stored in Serena Dimensions, and edited from eclipse. When trying to delete, i get the message: Delete Item - Cor0005207E Error: Item <> is included in a release or archive Baseline. Which is correct. I don't want to eradicate…
hyperman
  • 1,324
  • 1
  • 11
  • 21
1
vote
1 answer

Xcode with PVCS

Just curious if anyone have worked with PVCS and Xcode? I am trying to access SCM and wanted to make sure if it's even supported. Thanks.
Shawn Sngh
  • 51
  • 1
  • 1
  • 4
1
vote
1 answer

Is there any document for migrating code from PVCS to github with history?

what is the best way to migrate the code from serena pvcs to github? Do I need to migrate the code first to svn then migrate to github?
KV9
  • 15
  • 6
1
vote
1 answer

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…
Eric Hendrickson
  • 305
  • 1
  • 2
  • 9
1
vote
2 answers

what is the meaning and difference PVCS version - SVN revision - GIT sha value

Can any one help me to know about the difference and the meaning about PVCS version number - Subversion revision number - git sha value.
Nanda
  • 115
  • 1
  • 11
1
vote
3 answers

project deployment automation with PVCS

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 | | |…
Jon
  • 15,110
  • 28
  • 92
  • 132
1
vote
1 answer

Is a GIT repo with tens or hundreds of thousands of commits just too big?

I've been tasked with migrating our entire PVCS repository to git including all of the history. The only way that I've come up with to do this is to run a PVCS VLOG command to extract the revision history (for all files) to a file and then parse…
Ben_G
  • 770
  • 2
  • 8
  • 30
1
vote
3 answers

Serena Dimensions command line (dmcli) documentation

Does any one has Serena Dimensions command line (dmcli) documentation PDF? To get one from Serena website, I will need a serial number, and for that I will have to raise an organization level request. So it will be helpful if someone could provide…
Asheesh
  • 129
  • 1
  • 3
  • 9
1
vote
0 answers

Promoting and labeling files with pvcs and nantcontrib

We are facing a problem with nant 0.92 and pvcs 8.4. Our daily build process include 1. gather files from a promotion group "X" 2.do a build with the files gathered. 3.Promote the files in the promotion group "X" to "Y" 4.Label these files with a…
Satish
  • 445
  • 2
  • 4
  • 15
1
vote
0 answers

How to make an old version Merant PVCS work in Windows 7?

I am trying to make an old version of Merant PVCS function in Windows 7. The version my company has installed is: 8.0.2.3 Build 662 The application installs ok, but it does not open. It basically just blinks on the screen and goes away without any…
The Sasquatch
  • 763
  • 1
  • 9
  • 17
0
votes
1 answer

PVCS 6.0 Checkout with Folder Hierarchy

We are using PVCS 6.0 in our current project . I want to checkout the complete project along with the folder hierarchy into my working directory. Currently if I select the project and do a checkout, it just dumps all the file into my working folder…
ybelsare
  • 11
  • 2
0
votes
0 answers

K8s PVC "the object provided is unrecognized (must be of type PersistentVolumeClaim)

While I am attempting to delete a PVC, I get the following message. {'kind': 'Status', 'apiVersion': 'v1', 'metadata': {}, 'status': 'Failure', 'message': "the object provided is unrecognized (must be of type PersistentVolumeClaim): couldn't get…
Pasan Chamikara
  • 715
  • 9
  • 21
0
votes
2 answers

Can we upload aritfacts (.jar/.zip) created as part of jenkins pipeline to Azure Devops?

I am working on a project which needs me to migrate the storage of artifacts from PVCS to Azure Devops. (Problem statement was provided like that) Current Setup: The Jenkins Pipeline takes a master.xls file from a folder created (unique for each…
0
votes
3 answers

Creating tags//branches in version control with only some files

I'm already working with PVCS control version, but I'm about to start a new project and would like to migrate to Git/SVN keeping the same structure as I had. The code is C, and it's structured so that each C "object" has its own tag, in which there…
0
votes
1 answer

how to handle yes or no question while running a process

I am trying to execute a command by Process in c#, but problem is that that command ask a question (y/n) and process hang there. would you mind recommend me a solution? public static OutputEventArgs execSync(string exe, string arguments) { …
Amir
  • 1,919
  • 8
  • 53
  • 105