- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what is RCS
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
09-14-2001 09:12 AM
09-14-2001 09:12 AM
1) where do i get the latest RCS binaries?
...like /usr/bin/rlog which on my system is dated back to 02/1999
2) what does RCS even mean?
i searched the forums and docs.hp.com and found nothing, thx in advance for any help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:16 AM
09-14-2001 09:16 AM
Re: what is RCS
http://hpux.cs.utah.edu/hppd/hpux/Users/rcs-5.7/
This allows you to keep track of who is modifying whatever files you set RCS up to monitor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:20 AM
09-14-2001 09:20 AM
Re: what is RCS
If a "check-in" is applied to a file, it creates the RCS archive of the file with a suffix of ,v.
For ex., if your script is my_script
$ci my_script
will create a ,v file. Now you can checkout this file, modify and keep checking in to create revisions.
rlog gives you the information about the RCS archive and the revision histories and tags.
It comes by default with HP and I don't think we can do anything to upgrade the "version of RCS" itself.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:21 AM
09-14-2001 09:21 AM
Re: what is RCS
revision control - not sure what s is.
The man page says that it was developed by
Walter R. Tichy
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:29 AM
09-14-2001 09:29 AM
Re: what is RCS
Here are couple of links for RCS tutorials
http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/rcs/
Very basic tutorial for RCS
http://galton.uchicago.edu/~gosset/Compdocs/rcs
.html
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:37 AM
09-14-2001 09:37 AM
Re: what is RCS
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 10:44 AM
09-14-2001 10:44 AM
Re: what is RCS
"./conf.sh: This command should not be run with superuser permissions."
1) i cannot install as root?
Sridhar: i think/hope i can upgrade the RCS version that ships with HP-UX 11.00 ...because its over 2 years old in my newly installed system!
Ramesh: that uchicago.edu link forbids me from seeing anything
Santosh: actaully i need updated RCS stuff for viewcvs and/or cvsweb ...not for CVS itself. viewcvs/webcvs allow users to view files on the browser
2) has anyone had any luck installing RCS on HP-UX 11.00, as i mentioned to Patrick, i am having problems with the source code from his given link
thx again, and for such quick responses!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 11:06 AM
09-14-2001 11:06 AM
Re: what is RCS
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 11:07 AM
09-14-2001 11:07 AM
Re: what is RCS
That's odd. I just downloaded the source from the same URL and was able to compile and install as root. I just untarred the source, did a make, and then did a make install.
Could you try deleting the unarchived source, re-extracting from the archive and then try to build it.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 12:16 PM
09-14-2001 12:16 PM
Re: what is RCS
In the previous post the .html was missing, but this should work.
http://galton.uchicago.edu/~gosset/Compdocs/rcs.html
Also i tried downloading the rcs 5.7 and tried make both as a regular user and as root and had no problem.
I infact tried recreating the Makefile (./configure.old) and then ran make, had no problems. (when HP bundled this software, they modified the configure and moved it to configure.old)
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 02:13 PM
09-14-2001 02:13 PM
Re: what is RCS
1) now i have the problem of having RCS binaries in /usr/bin (old ones) and in /opt/rcs (new ones)
2) now i have the problem of having RCS man pages in /usr/share/man/man1.Z (old) and in /opt/rcs/man (new)
3) is it OK to just move the binaries and man pages over, and redo "catman -m" ...as so not to modify PATH and MANPATH
Sridhar: yes, viewcvs needs a later version of rlog to function properly
Santosh: thx for your input, i did it your way and the make was OK. it was not clear to me that you could just run make after tar. i ran configure after tar (mv configure.old configure) then ran make to get the error
Ramesh:
1) if you got make to work after doing a configure, then i am just wondering if you did that as root?
thx again for your great responses!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 02:42 PM
09-14-2001 02:42 PM
Re: what is RCS
Anyway.. time to call it a day..
Enjoy your weekend.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 02:59 PM
09-14-2001 02:59 PM
Re: what is RCS
CVS - Concurrent Versioning System (project based)
I use both extensively. The latest versions of CVS use
an internal implementation of RCS. For managing
sets of files in a directory tree CVS works well. Remote
access and concurrent development are well handled.
For tracking changes to single files or small sets of
files I use RCS. I track my system configuration file
changes this way.
CVS uses a CVS subdirectory to track changes and
location of the central repository.
RCS will use an RCS subdirectory to store the RCS files.
As CVS uses RCS to manage files, individual files can be moved between the two systems. Both handle
branching, change logging, and other configuration
management issues.