<?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 usage question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512952#M870140</link>
    <description>Joseph - thank you for the info - &lt;BR /&gt;Bill - thanks much for the good detail!</description>
    <pubDate>Tue, 10 Apr 2001 13:58:39 GMT</pubDate>
    <dc:creator>Mark Grossman</dc:creator>
    <dc:date>2001-04-10T13:58:39Z</dc:date>
    <item>
      <title>RCS usage question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512946#M870134</link>
      <description>We have K,L,N hp-ux 11.0 systems.&lt;BR /&gt;The Oracle programmers have asked me to look at some kind of version control. They do a lot of revision to things like Oracle Reports 2.5 files. These files are non-text binary files. I was looking at RCS on unix and the various freeware window front ends from GNU, etc. &lt;BR /&gt;However, the man page for RCSINFO clearly states that rcs is for text only files and could corrupt binary files. But from what ive read on the web and from others here at work it sounds like people are using rcs for non-text files.&lt;BR /&gt;Am I missing something or does anyone have any suggestions?&lt;BR /&gt;thank you,&lt;BR /&gt;Mark Grossman</description>
      <pubDate>Tue, 03 Apr 2001 14:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512946#M870134</guid>
      <dc:creator>Mark Grossman</dc:creator>
      <dc:date>2001-04-03T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: RCS usage question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512947#M870135</link>
      <description>yes, you can store binary data in RCS files.</description>
      <pubDate>Tue, 03 Apr 2001 19:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512947#M870135</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-04-03T19:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: RCS usage question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512948#M870136</link>
      <description>From what I remember, the Oracle guys from my last job did use RCS to store binaries file and they had no problem with it.</description>
      <pubDate>Wed, 04 Apr 2001 03:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512948#M870136</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-04T03:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: RCS usage question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512949#M870137</link>
      <description>kevin, phillip - thanks for the input,&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 04 Apr 2001 14:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512949#M870137</guid>
      <dc:creator>Mark Grossman</dc:creator>
      <dc:date>2001-04-04T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: RCS usage question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512950#M870138</link>
      <description>Try using SCCS rather than RCS as I believe that is has a binary file option.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph.</description>
      <pubDate>Sat, 07 Apr 2001 17:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512950#M870138</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2001-04-07T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: RCS usage question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512951#M870139</link>
      <description>Recent versions of RCS handle binary files correctly if you flag the RCS file as binary when you create it.  RCS keeps the most recent version intact and stores the changes required to get back to the prior version if needed.  Make sure you have a current version if you choose RCS.  I have used it for 250,000 lines of SQL and PL/SQL source code.&lt;BR /&gt;&lt;BR /&gt;Unless the model has been changed, SCCS always start with the fist version checked in, then applies all intermediate edits to get to the latest version. &lt;BR /&gt;&lt;BR /&gt;Consider CVS which is currently built on RCS to mange files in projects.  It will check for binary files when importing the initial files and allows for binary and text addtions to the repository.  WinCVS provides a browser type interface for Windows if that is desired.  There is also an module that provides an SCC compliant interface.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2001 01:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512951#M870139</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2001-04-10T01:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: RCS usage question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512952#M870140</link>
      <description>Joseph - thank you for the info - &lt;BR /&gt;Bill - thanks much for the good detail!</description>
      <pubDate>Tue, 10 Apr 2001 13:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcs-usage-question/m-p/2512952#M870140</guid>
      <dc:creator>Mark Grossman</dc:creator>
      <dc:date>2001-04-10T13:58:39Z</dc:date>
    </item>
  </channel>
</rss>

