<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rcs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025578#M131464</link>
    <description>Almost forgot:&lt;BR /&gt;&lt;BR /&gt;man rcsintro&lt;BR /&gt;&lt;BR /&gt;give a good introduction to rcs.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
    <pubDate>Wed, 16 Jul 2003 18:55:27 GMT</pubDate>
    <dc:creator>Martin Johnson</dc:creator>
    <dc:date>2003-07-16T18:55:27Z</dc:date>
    <item>
      <title>rcs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025574#M131460</link>
      <description>hello all! I have a question about rcs logs. I currently have checked in file1 on 7/12/03. And I have an older version of file1 on my local filesystem 3/05/03. If I checked in my older version, will the logs for the 7/12/03 file1 version be overwritten? &lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Wed, 16 Jul 2003 15:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025574#M131460</guid>
      <dc:creator>mango_1</dc:creator>
      <dc:date>2003-07-16T15:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: rcs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025575#M131461</link>
      <description>If you check in the older version, it will become the latest version (i.e. if you just do a check out, it will be the version you get). You would have to check out the previous version (latest -1) to get the 7/12/03.&lt;BR /&gt;&lt;BR /&gt;I would check out the 7/12/03 version, check in the 3/05/03 version, then check in the 7/12/03 version.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 16 Jul 2003 17:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025575#M131461</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-07-16T17:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: rcs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025576#M131462</link>
      <description>&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;I have a follow up question. In my 07/12/03 file1 version I have the following in the file:&lt;BR /&gt;&lt;BR /&gt;# $Id: example.sh,v 1.1 2003/07/12 20:59:07 htc Exp mag $&lt;BR /&gt;&lt;BR /&gt;If my 03/05/03 version had an older version&lt;BR /&gt;&lt;BR /&gt;# $Id: example.sh,v 1.0 2003/03/05 20:00:07 htc Exp mag $&lt;BR /&gt;&lt;BR /&gt;and then I try to check in a revision of the older file1&lt;BR /&gt;&lt;BR /&gt;# $Id: example.sh,v 1.1 2003/07/14 20:00:07 htc Exp mag $&lt;BR /&gt;&lt;BR /&gt;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. :(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jul 2003 18:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025576#M131462</guid>
      <dc:creator>mango_1</dc:creator>
      <dc:date>2003-07-16T18:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: rcs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025577#M131463</link>
      <description>You can retrieve by revision number:&lt;BR /&gt;&lt;BR /&gt;co -r1.1 file1,v&lt;BR /&gt;&lt;BR /&gt;or by date:&lt;BR /&gt;&lt;BR /&gt;co -d"07/12/2003" file1,v&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;BTW, rlog file1,v also gives some useful information about what is contained in the rcs file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 16 Jul 2003 18:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025577#M131463</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-07-16T18:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: rcs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025578#M131464</link>
      <description>Almost forgot:&lt;BR /&gt;&lt;BR /&gt;man rcsintro&lt;BR /&gt;&lt;BR /&gt;give a good introduction to rcs.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 16 Jul 2003 18:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs/m-p/3025578#M131464</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-07-16T18:55:27Z</dc:date>
    </item>
  </channel>
</rss>

