<?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: SCCS Help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779579#M76891</link>
    <description>Hello, I used # co filename.sql to get the file back&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Aug 2002 10:03:35 GMT</pubDate>
    <dc:creator>Ash_4</dc:creator>
    <dc:date>2002-08-05T10:03:35Z</dc:date>
    <item>
      <title>SCCS Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779573#M76885</link>
      <description>Hello Masters Need UR Kind Help,&lt;BR /&gt;    I have received some source code file from one of our site (eg. .sql, .pc, etc file) but with extention (,v) like filename.sql,v.&lt;BR /&gt;Since they are using sccs hp tools for maintaining source code.&lt;BR /&gt;&lt;BR /&gt;Pl explain how can i convert these file to normal file.&lt;BR /&gt;&lt;BR /&gt;filename.sql,v --&amp;gt; filename.sql&lt;BR /&gt;&lt;BR /&gt;Thanks in adv.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 09:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779573#M76885</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-05T09:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: SCCS Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779574#M76886</link>
      <description>very easy!&lt;BR /&gt;&lt;BR /&gt;# mv filename.sql,v filename.sql</description>
      <pubDate>Mon, 05 Aug 2002 09:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779574#M76886</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-08-05T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: SCCS Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779575#M76887</link>
      <description>I mean how can i convert it using sccs.</description>
      <pubDate>Mon, 05 Aug 2002 09:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779575#M76887</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-05T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: SCCS Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779576#M76888</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Use  the command get.&lt;BR /&gt;See the man-page for get if you want&lt;BR /&gt;to extract one particular version of the&lt;BR /&gt;source-file.&lt;BR /&gt;sccs  is not an HP tool, you will find it&lt;BR /&gt;on most UNIX-machines.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav</description>
      <pubDate>Mon, 05 Aug 2002 09:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779576#M76888</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-08-05T09:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: SCCS Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779577#M76889</link>
      <description>&lt;BR /&gt;Hi again,&lt;BR /&gt;&lt;BR /&gt;As the file endes with the extention ,v  it&lt;BR /&gt;may be that  RCS  has been used for source&lt;BR /&gt;code  revision control - not sccs.&lt;BR /&gt;&lt;BR /&gt;If that is the case you must use the &lt;BR /&gt;rcs command  co&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;  co  filename.sql&lt;BR /&gt;&lt;BR /&gt;will check out the latest version of &lt;BR /&gt;filename.sql&lt;BR /&gt;&lt;BR /&gt;You  may use the rlog  command as a quick&lt;BR /&gt;check to see if RCS has been used:&lt;BR /&gt;&lt;BR /&gt;  rlog  filename.sql&lt;BR /&gt;&lt;BR /&gt;will give  you an overview of the various &lt;BR /&gt;versions of  filename.sql if RCS has been&lt;BR /&gt;used&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 09:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779577#M76889</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-08-05T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: SCCS Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779578#M76890</link>
      <description>Hi,&lt;BR /&gt;    You r correct its a RCS File.&lt;BR /&gt;Can u tell me how to convert this to normal file.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 09:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779578#M76890</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-05T09:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: SCCS Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779579#M76891</link>
      <description>Hello, I used # co filename.sql to get the file back&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 10:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sccs-help/m-p/2779579#M76891</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-05T10:03:35Z</dc:date>
    </item>
  </channel>
</rss>

