Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
1k 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 ...
3
votes
2answers
430 views

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 ...
2
votes
1answer
125 views

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 ...
2
votes
2answers
536 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 ...
2
votes
1answer
346 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 ...
1
vote
1answer
18 views

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 - ...
0
votes
0answers
50 views

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.
0
votes
1answer
130 views

Open source java libraries for CVS & PVCS repositories

What are good open source java libraries for connecting to CVS & PVCS repositories? In a way similar to SVNKit for SVN.
0
votes
1answer
413 views

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 ...
0
votes
2answers
146 views

How to change structure of subversion repository after a migration?

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 ...
0
votes
4answers
309 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
1answer
166 views

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, ...
0
votes
2answers
456 views

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