HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuration Management Software
Operating System - HP-UX
1830168
Members
13002
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 08:11 AM
07-02-2001 08:11 AM
I am looking for software that will allow me to check in and check out programs/shells on my unix box. I was told that there is a software package called something like "RCPS", but I have been unable to find it on my machine. Can anyone tell me anything about this?
Thanks in advance.
Lisa
Thanks in advance.
Lisa
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 08:21 AM
07-02-2001 08:21 AM
Solution
Hi Lisa,
You actually have two options to choose from:
1) rcs (Revision Control System)
and
2) SCCS (Source Code Control System)
Both work in a similar manner, the idea is that you checxk out a file and revise it and then check it back in with your revisions. The system keeps up with your 'deltas' so that it is possible to recreate a past version of a routine. Of the two systems, rcs is probably easier to use. You can man rcs and sccs for details.
Clay
You actually have two options to choose from:
1) rcs (Revision Control System)
and
2) SCCS (Source Code Control System)
Both work in a similar manner, the idea is that you checxk out a file and revise it and then check it back in with your revisions. The system keeps up with your 'deltas' so that it is possible to recreate a past version of a routine. Of the two systems, rcs is probably easier to use. You can man rcs and sccs for details.
Clay
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 06:16 PM
07-02-2001 06:16 PM
Re: Configuration Management Software
You have three options for free configuration management software.
rcs - stores the latest revision and the difference to get
back to prior versions. It is file based, so you need to
manage files individually. It does a decent job of
retaining permissions. Often installed on UNIX and
available for Windows.
sccs - store the initial version and the changes made to
it. File based like rcs. Again file based, but doesn't retain
permissions. Usually installed on UNIX and I haven't
found a Windows version.
cvs - is based on rcs but works on projects (directories
and directory trees). Files are stored in a repository
which can be network based. Has a larger learning curve
than rcs to setup. Available for UNIX, Windows, and
Macs. Files are usually read-only until you check them
out for editting.
I would recommend you start with rcs. Create an RCS
directory in each directory you work in to keep your
checked in files. You can move these files into the
cvs repository if you upgrade.
If you are setting up configuration management for a
development project, bite the bullet and start with cvs.
rcs - stores the latest revision and the difference to get
back to prior versions. It is file based, so you need to
manage files individually. It does a decent job of
retaining permissions. Often installed on UNIX and
available for Windows.
sccs - store the initial version and the changes made to
it. File based like rcs. Again file based, but doesn't retain
permissions. Usually installed on UNIX and I haven't
found a Windows version.
cvs - is based on rcs but works on projects (directories
and directory trees). Files are stored in a repository
which can be network based. Has a larger learning curve
than rcs to setup. Available for UNIX, Windows, and
Macs. Files are usually read-only until you check them
out for editting.
I would recommend you start with rcs. Create an RCS
directory in each directory you work in to keep your
checked in files. You can move these files into the
cvs repository if you upgrade.
If you are setting up configuration management for a
development project, bite the bullet and start with cvs.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP