Version Controller for Components


 
Thread Tools Search this Thread
Operating Systems HP-UX Version Controller for Components
# 1  
Old 06-03-2014
Version Controller for Components

Hi, I am new to the Unix world and in my current project i have to work on HP MPE/iX and MF-COBOL. They do not have a Change management and version controller till now. Can you please help me with the name of the product which can fit well in this purpose. Please advice. Ty.
# 2  
Old 06-04-2014
Are you looking to control version of your application code? You could try sccs as a starter. It's a bit clunky and will need some setting up. Otherwise you may have to manually control the versions with date/time added into the filenames, or you could keep all the source on another server (Windows perhaps) where these tools are more readily available and have a controlled implementation process so you deliver and compile the right versions.

Possibly not the answer you wanted, but a start. A would expect there to be commercial software available on the HP-UX server, but it depends if you have a budget for it and if your OS version is current enough.


I hope that this helps.

Robin
This User Gave Thanks to rbatte1 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Starting all the components simultaneously through script

Hi Folks , I have the below script that will start the components one by one by giving an interval of few seconds that if first component is started then there is interval of few seconds and then the second component is started , but by this way it takes time, i want to make the process faster... (8 Replies)
Discussion started by: punpun66
8 Replies

2. Hardware

How to find manufacture of laptop components?

Hi guys, I want to buy a lenovo Z500 laptop and install fedora 19 on it. I want to know if there would be any problem with drivers. I looked at specification. it says for wireless communication it uses Intel Centrino Wireless N-2230. according to this link kernel supports it. The problem is... (3 Replies)
Discussion started by: majid.merkava
3 Replies

3. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies

4. Solaris

components of solaris 11

i want to know the system components of solaris 11. for SLES11 system components are Linux Kernel 2.6.27.8rc1 GCC 4.3.2 glibc 2.9 X.Org 7.4 XEN 3.3.1 KVM 78 i need those components for solaris 11 (4 Replies)
Discussion started by: snreddy_gopu
4 Replies

5. UNIX for Dummies Questions & Answers

What is the components of semaphore?

What is the components of semaphore? (1 Reply)
Discussion started by: dearanik
1 Replies

6. HP-UX

List Hardware components in HP UX

Hello Everybody: I need to check how many memory slots and the size of each I have on my HP UX system, is there something equilivant to prtcong in Solaris to display the list of HW compnents. Thanks alot . Aladdin (5 Replies)
Discussion started by: aladdin
5 Replies
Login or Register to Ask a Question