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
07-16-2003 08:26 AM
07-16-2003 08:26 AM
thanks!
Solved! Go to Solution.
- Tags:
- rcs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 10:39 AM
07-16-2003 10:39 AM
Re: rcs
I would check out the 7/12/03 version, check in the 3/05/03 version, then check in the 7/12/03 version.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 11:30 AM
07-16-2003 11:30 AM
Re: rcs
Hi Marty! thanks for the input. What you are saying is that I'd still be able to get the 7/12/03 version. what command should I use? I thought I might have overwritten that version with the old one I checked in (3/05/03).
I have a follow up question. In my 07/12/03 file1 version I have the following in the file:
# $Id: example.sh,v 1.1 2003/07/12 20:59:07 htc Exp mag $
If my 03/05/03 version had an older version
# $Id: example.sh,v 1.0 2003/03/05 20:00:07 htc Exp mag $
and then I try to check in a revision of the older file1
# $Id: example.sh,v 1.1 2003/07/14 20:00:07 htc Exp mag $
what will happen to the 2003/07/12. from what you are saying, the 07/12 is still there right? just wanted to make that clear. I hope I didn't mess up the rcs. :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 11:53 AM
07-16-2003 11:53 AM
Solutionco -r1.1 file1,v
or by date:
co -d"07/12/2003" file1,v
The whole point of rcs (and SCCS) is that changes are saved as revisions/versions and you can recover to whatever revision/version you need.
BTW, rlog file1,v also gives some useful information about what is contained in the rcs file.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 11:55 AM
07-16-2003 11:55 AM
Re: rcs
man rcsintro
give a good introduction to rcs.
HTH
Marty