<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1546</id>
	<title>Nabble - Gnu - CSSC - Users</title>
	<updated>2009-09-10T13:29:39Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnu---CSSC---Users-f1546.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnu---CSSC---Users-f1546.html" />
	<subtitle type="html">CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite of tools which is provided with most commercial versions of Unix. The purpose behind CSSC is to provide a work-alike for SCCS which can be used on the various Free versions of Unix.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25390455</id>
	<title>Re: does keyword expansion work?</title>
	<published>2009-09-10T13:29:39Z</published>
	<updated>2009-09-10T13:29:39Z</updated>
	<author>
		<name>Christopher Chen-2</name>
	</author>
	<content type="html">Alright, I'll have to chalk it up as some sort of
&lt;br&gt;operator error somewhere--since I did not keep a log to show.
&lt;br&gt;&lt;br&gt;It worked just fine this morning. &amp;nbsp;Sorry for the alarm.
&lt;br&gt;Thanks for the help.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;On 09/10/2009 02:03 AM, James Youngman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Sep 10, 2009 at 1:31 AM, Christopher Chen
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25390455&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christopher.chen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm using CSSC-1.2.0. &amp;nbsp;The keyword expansion feature (ex. %W%) does
&lt;br&gt;&amp;gt;&amp;gt; not seem to be working. &amp;nbsp;Does it work?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It does:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ rm -f s.foo foo; echo &amp;quot;Hello. &amp;nbsp; %W%.&amp;quot; &amp;gt; foo ; ./admin -i s.foo &amp;lt; foo
&lt;br&gt;&amp;gt; ; ./get -p s.foo &amp;nbsp;2&amp;gt;/dev/null; rm -f s.foo foo
&lt;br&gt;&amp;gt; Hello. &amp;nbsp; @(#)foo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.1.
&lt;br&gt;&amp;gt; $ rm -f s.foo foo; echo &amp;quot;Hello. &amp;nbsp; %W%.&amp;quot; &amp;gt; foo ; ./admin -i s.foo &amp;lt; foo
&lt;br&gt;&amp;gt; ; ./get -wBLAH -p s.foo &amp;nbsp;2&amp;gt;/dev/null; rm -f s.foo foo
&lt;br&gt;&amp;gt; Hello. &amp;nbsp; BLAH.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; James.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25390455&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/does-keyword-expansion-work--tp25375348p25390455.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25380553</id>
	<title>Re: does keyword expansion work?</title>
	<published>2009-09-10T02:03:39Z</published>
	<updated>2009-09-10T02:03:39Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Thu, Sep 10, 2009 at 1:31 AM, Christopher Chen
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25380553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christopher.chen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm using CSSC-1.2.0.  The keyword expansion feature (ex. %W%) does
&lt;br&gt;&amp;gt; not seem to be working.  Does it work?
&lt;br&gt;&lt;br&gt;It does:
&lt;br&gt;&lt;br&gt;$ rm -f s.foo foo; echo &amp;quot;Hello. &amp;nbsp; %W%.&amp;quot; &amp;gt; foo ; ./admin -i s.foo &amp;lt; foo
&lt;br&gt;; ./get -p s.foo &amp;nbsp;2&amp;gt;/dev/null; rm -f s.foo foo
&lt;br&gt;Hello. &amp;nbsp; @(#)foo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.1.
&lt;br&gt;$ rm -f s.foo foo; echo &amp;quot;Hello. &amp;nbsp; %W%.&amp;quot; &amp;gt; foo ; ./admin -i s.foo &amp;lt; foo
&lt;br&gt;; ./get -wBLAH -p s.foo &amp;nbsp;2&amp;gt;/dev/null; rm -f s.foo foo
&lt;br&gt;Hello. &amp;nbsp; BLAH.
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25380553&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/does-keyword-expansion-work--tp25375348p25380553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25375474</id>
	<title>Re: does keyword expansion work?</title>
	<published>2009-09-09T17:44:40Z</published>
	<updated>2009-09-09T17:44:40Z</updated>
	<author>
		<name>Larry McVoy</name>
	</author>
	<content type="html">On Wed, Sep 09, 2009 at 05:31:39PM -0700, Christopher Chen wrote:
&lt;br&gt;&amp;gt; I'm using CSSC-1.2.0. &amp;nbsp;The keyword expansion feature (ex. %W%) does
&lt;br&gt;&amp;gt; not seem to be working. &amp;nbsp;Does it work?
&lt;br&gt;&lt;br&gt;It works in BitKeeper just fine :) &amp;nbsp;Not that that helps you much, but
&lt;br&gt;at least you know there is a (commercial) option that works...
&lt;br&gt;&lt;br&gt;We support many of the RCS keywords too, but not $Log$, I always thought
&lt;br&gt;that was a bit over the top. &amp;nbsp;Here's our list if you care.
&lt;br&gt;&lt;br&gt;--lm
&lt;br&gt;&lt;br&gt;bk keywords(2009-08-20) &amp;nbsp; &amp;nbsp; BitKeeper User's Manual &amp;nbsp; &amp;nbsp;bk keywords(2009-08-20)
&lt;br&gt;&lt;br&gt;NAME
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bk keywords - list of RCS and SCCS keywords
&lt;br&gt;&lt;br&gt;DESCRIPTION
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BitKeeper &amp;nbsp;supports both the standard SCCS keywords, as well as most of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the RCS keywords. In addition, there &amp;nbsp;are &amp;nbsp;several &amp;nbsp;keywords &amp;nbsp;that &amp;nbsp;are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;unique to BitKeeper.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Note: &amp;nbsp;All &amp;nbsp;of the revision-oriented keywords (e.g. %I%) are useless in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BitKeeper since they may change as a &amp;nbsp;result &amp;nbsp;of &amp;nbsp;a &amp;nbsp;re-synchronization
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;that &amp;nbsp;causes &amp;nbsp;a &amp;nbsp;branch creation. &amp;nbsp;Use the %K% keyword when you need an
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;identifier that is unique to a specific revision-level of a &amp;nbsp;file. &amp;nbsp;The
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;%K% keyword is useful when tracking customer bugs. For example, a tech-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nician might ask the end-user to run the what command on an &amp;nbsp;executable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to &amp;nbsp;check &amp;nbsp;the &amp;nbsp;versions of the components that make up a program. &amp;nbsp;The
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;person doing troubleshooting can then use the %K% keyword to track down
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the specific source files that make up the executable.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Note: SCCS keyword expansion can cause problems in printf-like strings.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;To deal with unwanted keyword expansion, BitKeeper can be given options
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to expand only the first keyword found. See bk help admin.
&lt;br&gt;&lt;br&gt;SCCS KEYWORDS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %A% &amp;nbsp;Shorthand notation for an ID line with data for what(1):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;%Z% %M% %I%%Z% @(#) GET 1.1@(#)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %B% &amp;nbsp;SID branch component &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %D% &amp;nbsp;Current date: yyyy/mm/dd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1991/04/13
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %E% &amp;nbsp;Date newest applied delta was created: &amp;nbsp;1991/04/13
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %F% &amp;nbsp;SCCS s.file name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SCCS/s.GET
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %G% &amp;nbsp;Date newest applied delta was created: mm/dd/yyyy 4/13/1991
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %H% &amp;nbsp;Current date: mm/dd/yyyy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4/13/1991
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %I% &amp;nbsp;SID of the retrieved version: %R%.%L%.%B%.%S%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.1 or 1.1.0.0 if fully specified as shown in the previous line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %K% &amp;nbsp;Key for the delta (these do not change)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375474&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lm@...&lt;/a&gt;|src/bkhelp.txt|19991116191217|50766
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %L% &amp;nbsp;SID level component &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %M% &amp;nbsp;Module name: either the value of the m flag in the s.file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;or the name of the s.file less the prefix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %P% &amp;nbsp;Fully-qualified s.file name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /u/lm/SCCS/s.GET
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %R% &amp;nbsp;SID Release component &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %S% &amp;nbsp;SID Sequence component &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %T% &amp;nbsp;Current time: hh:mm:ss &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12:41:29
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %U% &amp;nbsp;Time the newest applied delta was created: hh:mm:ss &amp;nbsp; &amp;nbsp;12:41:29
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %W% &amp;nbsp;Shorthand notation for an ID line with data for what:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;%Z%%M% %I% &amp;nbsp; &amp;nbsp; @(#)GET &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %Y% &amp;nbsp;SCCS Compatible, not expanded in BitKeeper
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %Z% &amp;nbsp;4-character string: recognized by what. @(#)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %@% &amp;nbsp;user@host
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %#% &amp;nbsp;user
&lt;br&gt;&lt;br&gt;RCS KEYWORDS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The &amp;nbsp;following &amp;nbsp;is &amp;nbsp;the subset of RCS keywords that BitKeeper supports.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The RCS keywords are only expanded if the RCS flag is turned &amp;nbsp;on. &amp;nbsp; See
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bk help admin.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Revision$ &amp;nbsp;$Revision: 1.2 $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Id$ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$Id: s.rcs_expand.c 1.2 99/11/16 11:25:18-08:00 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375474&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lm@...&lt;/a&gt; $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Author$ &amp;nbsp; &amp;nbsp;$Author: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375474&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lm@...&lt;/a&gt; $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Date$ &amp;nbsp; &amp;nbsp; &amp;nbsp;$Date: 99/11/16 11:25:18-08:00 $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Header$ &amp;nbsp; &amp;nbsp;$Header: SCCS/s.rcs_expand.c 1.2 99/11/16 11:25:18-08:00 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375474&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lm@...&lt;/a&gt; $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $RCSfile$ &amp;nbsp; $RCSfile: s.rcs_expand.c $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Source$ &amp;nbsp; &amp;nbsp;$Source: /tmp/beta11/src/SCCS/s.rcs_expand.c $
&lt;br&gt;&lt;br&gt;SEE ALSO
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bk help admin, bk help config-etc, bk help co
&lt;br&gt;&lt;br&gt;CATEGORY
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Overview
&lt;br&gt;&lt;br&gt;BitMover, Inc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bk keywords(2009-08-20)
&lt;br&gt;-- 
&lt;br&gt;---
&lt;br&gt;Larry McVoy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lm at bitmover.com &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.bitkeeper.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bitkeeper.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375474&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/does-keyword-expansion-work--tp25375348p25375474.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25375348</id>
	<title>does keyword expansion work?</title>
	<published>2009-09-09T17:31:39Z</published>
	<updated>2009-09-09T17:31:39Z</updated>
	<author>
		<name>Christopher Chen-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm using CSSC-1.2.0. &amp;nbsp;The keyword expansion feature (ex. %W%) does
&lt;br&gt;not seem to be working. &amp;nbsp;Does it work?
&lt;br&gt;&lt;br&gt;Thx.
&lt;br&gt;&lt;br&gt;Chris C.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25375348&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/does-keyword-expansion-work--tp25375348p25375348.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24441254</id>
	<title>Would you like to help maintain CSSC?</title>
	<published>2009-07-11T08:34:08Z</published>
	<updated>2009-07-11T08:34:08Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I still make occasional releases of CSSC but the reality is that I
&lt;br&gt;also have other commitments (notably findutils) and I'm putting less
&lt;br&gt;energy into CSSC these days. &amp;nbsp; This is also partly because I no longer
&lt;br&gt;use SCCS source archives in my day job any more (this is something of
&lt;br&gt;an excuse since I stopped actually doing that in 1998).
&lt;br&gt;&lt;br&gt;An illustrative example is that a simple feature request (&amp;quot;get -l&amp;quot;) is
&lt;br&gt;left pending &amp;nbsp;because I have not been able to find the time to work on
&lt;br&gt;it.
&lt;br&gt;&lt;br&gt;So, I'm looking for someone able to take on some of the responsibility
&lt;br&gt;for the maintenance and future direction of the package. &amp;nbsp; &amp;nbsp;Please let
&lt;br&gt;me know if you are interested.
&lt;br&gt;&lt;br&gt;(Some possible volunteers are BCC'ed on this email.)
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24441254&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Would-you-like-to-help-maintain-CSSC--tp24441254p24441254.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23058476</id>
	<title>Re: prs &quot;issue&quot;, etc</title>
	<published>2009-04-15T05:55:41Z</published>
	<updated>2009-04-15T05:55:41Z</updated>
	<author>
		<name>Eric Krohn</name>
	</author>
	<content type="html">&lt;br&gt;Yes, the sccs commands (admin, delta, get, prs, etc.) were in /usr/bin on
&lt;br&gt;real UNIX systems, which explains why they are all in section 1 of my
&lt;br&gt;ancient &amp;quot;Release 5.0 Bell Laboratories UNIX operating system user's
&lt;br&gt;manual&amp;quot;.
&lt;br&gt;&lt;br&gt;I've long been annoyed that CSSC installs the commands elsewhere than
&lt;br&gt;/usr/bin. &amp;nbsp;The symlinks would work around the non-standard /usr/lib/cssc
&lt;br&gt;location, but it seems inelegant. &amp;nbsp;I suppose installing the commands in
&lt;br&gt;/usr/bin and doing ln -s /usr/bin /usr/lib/cssc would be more standard and
&lt;br&gt;provide backward compatibility.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Eric Krohn
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23058476&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/prs-%22issue%22%2C-etc-tp23050080p23058476.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23052077</id>
	<title>Re: prs &quot;issue&quot;, etc</title>
	<published>2009-04-14T20:49:39Z</published>
	<updated>2009-04-14T20:49:39Z</updated>
	<author>
		<name>Geoff Hull</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot; /&gt;
&lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
James,&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
I have had hardly any experience with using the SCCS commands on the command line. 
Our company has been &amp;quot;protected&amp;quot; from dealing with these by our own in-house highly-
customised &amp;quot;sccs&amp;quot; script, which I think dates back to the early 1990s. So the information I 
can glean might be a bit superficial.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; The manpage I am looking at says: &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; -l &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;Requests information for all deltas created later than, and&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; including, the delta indicated with -r or -c.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; ... but you didn't specify -c or -r.&amp;#160;&amp;#160;&amp;#160; Do you have any documentation&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; from a vendor indicating in more detail what the intended behaviour is&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; for this case?&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
My documentation says the same, and no I didn't specify the &amp;quot;-r&amp;quot; or &amp;quot;-c&amp;quot;. Being Solaris, the 
man pages are &amp;quot;a bit light&amp;quot;, shall we say.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
I did some checking and found that we have only one script that uses &amp;quot;prs -l&amp;quot;, and this 
usage started in Feb 2001 when we moved from using &amp;quot;prs -d&amp;quot; on DG-UX to &amp;quot;prs -l&amp;quot; on an 
HP-UX server.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Looks like our usage of the &amp;quot;-d&amp;quot; option was equally &amp;quot;fast and loose&amp;quot; as we didn't provide 
any data keywords which are supposed to be required according to current man pages on 
AIX and Solaris.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
According to AIX's man pages, we could have used &amp;quot;prs -l -r&amp;quot; without a SID to get the 
same effect, but &amp;quot;prs -l &amp;lt;s.filename&amp;gt;&amp;quot; has worked for us on HP-UX, AIX and Solaris. Both 
seem to work the same on AIX and Solaris.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Another case of undocumented features, I presume.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; In your test file, all the null deltas were created at 09/04/15&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; 11:05:36.&amp;#160;&amp;#160; So all the deltas down to 3.1 have the same timestamp.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; You're getting all the deltas created at the same time as the most&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; recent one.&amp;#160; However, this is not necessarily the same as &amp;quot;all deltas&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; created later than, and including&amp;quot;, since the order of SID creation&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; can normally be disambiguated by position in the delta table or&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; sequence number.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
I'm not sure, but I think this is always the case - the auto null (intermediate) deltas are 
created when the new version is put back in (delta -mmr-list).&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
I tried using &amp;quot;prs -l -r 24.1&amp;quot; from CSSC but that doesn't work either - &lt;b&gt;all &lt;/b&gt;the auto null deltas 
are listed. It seems to work okay with Solaris and AIX (native prs), i.e. only deltas 24.1, 
25.1 and 26.1 are displayed.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; Looking at the POSIX standard, the behaviour of the operating systems&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; you listed does seem to be conforming, and the behaviour of CSSC here&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; does seem to be somewhat on the doubtful side, though I'm not certain&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; it is definitively not conforming.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; All things considered, I believe a code change is probably indicated.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; However, I also note that the test suite coverage for prs is quite&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; poor.&amp;#160; The -l option in particular is not covered.&amp;#160;&amp;#160; Could you supply&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; a patch adding some relevant test cases in order to make sure that the&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; change we make doesn't break something else, but does fix this&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; problem?&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
I will give it a go.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &amp;gt; 2. I've just noticed that the CSSC &amp;quot;commands&amp;quot; call be run as standalone&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &amp;gt; programs.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; Likewise SCCS.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &amp;gt; Is there a configure switch that will install get, admin, delta,&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &amp;gt; etc in /usr/bin instead of /usr/libexec/cssc?&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; This should work, but I have not tried installing it that way in a&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; long time.&amp;#160; Looking at the top-level Makefile.am, I see that it will&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; probably always use $(libexecdir)/cssc and so at least part of the&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; install directory is not under your control.&amp;#160;&amp;#160;&amp;#160; You could have a go&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; with --execprefix (start with &amp;quot;configure --help&amp;quot;) but I suspect that&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; that won't do what you want (or it will break sccsdiff).&amp;#160; I'd suggest&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; that your best strategy is probably to use symbolic links.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &amp;gt; I guess I could just add that directory to the PATH.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; The only Unix system I can recall where the SCCS tools are on the&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; default PATH is HP-UX (at least, older versions).&amp;#160; Solaris puts them&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;gt; in /usr/ccs/bin.&amp;#160;&amp;#160; I forget where AIX puts them.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; color=&quot;#7f0000&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
The &amp;quot;default PATH&amp;quot; is of course configurable on Solaris in /etc/default/login, in 
/etc/environment on AIX, and /etc/PATH under HP-UX. There is a /usr/ccs/bin directory on 
HP-UX 11.00, but the SCCS commands are in /usr/bin. The SCCS commands for AIX are 
also in /usr/bin. There are also some more-POSIX-conforming versions of get and delta in 
/usr/xpg4/bin on Solaris 9+ (I think).&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
When setting up a new server, I usually change the default PATH because it is not much 
use for our company, but I suppose the supplier's intention is to start with a &amp;quot;safe&amp;quot; 
minimalist environment. &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Geoff&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23052077&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/prs-%22issue%22%2C-etc-tp23050080p23052077.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23050578</id>
	<title>Re: prs &quot;issue&quot;, etc</title>
	<published>2009-04-14T17:41:12Z</published>
	<updated>2009-04-14T17:41:12Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Wed, Apr 15, 2009 at 12:28 AM, Geoff Hull &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23050578&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt; 1. The main &amp;quot;issue&amp;quot; we have since switching to CSSC is the output when we do
&lt;br&gt;&amp;gt; a &amp;quot;prs -l&amp;quot; on a file with Auto Null Deltas. (All our files have this
&lt;br&gt;&amp;gt; switched on.) I have attached an example file. I have downloaded CSSC
&lt;br&gt;&amp;gt; version 1.2.0 and compiled it, just to be sure that the problem was still
&lt;br&gt;&amp;gt; there.
&lt;br&gt;&amp;gt; On Solaris (and AIX and HP-UX) this is all I get:
&lt;br&gt;&amp;gt; /home/gbh$ prs -l s.mytest
&lt;br&gt;&lt;br&gt;&lt;br&gt;The manpage I am looking at says:
&lt;br&gt;&lt;br&gt;-l 	Requests information for all deltas created later than, and
&lt;br&gt;including, the delta indicated with -r or -c.
&lt;br&gt;&lt;br&gt;... but you didn't specify -c or -r. &amp;nbsp; &amp;nbsp;Do you have any documentation
&lt;br&gt;from a vendor indicating in more detail what the intended behaviour is
&lt;br&gt;for this case?
&lt;br&gt;&lt;br&gt;In your test file, all the null deltas were created at 09/04/15
&lt;br&gt;11:05:36. &amp;nbsp; So all the deltas down to 3.1 have the same timestamp.
&lt;br&gt;You're getting all the deltas created at the same time as the most
&lt;br&gt;recent one. &amp;nbsp;However, this is not necessarily the same as &amp;quot;all deltas
&lt;br&gt;created later than, and including&amp;quot;, since the order of SID creation
&lt;br&gt;can normally be disambiguated by position in the delta table or
&lt;br&gt;sequence number.
&lt;br&gt;&lt;br&gt;Looking at the POSIX standard, the behaviour of the operating systems
&lt;br&gt;you listed does seem to be conforming, and the behaviour of CSSC here
&lt;br&gt;does seem to be somewhat on the doubtful side, though I'm not certain
&lt;br&gt;it is definitively not conforming.
&lt;br&gt;&lt;br&gt;All things considered, I believe a code change is probably indicated.
&lt;br&gt;However, I also note that the test suite coverage for prs is quite
&lt;br&gt;poor. &amp;nbsp;The -l option in particular is not covered. &amp;nbsp; Could you supply
&lt;br&gt;a patch adding some relevant test cases in order to make sure that the
&lt;br&gt;change we make doesn't break something else, but does fix this
&lt;br&gt;problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; s.mytest:
&lt;br&gt;&amp;gt; D 26.1 09/04/15 11:05:36 gbh 28 27      00020/00000/00009
&lt;br&gt;&amp;gt; MRs:
&lt;br&gt;&amp;gt; 7755
&lt;br&gt;&amp;gt; COMMENTS:
&lt;br&gt;&amp;gt; lots more text
&lt;br&gt;&amp;gt; But with CSSC, I get all the deltas from 26.1 back to 3.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 2. I've just noticed that the CSSC &amp;quot;commands&amp;quot; call be run as standalone
&lt;br&gt;&amp;gt; programs.
&lt;br&gt;&lt;br&gt;Likewise SCCS.
&lt;br&gt;&lt;br&gt;&amp;gt; Is there a configure switch that will install get, admin, delta,
&lt;br&gt;&amp;gt; etc in /usr/bin instead of /usr/libexec/cssc?
&lt;br&gt;&lt;br&gt;This should work, but I have not tried installing it that way in a
&lt;br&gt;long time. &amp;nbsp;Looking at the top-level Makefile.am, I see that it will
&lt;br&gt;probably always use $(libexecdir)/cssc and so at least part of the
&lt;br&gt;install directory is not under your control. &amp;nbsp; &amp;nbsp;You could have a go
&lt;br&gt;with --execprefix (start with &amp;quot;configure --help&amp;quot;) but I suspect that
&lt;br&gt;that won't do what you want (or it will break sccsdiff). &amp;nbsp;I'd suggest
&lt;br&gt;that your best strategy is probably to use symbolic links.
&lt;br&gt;&lt;br&gt;&amp;gt; I guess I could just add that directory to the PATH.
&lt;br&gt;&lt;br&gt;The only Unix system I can recall where the SCCS tools are on the
&lt;br&gt;default PATH is HP-UX (at least, older versions). &amp;nbsp;Solaris puts them
&lt;br&gt;in /usr/ccs/bin. &amp;nbsp; I forget where AIX puts them.
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23050578&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/prs-%22issue%22%2C-etc-tp23050080p23050578.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23050080</id>
	<title>prs &quot;issue&quot;, etc</title>
	<published>2009-04-14T16:28:09Z</published>
	<updated>2009-04-14T16:28:09Z</updated>
	<author>
		<name>Geoff Hull</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot; /&gt;
&lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Hi.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
1. The main &amp;quot;issue&amp;quot; we have since switching to CSSC is the output when we do a &amp;quot;prs -l&amp;quot; 
on a file with Auto Null Deltas. (All our files have this switched on.) I have attached an 
example file. I have downloaded CSSC version 1.2.0 and compiled it, just to be sure that 
the problem was still there.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
On Solaris (and AIX and HP-UX) this is all I get:&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
/home/gbh$ prs -l s.mytest &lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
s.mytest:&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
D 26.1 09/04/15 11:05:36 gbh 28 27&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 00020/00000/00009&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
MRs:&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
7755&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
COMMENTS:&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
lots more text&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
But with CSSC, I get all the deltas from 26.1 back to 3.1&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
2. I've just noticed that the CSSC &amp;quot;commands&amp;quot; call be run as standalone programs. Is 
there a configure switch that will install get, admin, delta, etc in /usr/bin instead of 
/usr/libexec/cssc? I guess I could just add that directory to the PATH.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Regards,&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Geoff&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23050080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;s.mytest&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/23050080/0/s.mytest&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/prs-%22issue%22%2C-etc-tp23050080p23050080.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23004428</id>
	<title>GNU CSSC 1.2.0 is released</title>
	<published>2009-04-11T12:06:39Z</published>
	<updated>2009-04-11T12:06:39Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I'm pleased to announce the release of GNU CSSC, version
&lt;br&gt;1.2.0.
&lt;br&gt;&lt;br&gt;This is a stable release and follows the previous stable release
&lt;br&gt;1.0.1.  Stable releases of CSSC are available from ftp.gnu.org.
&lt;br&gt;&lt;br&gt;CSSC (&amp;quot;Compatibly Stupid Source Control&amp;quot;) is the GNU
&lt;br&gt;project's replacement for the traditional Unix SCCS suite.
&lt;br&gt;It aims for full compatibility, including precise nuances of
&lt;br&gt;behaviour, support for all command-line options, and in most
&lt;br&gt;cases bug-for-bug compatibility.  CSSC comes with an
&lt;br&gt;extensive automated test suite.
&lt;br&gt;&lt;br&gt;If you are currently using SCCS to do version control of
&lt;br&gt;software, you should be able to just drop in CSSC, even for
&lt;br&gt;example if you have a large number of shell scripts which
&lt;br&gt;are layered on top of SCCS and depend on it.  This should
&lt;br&gt;allow you to develop on and for the GNU/Linux platform if
&lt;br&gt;your source code exists only in an SCCS repository.  CSSC
&lt;br&gt;also allows you to migrate to a more modern version control
&lt;br&gt;system (such as CVS or git).
&lt;br&gt;&lt;br&gt;There is a mailing list for users of the CSSC suite.  To
&lt;br&gt;join it, please send email to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23004428&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users-request@...&lt;/a&gt;&amp;gt;
&lt;br&gt;or visit the URL
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;For more information about CSSC, please see
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/cssc/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/cssc/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;In the file docs/CREDITS within the CSSC distribution, there
&lt;br&gt;is a full list of people who have contributed to the
&lt;br&gt;development of CSSC.  They are listed briefly here :-
&lt;br&gt;&lt;br&gt;James Youngman, Ross Ridge, Eric Allman, Lars Hecking,
&lt;br&gt;Larry McVoy, Dave Bodenstab, Malcolm Boff, Richard Polton,
&lt;br&gt;Fila Kolodny, Peter Kjellerstedt, John Interrante,
&lt;br&gt;Marko Rauhamaa, Achim Hoffann, Dick Streefland,
&lt;br&gt;Greg A. Woods, Aron Griffis, Michael Sterrett,
&lt;br&gt;William W. Austin, Hyman Rosen, Mark Reynolds,
&lt;br&gt;Sergey Ostashenko, Frank van Maarseveen, Jeff Sheinberg,
&lt;br&gt;Thomas Duffy, Yann Dirson
&lt;br&gt;&lt;br&gt;Many thanks to all the above people.
&lt;br&gt;&lt;br&gt;Changes since the previous stable release are:
&lt;br&gt;&lt;br&gt;&lt;br&gt;New in CSSC-1.2.0, 2009-04-11
&lt;br&gt;&lt;br&gt;    * This stable release is almost identical to the 1.1.1 test
&lt;br&gt;          release; there are no functional changes.
&lt;br&gt;&lt;br&gt;New in CSSC-1.1.1, 2008-01-18
&lt;br&gt;&lt;br&gt;    * Updated the NEWS file to give estimated release dates
&lt;br&gt;      and user-visible changes for ancient releases.
&lt;br&gt;&lt;br&gt;    * The -l and -L options of &amp;quot;get&amp;quot; are now implemented.
&lt;br&gt;&lt;br&gt;    * If you use &amp;quot;admin -dlX&amp;quot; to unlock release X, but all
&lt;br&gt;      releases are locked, an explanatory error message is issued.
&lt;br&gt;      Previously, the attempt was simply silently ignored.
&lt;br&gt;&lt;br&gt;    * prs no longer has a -R option.
&lt;br&gt;&lt;br&gt;    * When CSSC tools are passed the name of a directory on the
&lt;br&gt;      command line, they operate on the SCCS files in that directory.
&lt;br&gt;      As of this release, subdirectories are ignored (instead of
&lt;br&gt;      generating an error when CSSC tries to open the directory as
&lt;br&gt;      a file).
&lt;br&gt;&lt;br&gt;New in CSSC-1.1.0, 2007-12-17
&lt;br&gt;&lt;br&gt;    * GNU CSSC is now distributed under version 3 of the GNU General
&lt;br&gt;      Public License.  The documentation is distributed under
&lt;br&gt;          version 1.2 of the GNU Free Documentation License.
&lt;br&gt;&lt;br&gt;    * We now require the C++ compiler to support exceptions in
&lt;br&gt;          order to compile successfully.  Previously, CSSC allowed
&lt;br&gt;          compilation without exceptions, but this meant that graceful
&lt;br&gt;      recovery from failures was not possible.
&lt;br&gt;&lt;br&gt;    * Fixed a spurious failure when writing out the SCCS file when
&lt;br&gt;          the Y flag is set in the SCCS file.
&lt;br&gt;&lt;br&gt;    * &amp;quot;sccs unedit /tmp/SCCS/s.foo&amp;quot; will no longer cause the
&lt;br&gt;      deletion of ./s.foo, if it exists.  Instead, ./foo will be
&lt;br&gt;          deleted, as intended.
&lt;br&gt;&lt;br&gt;    * Support for some older SCCS files as produced by Unix System III
&lt;br&gt;      (some of these have leading spaces in the counts of inserted/
&lt;br&gt;      deleted/unchanged lines in the delta table).
&lt;br&gt;&lt;br&gt;    * Compilation fixes for Darwin
&lt;br&gt;&lt;br&gt;Checksums for the release file are:
&lt;br&gt;md5 1110fc2fbc009c1b6ee5306b7baa8fa6  CSSC-1.2.0.tar.gz
&lt;br&gt;sha1 45a7130e49b7abaffc2a784c7a0cddf39d0af844  CSSC-1.2.0.tar.gz
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23004428&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNU-CSSC-1.2.0-is-released-tp23004428p23004428.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14994090</id>
	<title>Re: CSSC 1.1.1 is released</title>
	<published>2008-01-21T01:48:04Z</published>
	<updated>2008-01-21T01:48:04Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Jan 18, 2008 10:21 AM, James Youngman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14994090&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jay@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I'm pleased to announce the release of GNU CSSC, version
&lt;br&gt;&amp;gt; 1.1.1.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is a test release and so it is available from
&lt;br&gt;&amp;gt; ftp://alpha.gnu.org/gnu/cssc.
&lt;br&gt;&lt;br&gt;There was a certain amount of delay in the automated processing of the
&lt;br&gt;upload, but the file is indeed now available from alpha.gnu.org.
&lt;br&gt;Please let me know how you get on with the new release.
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14994090&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CSSC-1.1.1-is-released-tp14950432p14994090.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14950432</id>
	<title>CSSC 1.1.1 is released</title>
	<published>2008-01-18T02:21:30Z</published>
	<updated>2008-01-18T02:21:30Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I'm pleased to announce the release of GNU CSSC, version
&lt;br&gt;1.1.1.
&lt;br&gt;&lt;br&gt;This is a test release and so it is available from
&lt;br&gt;ftp://alpha.gnu.org/gnu/cssc.
&lt;br&gt;&lt;br&gt;The most recent stable release is 1.0.1; that release is available
&lt;br&gt;from ftp.gnu.org.
&lt;br&gt;&lt;br&gt;CSSC (&amp;quot;Compatibly Stupid Source Control&amp;quot;) is the GNU
&lt;br&gt;project's replacement for the traditional Unix SCCS suite.
&lt;br&gt;It aims for full compatibility, including precise nuances of
&lt;br&gt;behaviour, support for all command-line options, and in most
&lt;br&gt;cases bug-for-bug compatibility. &amp;nbsp;CSSC comes with an
&lt;br&gt;extensive automated test suite.
&lt;br&gt;&lt;br&gt;If you are currently using SCCS to do version control of
&lt;br&gt;software, you should be able to just drop in CSSC, even for
&lt;br&gt;example if you have a large number of shell scripts which
&lt;br&gt;are layered on top of SCCS and depend on it. &amp;nbsp;This should
&lt;br&gt;allow you to develop on and for the GNU/Linux platform if
&lt;br&gt;your source code exists only in an SCCS repository. &amp;nbsp;CSSC
&lt;br&gt;also allows you to migrate to a more modern version control
&lt;br&gt;system (such as CVS, perhaps).
&lt;br&gt;&lt;br&gt;There is a mailing list for users of the CSSC suite. &amp;nbsp;To
&lt;br&gt;join it, please send email to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14950432&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users-request@...&lt;/a&gt;&amp;gt;
&lt;br&gt;or visit the URL
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;For more information about CSSC, please see
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/cssc/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/cssc/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;In the file docs/CREDITS within the CSSC distribution, there
&lt;br&gt;is a full list of people who have contributed to the
&lt;br&gt;development of CSSC. &amp;nbsp;They are listed briefly here :-
&lt;br&gt;&lt;br&gt;James Youngman, Ross Ridge, Eric Allman, Lars Hecking,
&lt;br&gt;Larry McVoy, Dave Bodenstab, Malcolm Boff, Richard Polton,
&lt;br&gt;Fila Kolodny, Peter Kjellerstedt, John Interrante,
&lt;br&gt;Marko Rauhamaa, Achim Hoffann, Dick Streefland,
&lt;br&gt;Greg A. Woods, Aron Griffis, Michael Sterrett,
&lt;br&gt;William W. Austin, Hyman Rosen, Mark Reynolds,
&lt;br&gt;Sergey Ostashenko, Frank van Maarseveen, Jeff Sheinberg,
&lt;br&gt;Thomas Duffy, Yann Dirson
&lt;br&gt;&lt;br&gt;Many thanks to all the above people.
&lt;br&gt;New in CSSC-1.1.1, 2008-01-18
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Updated the NEWS file to give estimated release dates
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and user-visible changes for ancient releases.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * The -l and -L options of &amp;quot;get&amp;quot; are now implemented.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * If you use &amp;quot;admin -dlX&amp;quot; to unlock release X, but all
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; releases are locked, an explanatory error message is issued.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Previously, the attempt was simply silently ignored.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * prs no longer has a -R option.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * When CSSC tools are passed the name of a directory on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; command line, they operate on the SCCS files in that directory.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; As of this release, subdirectories are ignored (instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; generating an error when CSSC tries to open the directory as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a file).
&lt;br&gt;&lt;br&gt;Please report any bugs via this software to the CSSC bug reporting
&lt;br&gt;page, &lt;a href=&quot;http://savannah.gnu.org/bugs/?group=findutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/bugs/?group=findutils&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14950432&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CSSC-1.1.1-is-released-tp14950432p14950432.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14678215</id>
	<title>Re: Implementing &quot;get -l&quot; (was: Re: CSSC)</title>
	<published>2008-01-07T14:54:50Z</published>
	<updated>2008-01-07T14:54:50Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Jan 7, 2008 5:12 PM, Klaus Metzger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14678215&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;klaus.metzger@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello James,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; enclosed answers to your question 1 to 4 and 6,7 and the additional from
&lt;br&gt;&amp;gt; your next email
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A. The command
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;get -l SCCS/s.P26J000001.input
&lt;br&gt;&amp;gt; delivers the l.P26J000001.input
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; B. The command
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;get -l SCCS/s.P26J000001.input
&lt;/div&gt;&lt;br&gt;As far as I can determine, this command is identical to the previous
&lt;br&gt;one, is that what you planned? &amp;nbsp; Or did you mean &amp;quot;-lp&amp;quot;?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; which Im mostly using, does not create the l file, it just prints the
&lt;br&gt;&amp;gt; result on the screen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; storm_KPM&amp;gt; get -lp SCCS/s.P26J000001.input
&lt;br&gt;&amp;gt; the message on the screen is
&lt;br&gt;&amp;gt; then--------------------------------------------
&lt;br&gt;&amp;gt; 1.7
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1.7 08/01/07 07:58:35 butch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; comment with two tabs
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1.6 08/01/07 07:58:16 butch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; comment with one tab
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1.5 08/01/07 07:56:28 butch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; abcde
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1.4 08/01/07 07:54:38 butch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dsjkhfkjhdsfjhdshfjhdfkjhdshfadshf d
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1.3 03/11/06 14:57:21 mueller
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1.2 03/11/06 14:56:49 mueller
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1.1 03/11/06 14:56:16 mueller
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; date and time created 03/11/06 14:56:16 by mueller
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 13 lines
&lt;br&gt;&amp;gt; end of screen--------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In that case the version V1.1 to 1.3 were stored without any comment
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Your questions.
&lt;br&gt;&amp;gt; 1. To simulate an I/O error on the l file I set it to unread- and unwritable
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;(# chmod 000 l.P26J000001.input)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Then issued the command
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; storm_KPM&amp;gt; get -l SCCS/s.P26J000001.input
&lt;br&gt;&amp;gt; the message on the screen is-------------
&lt;br&gt;&amp;gt; 1.3
&lt;br&gt;&amp;gt; 13 lines
&lt;br&gt;&amp;gt; end osf message----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems that there is no proper handling of that error wrt the l-file.
&lt;br&gt;&amp;gt; The g-file (in this case P26J000001.input) is still created properly
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2. The mode of the l-file is
&lt;br&gt;&amp;gt; storm_KPM&amp;gt; ls -l P26J000001.input
&lt;br&gt;&amp;gt; -r--r--r-- &amp;nbsp; 1 butch &amp;nbsp; &amp;nbsp;25 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 904 Jan &amp;nbsp;7 07:51 P26J000001.input
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 3. It is not possible to insert multiple lines as comments so there is
&lt;br&gt;&amp;gt; no need to handle it.
&lt;/div&gt;&lt;br&gt;Multi-line comments can be added either by using a backslash
&lt;br&gt;interactively, or by using
&lt;br&gt;&lt;br&gt;delta -y &amp;quot;multi
&lt;br&gt;line
&lt;br&gt;comment&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 4. Leading tabs see example B. above
&lt;br&gt;&lt;br&gt;I think your file has become corrupted; even the tabs that should be
&lt;br&gt;there seem to be missing.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 5. I have to investigate, I will come up later
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 6a. Your question :Another question: if more than one file is gotten,
&lt;br&gt;&amp;gt; what does &amp;quot;get -L&amp;quot;
&lt;br&gt;&amp;gt; do? &amp;nbsp; Does the format change?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; storm_KPM&amp;gt; get -p -L SCCS/s.P26J000001.input
&lt;br&gt;&lt;br&gt;&amp;gt; 6b. get -L -p SCCS/s.P26J000001.input &amp;nbsp;: no difference to 6a
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 7. Im not quite sure if I understand the questions. Why should be the
&lt;br&gt;&amp;gt; l-file a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;broken symbolic link. It is created by the command as a file and not as a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;link.
&lt;br&gt;&lt;br&gt;ln -s l.foo thisfiledoesnotexist
&lt;br&gt;get -lp s.foo
&lt;br&gt;&lt;br&gt;Here l.foo starts off as a broken link. &amp;nbsp;The question is, does l.foo
&lt;br&gt;get deleted and recreated, or is the symlink followed, creating
&lt;br&gt;thisfiledoesnotexist?
&lt;br&gt;&lt;br&gt;&amp;gt; 8. more files:
&lt;br&gt;&amp;gt; storm_KPM&amp;gt; get -L SCCS/s.P26J000001.input SCCS/s.P26J000000.input
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; hence, it displays both outputs one after another
&lt;br&gt;&amp;gt; please note that there are no comments in the second file
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The format does not change
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I hope I met your questions
&lt;br&gt;&lt;br&gt;Thanks; as far as I can tell, the existing CSSC implementation works
&lt;br&gt;in the same way.
&lt;br&gt;&lt;br&gt;&amp;gt; Enclosed
&lt;br&gt;&amp;gt; - the man pages from the get command (just in case I didn't send it alread)
&lt;br&gt;&lt;br&gt;I have read the manual pages; they are available on-line, for example.
&lt;br&gt;&amp;nbsp; &amp;nbsp;But they are not useful for making documentation for CSSC, as the
&lt;br&gt;copyright in those files belongs to HP (I assume), not to the FSF or
&lt;br&gt;you. &amp;nbsp; But thanks anyway.
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14678215&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-%22get--l%22-%28was%3A-Re%3A-CSSC%29-tp14637513p14678215.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14647856</id>
	<title>Re: Implementing &quot;get -l&quot; (was: Re: CSSC)</title>
	<published>2008-01-06T04:37:12Z</published>
	<updated>2008-01-06T04:37:12Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Jan 5, 2008 8:02 PM, James Youngman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14647856&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jay@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; In pursuit of which, I have some questions. &amp;nbsp;Could you address these
&lt;br&gt;&amp;gt; in your specification?
&lt;br&gt;&lt;br&gt;I have checked a preliminary implementation into CVS. &amp;nbsp; See
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/cvs/?group=cssc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/cvs/?group=cssc&lt;/a&gt;&amp;nbsp;for information on how to
&lt;br&gt;build CSSC from CVS. &amp;nbsp;The code is not fully ready for release yet,
&lt;br&gt;because some of the questions below remain unanswered:
&lt;br&gt;&lt;br&gt;&amp;gt; 1. How does SCCS handle an I/O error on the l-file? &amp;nbsp; Is the l-file
&lt;br&gt;&amp;gt; deleted? &amp;nbsp;What happens to the g-file?
&lt;br&gt;&lt;br&gt;I still need an answer to this.
&lt;br&gt;&lt;br&gt;&amp;gt; 2. What mode is the l-file created with (don't forget to take account
&lt;br&gt;&amp;gt; of the umask)?
&lt;br&gt;&lt;br&gt;I still need an answer to this.
&lt;br&gt;&lt;br&gt;&amp;gt; 3. How are multiline comments handled? &amp;nbsp; Do they have a tab-prefix, or not?
&lt;br&gt;&amp;gt; 4. Are leading tabs in the comments handled specially?
&lt;br&gt;&amp;gt; 5. What about MR numbers, flags, and included/excluded deltas? &amp;nbsp;If a
&lt;br&gt;&amp;gt; change has any of those, are they printed? &amp;nbsp;In what order? &amp;nbsp;How are
&lt;br&gt;&amp;gt; they represented?
&lt;br&gt;&lt;br&gt;The implementation makes a guess at these, but we still need an answer
&lt;br&gt;to all of them.
&lt;br&gt;&lt;br&gt;&amp;gt; 6. What does &amp;quot;get -p -L&amp;quot; do? &amp;nbsp;How about &amp;quot;get -L -p&amp;quot;?
&lt;br&gt;&lt;br&gt;I believe I have resolved this (the delta summary goes to stderr in
&lt;br&gt;both cases), but this could stand a little checking.
&lt;br&gt;&lt;br&gt;&amp;gt; 7. If l.foo is a broken symbolic link, does &amp;quot;get -l s.foo&amp;quot; follow it?
&lt;br&gt;&lt;br&gt;I still need an answer to this.
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14647856&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-%22get--l%22-%28was%3A-Re%3A-CSSC%29-tp14637513p14647856.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14638994</id>
	<title>Re: Implementing &quot;get -l&quot; (was: Re: CSSC)</title>
	<published>2008-01-05T12:56:01Z</published>
	<updated>2008-01-05T12:56:01Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">Another question: if more than one file is gotten, what does &amp;quot;get -L&amp;quot;
&lt;br&gt;do? &amp;nbsp; Does the format change?
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14638994&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-%22get--l%22-%28was%3A-Re%3A-CSSC%29-tp14637513p14638994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14638335</id>
	<title>Re: Implementing &quot;get -l&quot; (was: Re: CSSC)</title>
	<published>2008-01-05T12:02:05Z</published>
	<updated>2008-01-05T12:02:05Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Jan 5, 2008 7:01 PM, James Youngman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14638335&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jay@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I'm copying my email to the bug-cssc mailing list; please copy the
&lt;br&gt;&amp;gt; mailing list when replying, since other members of the list may also
&lt;br&gt;&amp;gt; be able to help.
&lt;br&gt;&lt;br&gt;In pursuit of which, I have some questions. &amp;nbsp;Could you address these
&lt;br&gt;in your specification?
&lt;br&gt;&lt;br&gt;1. How does SCCS handle an I/O error on the l-file? &amp;nbsp; Is the l-file
&lt;br&gt;deleted? &amp;nbsp;What happens to the g-file?
&lt;br&gt;2. What mode is the l-file created with (don't forget to take account
&lt;br&gt;of the umask)?
&lt;br&gt;3. How are multiline comments handled? &amp;nbsp; Do they have a tab-prefix, or not?
&lt;br&gt;4. Are leading tabs in the comments handled specially?
&lt;br&gt;5. What about MR numbers, flags, and included/excluded deltas? &amp;nbsp;If a
&lt;br&gt;change has any of those, are they printed? &amp;nbsp;In what order? &amp;nbsp;How are
&lt;br&gt;they represented?
&lt;br&gt;6. What does &amp;quot;get -p -L&amp;quot; do? &amp;nbsp;How about &amp;quot;get -L -p&amp;quot;?
&lt;br&gt;7. If l.foo is a broken symbolic link, does &amp;quot;get -l s.foo&amp;quot; follow it?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14638335&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-%22get--l%22-%28was%3A-Re%3A-CSSC%29-tp14637513p14638335.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14637513</id>
	<title>Implementing &quot;get -l&quot; (was: Re: CSSC)</title>
	<published>2008-01-05T11:01:33Z</published>
	<updated>2008-01-05T11:01:33Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I'm copying my email to the bug-cssc mailing list; please copy the
&lt;br&gt;mailing list when replying, since other members of the list may also
&lt;br&gt;be able to help.
&lt;br&gt;&lt;br&gt;On Jan 5, 2008 4:43 PM, Klaus Metzger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14637513&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;klaus.metzger@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; James Youngman schrieb:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 15, 2007 2:46 PM, Klaus Metzger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14637513&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;klaus.metzger@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hello James,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; how are you?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I would like to know what the status of the get -l option is you are
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; about to develop for the CSSC?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I haven't worked on it.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; It would have been helpful for me already several times if I had had it.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I understand. &amp;nbsp; &amp;nbsp;You might want to mail the list too, in case anyone
&lt;br&gt;&amp;gt; &amp;gt; else wants to help.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; James.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; Hello James,
&lt;br&gt;&amp;gt; no. I wanted to say that I needed it already several times, but didn't
&lt;br&gt;&amp;gt; have it.
&lt;br&gt;&amp;gt; Do you think you will have time sooner or later to make it?
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Klaus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;I have been able to devote very little time to this.
&lt;br&gt;&lt;br&gt;Reading over the materials you sent, I note that we still need answers
&lt;br&gt;to these questions from February:
&lt;br&gt;&lt;br&gt;&amp;lt;&amp;lt; The reason that &amp;quot;get -l&amp;quot; is not implemented at in CSSC the moment is
&lt;br&gt;simply that no specification exists for the format of the output and
&lt;br&gt;the Unix documentation doesn't state how the -l and -lp options
&lt;br&gt;interact with the other possible options to the &amp;quot;get&amp;quot; command. &amp;nbsp; &amp;nbsp;For
&lt;br&gt;example, what's the precise effect of &amp;quot;-l -e&amp;quot;, and how does &amp;quot;-lp&amp;quot;
&lt;br&gt;interact with the &amp;quot;-g&amp;quot; and &amp;quot;-p&amp;quot; options? &amp;nbsp; There are likely to be
&lt;br&gt;other cases where the behaviour needs to be specified, too. &amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Also, I wrote:
&lt;br&gt;&lt;br&gt;&amp;lt;&amp;lt; So, if you would like to document that in sufficient detail to make it
&lt;br&gt;possible to implement the feature, I'm happy to write the code
&lt;br&gt;implementing the options you need. &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;We still don't have any documentation for this, though. &amp;nbsp;(You did
&lt;br&gt;provide me with part of a Tru64 Unix manual page, but obviously the
&lt;br&gt;FSF cannot distribute that, we need documentation which is not copied
&lt;br&gt;or derived from that information).
&lt;br&gt;&lt;br&gt;Meanwhile, I'm making a start on the code. &amp;nbsp;I hope you will see some
&lt;br&gt;changes in the CVS tree (&lt;a href=&quot;http://savannah.gnu.org/cvs/?group=cssc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/cvs/?group=cssc&lt;/a&gt;).
&lt;br&gt;To finish the code changes, we need more information though. &amp;nbsp; And to
&lt;br&gt;make a release containing those code changes, we need documentation.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14637513&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-%22get--l%22-%28was%3A-Re%3A-CSSC%29-tp14637513p14637513.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14468868</id>
	<title>Question about ancient releases of CSSC</title>
	<published>2007-12-22T04:27:09Z</published>
	<updated>2007-12-22T04:27:09Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">Does anybody have a historical copy of any of the following releases
&lt;br&gt;of CSSC? &amp;nbsp; I don't have a copy of the release file, and nor does
&lt;br&gt;SourceForge. &amp;nbsp; I'm currently assuming that they were release
&lt;br&gt;candidates that I decided not to release, but I'd like to be sure.
&lt;br&gt;&lt;br&gt;&amp;nbsp;CSSC-0.06alpha-pl8
&lt;br&gt;&amp;nbsp;CSSC-0.04alpha-pl0
&lt;br&gt;&amp;nbsp;CSSC-0.03alpha-pl2
&lt;br&gt;&amp;nbsp;CSSC-0.03alpha-pl1
&lt;br&gt;&amp;nbsp;CSSC-0.03alpha-pl0
&lt;br&gt;&amp;nbsp;CSSC-0.01-devel-p6
&lt;br&gt;&amp;nbsp;CSSC-0.01-devel-p5
&lt;br&gt;&amp;nbsp;CSSC-0.01-devel-p4
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14468868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-ancient-releases-of-CSSC-tp14468868p14468868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14408844</id>
	<title>Re: Moving to CSSC</title>
	<published>2007-12-18T16:28:45Z</published>
	<updated>2007-12-18T16:28:45Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Dec 18, 2007 10:37 PM, Geoff Hull &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14408844&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I probably won't get back to this until 3 weeks hence, unfortunately. But will definitely will
&lt;br&gt;&amp;gt; follow it up.
&lt;br&gt;&lt;br&gt;I understand. &amp;nbsp;Should you wish to add a bug at
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/bugs/?func=additem&amp;group=cssc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/bugs/?func=additem&amp;group=cssc&lt;/a&gt;&amp;nbsp;to act as a
&lt;br&gt;placeholder until then, that would be handy; it would serve to make
&lt;br&gt;sure we don't entirely forget the problem :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14408844&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-to-CSSC-tp14325190p14408844.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14407337</id>
	<title>Re: Moving to CSSC</title>
	<published>2007-12-18T14:37:16Z</published>
	<updated>2007-12-18T14:37:16Z</updated>
	<author>
		<name>Geoff Hull</name>
	</author>
	<content type="html">James,
&lt;br&gt;&lt;br&gt;I have been on leave for 2 days.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; I have included some attached files with are the IP of the company I
&lt;br&gt;&amp;gt; &amp;gt; work for.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'll send a copy without the files to the mailing list separately. Can
&lt;br&gt;&amp;gt; &amp;gt; you please treat these files as confidential and delete them when you
&lt;br&gt;&amp;gt; &amp;gt; have finished with them. I'm being super paranoid here, but want to give
&lt;br&gt;&amp;gt; &amp;gt; my employers some peace of mind.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please don't do this! &amp;nbsp; &amp;nbsp; I don't want to see your confidential
&lt;br&gt;&amp;gt; material, and neither should you be forced to divulge it in order to
&lt;br&gt;&amp;gt; get help.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Instead, use the file &amp;quot;testutils/mogrify.awk&amp;quot; in the CSSC distribution to
&lt;br&gt;&amp;gt; delete the actual body lines of the SCCS files. &amp;nbsp;That will expunge the
&lt;br&gt;&amp;gt; problematic content of the files. &amp;nbsp;The comments are left intact however,
&lt;br&gt;&amp;gt; so please double-check those for any information you wouldn't want to be
&lt;br&gt;&amp;gt; made public.
&lt;/div&gt;&lt;br&gt;That sounds like a better solution. In actual fact the amount of proprietary code is tiny and 
&lt;br&gt;would be totally useless without the other 13,000 odd files.
&lt;br&gt;&lt;br&gt;I probably won't get back to this until 3 weeks hence, unfortunately. But will definitely will 
&lt;br&gt;follow it up.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think you should be able to reproduce the behaviour you're talking
&lt;br&gt;&amp;gt; about on the &amp;quot;mogrified&amp;quot; version of the files.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please note also though that the GNU Project prefers not to use the
&lt;br&gt;&amp;gt; term &amp;quot;Intellectual Property&amp;quot; as it represents a confusion between two
&lt;br&gt;&amp;gt; concepts that are in fact distinct; see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.gnu.org/philosophy/words-to-avoid.html#IntellectualProperty&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/philosophy/words-to-avoid.html#IntellectualProperty&lt;/a&gt;&amp;nbsp;for
&lt;br&gt;&amp;gt; a brief explanation.
&lt;br&gt;&lt;br&gt;Thanks, I'll have a look at it. I have a lot of respect for the opinions of the FSF.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; James.
&lt;br&gt;&lt;br&gt;Geoff
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14407337&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-to-CSSC-tp14325190p14407337.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14393641</id>
	<title>Re: Announcing the release of CSSC version 1.1.0</title>
	<published>2007-12-18T01:33:22Z</published>
	<updated>2007-12-18T01:33:22Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Dec 17, 2007 11:45 PM, James Youngman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14393641&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jay@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Please report any bugs via this software to the CSSC bug reporting
&lt;br&gt;&amp;gt; page, &lt;a href=&quot;http://savannah.gnu.org/bugs/?group=findutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/bugs/?group=findutils&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sorry. &amp;nbsp; That URL should be &lt;a href=&quot;https://savannah.gnu.org/bugs/?group=cssc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.gnu.org/bugs/?group=cssc&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14393641&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Announcing-the-release-of-CSSC-version-1.1.0-tp14387863p14393641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14387863</id>
	<title>Announcing the release of CSSC version 1.1.0</title>
	<published>2007-12-17T15:45:49Z</published>
	<updated>2007-12-17T15:45:49Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I'm pleased to announce the release of GNU CSSC, version
&lt;br&gt;1.1.0.
&lt;br&gt;&lt;br&gt;This is a test release and so it is available from
&lt;br&gt;ftp://alpha.gnu.org/gnu/cssc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CSSC (&amp;quot;Compatibly Stupid Source Control&amp;quot;) is the GNU
&lt;br&gt;project's replacement for the traditional Unix SCCS suite.
&lt;br&gt;It aims for full compatibility, including precise nuances of
&lt;br&gt;behaviour, support for all command-line options, and in most
&lt;br&gt;cases bug-for-bug compatibility. &amp;nbsp;CSSC comes with an
&lt;br&gt;extensive automated test suite.
&lt;br&gt;&lt;br&gt;If you are currently using SCCS to do version control of
&lt;br&gt;software, you should be able to just drop in CSSC, even for
&lt;br&gt;example if you have a large number of shell scripts which
&lt;br&gt;are layered on top of SCCS and depend on it. &amp;nbsp;This should
&lt;br&gt;allow you to develop on and for the GNU/Linux platform if
&lt;br&gt;your source code exists only in an SCCS repository. &amp;nbsp;CSSC
&lt;br&gt;also allows you to migrate to a more modern version control
&lt;br&gt;system (such as CVS, perhaps).
&lt;br&gt;&lt;br&gt;There is a mailing list for users of the CSSC suite. &amp;nbsp;To
&lt;br&gt;join it, please send email to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14387863&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users-request@...&lt;/a&gt;&amp;gt;
&lt;br&gt;or visit the URL
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;In the file docs/CREDITS within the CSSC distribution, there
&lt;br&gt;is a full list of people who have contributed to the
&lt;br&gt;development of CSSC. &amp;nbsp;They are listed briefly here :-
&lt;br&gt;&lt;br&gt;James Youngman, Ross Ridge, Eric Allman, Lars Hecking,
&lt;br&gt;Larry McVoy, Dave Bodenstab, Malcolm Boff, Richard Polton,
&lt;br&gt;Fila Kolodny, Peter Kjellerstedt, John Interrante,
&lt;br&gt;Marko Rauhamaa, Achim Hoffann, Dick Streefland,
&lt;br&gt;Greg A. Woods, Aron Griffis, Michael Sterrett,
&lt;br&gt;William W. Austin, Hyman Rosen, Mark Reynolds,
&lt;br&gt;Sergey Ostashenko, Frank van Maarseveen, Jeff Sheinberg,
&lt;br&gt;Thomas Duffy, Yann Dirson
&lt;br&gt;&lt;br&gt;Many thanks to all the above people.
&lt;br&gt;&lt;br&gt;New in CSSC-1.1.0, 2007-12-17
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * GNU CSSC is now distributed under version 3 of the GNU General
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Public License. &amp;nbsp;The documentation is distributed under
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; version 1.2 of the GNU Free Documentation License.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * We now require the C++ compiler to support exceptions in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order to compile successfully. &amp;nbsp;Previously, CSSC allowed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compilation without exceptions, but this meant that graceful
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; recovery from failures was not possible.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Fixed a spurious failure when writing out the SCCS file when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the Y flag is set in the SCCS file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;quot;sccs unedit /tmp/SCCS/s.foo&amp;quot; will no longer cause the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; deletion of ./s.foo, if it exists. &amp;nbsp;Instead, ./foo will be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; deleted, as intended.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Support for some older SCCS files as produced by Unix System III
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (some of these have leading spaces in the counts of inserted/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; deleted/unchanged lines in the delta table).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Compilation fixes for Darwin
&lt;br&gt;&lt;br&gt;Please report any bugs via this software to the CSSC bug reporting
&lt;br&gt;page, &lt;a href=&quot;http://savannah.gnu.org/bugs/?group=findutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/bugs/?group=findutils&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14387863&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Announcing-the-release-of-CSSC-version-1.1.0-tp14387863p14387863.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14368529</id>
	<title>Migrating from SCCS (to GIT)</title>
	<published>2007-12-16T16:53:57Z</published>
	<updated>2007-12-16T16:53:57Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Dec 16, 2007 10:05 PM, Geoff Hull &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368529&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Just another note - I note that there is a &amp;quot;to do&amp;quot; to rewrite the sccs2rcs script. An IBM
&lt;br&gt;&amp;gt; employee - Jonathon Leffler - has already done this, and included it in his &amp;quot;sccstools&amp;quot;
&lt;br&gt;&amp;gt; package.
&lt;br&gt;&lt;br&gt;Interesting, I will try to find time to take a look.
&lt;br&gt;&lt;br&gt;While I'm thinking about migration, I made a start a few weeks back on
&lt;br&gt;a tool for migrating from SCCS direct to GIT. &amp;nbsp;Is anyone interested in
&lt;br&gt;testing such a thing?
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368529&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migrating-from-SCCS-%28to-GIT%29-tp14368529p14368529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14368349</id>
	<title>Re: Moving to CSSC</title>
	<published>2007-12-16T16:29:43Z</published>
	<updated>2007-12-16T16:29:43Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Dec 16, 2007 10:05 PM, Geoff Hull &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; And you did a very good job of it, I must say!
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; Watch out for automatic OS upgrades :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We only use CSSC on Linux and it doesn't come with SCCS (obviously), so it would only
&lt;br&gt;&amp;gt; happen when we upgraded CSSC.
&lt;br&gt;&lt;br&gt;Yes, but CSSC is included with many Linux distributions, for example
&lt;br&gt;Debian GNU/Linux, so this problem may bite you when you apply OS
&lt;br&gt;updates to your Linux systems.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368349&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-to-CSSC-tp14325190p14368349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14368284</id>
	<title>Re: Moving to CSSC</title>
	<published>2007-12-16T16:19:02Z</published>
	<updated>2007-12-16T16:19:02Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Dec 16, 2007 10:05 PM, Geoff Hull &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; That was a speedy response!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have included some attached files with are the IP of the company I work for.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'll send a copy without the files to the mailing list separately. Can you please treat these
&lt;br&gt;&amp;gt; files as confidential and delete them when you have finished with them. I'm being super
&lt;br&gt;&amp;gt; paranoid here, but want to give my employers some peace of mind.
&lt;br&gt;&lt;br&gt;Please don't do this! &amp;nbsp; &amp;nbsp; I don't want to see your confidential
&lt;br&gt;material, and neither should you be forced to divulge it in order to
&lt;br&gt;get help.
&lt;br&gt;&lt;br&gt;Instead, use the file &amp;quot;testutils/mogrify.awk&amp;quot; in the CSSC distribution
&lt;br&gt;to delete the actual body lines of the SCCS files. &amp;nbsp;That will expunge
&lt;br&gt;the problematic content of the files. &amp;nbsp;The comments are left intact
&lt;br&gt;however, so please double-check those for any information you wouldn't
&lt;br&gt;want to be made public.
&lt;br&gt;&lt;br&gt;I think you should be able to reproduce the behaviour you're talking
&lt;br&gt;about on the &amp;quot;mogrified&amp;quot; version of the files.
&lt;br&gt;&lt;br&gt;Please note also though that the GNU Project prefers not to use the
&lt;br&gt;term &amp;quot;Intellectual Property&amp;quot; as it represents a confusion between two
&lt;br&gt;concepts that are in fact distinct; see
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/philosophy/words-to-avoid.html#IntellectualProperty&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/philosophy/words-to-avoid.html#IntellectualProperty&lt;/a&gt;&lt;br&gt;for a brief explanation.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368284&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-to-CSSC-tp14325190p14368284.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14367025</id>
	<title>Missing Links</title>
	<published>2007-12-16T14:09:17Z</published>
	<updated>2007-12-16T14:09:17Z</updated>
	<author>
		<name>Geoff Hull</name>
	</author>
	<content type="html">Sorry, when I did a copy to the mailing list, it was sent as plain text and the links 
&lt;br&gt;disappeared.
&lt;br&gt;&lt;br&gt;The web page where Jonathan Leffler mentions his sccstools is this one:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://svn.haxx.se/users/archive-2004-06/0158.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.haxx.se/users/archive-2004-06/0158.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;and the download link is this one:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://home.earthlink.net/~jleffler/JLSS/sccstools-3.00.tgz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://home.earthlink.net/~jleffler/JLSS/sccstools-3.00.tgz&lt;/a&gt;&lt;br&gt;&lt;br&gt;Geoff
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14367025&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Missing-Links-tp14367025p14367025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14367017</id>
	<title>Re: Moving to CSSC</title>
	<published>2007-12-16T14:05:11Z</published>
	<updated>2007-12-16T14:05:11Z</updated>
	<author>
		<name>Geoff Hull</name>
	</author>
	<content type="html">That was a speedy response! 
&lt;br&gt;&lt;br&gt;I have included some attached files with are the IP of the company I work for. 
&lt;br&gt;&lt;br&gt;I'll send a copy without the files to the mailing list separately. Can you please treat these 
&lt;br&gt;files as confidential and delete them when you have finished with them. I'm being super 
&lt;br&gt;paranoid here, but want to give my employers some peace of mind. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 13, 2007 9:27 PM, Geoff Hull &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14367017&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbh@...&lt;/a&gt;&amp;gt; wrote: 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Greetings all! 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; We are a COBOL software development company (now moving to Java) and we 
&lt;br&gt;&amp;gt; &amp;gt; moved to using a Red Hat Enterprise Linux server as our main machine at 
&lt;br&gt;&amp;gt; &amp;gt; the beginning of this year. We did some trials before moving to Linux, 
&lt;br&gt;&amp;gt; &amp;gt; to see if there were likely to be any major problems with using CSSC. We 
&lt;br&gt;&amp;gt; &amp;gt; didn't find any. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not surprised. I was in the same position just over ten years 
&lt;br&gt;&amp;gt; ago and built CSSC to do the migration :) 
&lt;/div&gt;&lt;br&gt;And you did a very good job of it, I must say! 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; We copied our 20 years of SCCS files to our new RHEL 4.4 server and 
&lt;br&gt;&amp;gt; &amp;gt; started 
&lt;br&gt;&amp;gt; &amp;gt; using CSSC in earnest. There were some minor differences between UNIX 
&lt;br&gt;&amp;gt; &amp;gt; SCCS and CSSC, but we use a wrapper script (called sccs) so didn't have 
&lt;br&gt;&amp;gt; &amp;gt; any problems with dealing with these. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Our move to CSSC has been remarkably trouble-free. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm very glad to hear this. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; It is slightly more fussy about file layout, 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any difference there is almost certainly a bug. Do you have enough 
&lt;br&gt;&amp;gt; remaining information to be more precise about the differences there? 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Mainly the space before the date issue. A sample file s.uwadvc.fil is attached. Line 244 is 
&lt;br&gt;the offender. SCCS on Solaris 10 will handle this. 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; but we've only had to &amp;quot;fix&amp;quot; about a dozen files out 
&lt;br&gt;&amp;gt; &amp;gt; of nearly 13,000. We have been using CSSC exclusively for nearly a year 
&lt;br&gt;&amp;gt; &amp;gt; now. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Congratulations and thanks for letting us all know. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; File Problems 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 1. Our file problems stem from allowing our programmers to manually 
&lt;br&gt;&amp;gt; &amp;gt; edit 
&lt;br&gt;&amp;gt; &amp;gt; the SCCS/s.&amp;lt;filename&amp;gt; file and then do &amp;quot;admin -z&amp;quot; on it (to recalculate 
&lt;br&gt;&amp;gt; &amp;gt; the checksum). 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So you're pretty sure that the format problems you describe were 
&lt;br&gt;&amp;gt; manually introduced, and not compatibility issues? 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Also, I'm morbidly curious: why do your programmers need to do this? 
&lt;br&gt;&amp;gt; The only time I have needed to manually edit SCCS files was to fix the 
&lt;br&gt;&amp;gt; history files which had been corrupted by a non-y2k-compliant version of 
&lt;br&gt;&amp;gt; SCCS on Dynix. 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Hmmm. Yes, we have had some rogue programmers. Some of them got into the habit of 
&lt;br&gt;editing the SCCS file if they found they had branched a later version than they needed to. 
&lt;br&gt;&lt;br&gt;Try &amp;quot;cssc get s.uwtotlnlth.sel&amp;quot; on the attached file. This works fine for Solaris 10 (and 
&lt;br&gt;previously HP-UX 11i v2 and AIX 5.3 - you do get a date warning on the latter). I think 
&lt;br&gt;there are some deleted revisions, followed by some &amp;quot;deleted&amp;quot; revisions. 
&lt;br&gt;&lt;br&gt;Try the same &amp;quot;cssc get&amp;quot; for s.uwrgen.old and s.uwmtft.cbl.dck. They are also both okay 
&lt;br&gt;under Solaris 10 and AIX 5.3. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; In two of our files we had an extra space before a date field on the 
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;d&amp;quot; 
&lt;br&gt;&amp;gt; &amp;gt; line, for example: 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; ^As 00034/00000/03110 
&lt;br&gt;&amp;gt; &amp;gt; ^Ad D 35.2 03/08/07 13:36:08 keith 70 69 
&lt;br&gt;&amp;gt; &amp;gt; ^Am 8447 
&lt;br&gt;&amp;gt; &amp;gt; ^Ac Add Location Co-ordinate Fields 
&lt;br&gt;&amp;gt; &amp;gt; ^Ae 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I see you have an MR number there. Do you use an MR validation 
&lt;br&gt;&amp;gt; script? Up to now, I haven't heard of anybody actually using one, 
&lt;br&gt;&amp;gt; though the functionality is well tested. 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;We don't use any validation script. I didn't realize we could until your question. We only 
&lt;br&gt;switched these on a couple of years ago. These correspond to our &amp;quot;IDs&amp;quot; which are really 
&lt;br&gt;job numbers I guess. We sometimes enter 2 or 3 MRs. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; This gave us a message like: 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; prs: /s/uniworks/SCCS/s.uwclblr.prt: line 465: Corrupted SCCS file. 
&lt;br&gt;&amp;gt; &amp;gt; (Invalid number) 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; It was easily fixed - edit the file to remove the space and do an &amp;quot; 
&lt;br&gt;&amp;gt; &amp;gt; cssc 
&lt;br&gt;&amp;gt; &amp;gt; admin -z &amp;quot; on the file. (I had renamed /usr/bin/sccs to /usr/bin/cssc to 
&lt;br&gt;&amp;gt; &amp;gt; avoid conflicts with our sccs script.) 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Watch out for automatic OS upgrades :) 
&lt;/div&gt;&lt;br&gt;We only use CSSC on Linux and it doesn't come with SCCS (obviously), so it would only 
&lt;br&gt;happen when we upgraded CSSC. 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 2. We also found problems in about 8 of our files where our programmers 
&lt;br&gt;&amp;gt; &amp;gt; had 
&lt;br&gt;&amp;gt; &amp;gt; manually removed some simple intermediate revisions from the SCCS file, 
&lt;br&gt;&amp;gt; &amp;gt; and had then run &amp;quot;admin -z&amp;quot; to fix the checksum. SCCS handles this but 
&lt;br&gt;&amp;gt; &amp;gt; CSSC doesn't. We fixed this by manually editing the file and creating 
&lt;br&gt;&amp;gt; &amp;gt; phony auto null deltas. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This does sound like an incompatibility. It would be nice to fix it, 
&lt;br&gt;&amp;gt; though it sounds like you have resolved the problem. 
&lt;/div&gt;&lt;br&gt;See above. 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Minor Differences 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; prs -d&amp;quot;:T&amp;quot; - no space between the &amp;quot;-d&amp;quot; and the parameters 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes; modern implementations allow arguments to be separated from the 
&lt;br&gt;&amp;gt; options, though this is not the ancient behaviour. Back when I was 
&lt;br&gt;&amp;gt; migrating from SCCS, I was using scripts which used options without 
&lt;br&gt;&amp;gt; arguments to indicate the lack of a checkin comment, for example. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I believe it probably would be useful to support modern argument 
&lt;br&gt;&amp;gt; interpretation, at least as a configure-time option. The problem 
&lt;br&gt;&amp;gt; though is that it is hard to figure out a change which exaclt 
&lt;br&gt;&amp;gt; minimised incompatibilities. Because of the risk of unexpected 
&lt;br&gt;&amp;gt; changes in behaviour I have simply avoid making any changes there. 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Yes, I think that is probably not worth the effort. 
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; CSSC's rmdel allows a person to delete a revision made by another 
&lt;br&gt;&amp;gt; &amp;gt; programmer 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had no idea regular SCCS had this feature! Thanks for telling me! 
&lt;br&gt;&amp;gt; Do you have any idea how this interacts with the authorised-user 
&lt;br&gt;&amp;gt; list? I think this is a bug, too. 
&lt;br&gt;&lt;br&gt;My apologies. I got this information second-hand. I just tried it here and got this with AT&amp;T 
&lt;br&gt;SCCS (Solaris 10): 
&lt;br&gt;/data/tmp$ delta -m10056 s.uwadvc.fil 
&lt;br&gt;comments? deleted some lines 
&lt;br&gt;ERROR [s.uwadvc.fil]: login name or SID specified not in p-file (de2) 
&lt;br&gt;&lt;br&gt;And with CSSC: 
&lt;br&gt;sam:/home/gbh/tmp&amp;gt;cssc delta -m10065 -y'nice one!' s.uwadvc.fil 
&lt;br&gt;delta: s.uwadvc.fil: You have no edits outstanding. 
&lt;br&gt;&lt;br&gt;Might have been something else our wrapper script was doing. 
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; CSSC's sccsdiff is better than SCCS at showing differences revisions 
&lt;br&gt;&amp;gt; &amp;gt; (doesn't show bogus differences like SCCS does). 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Curious; CSSC's sccsdiff doesn't try to be especially clever. Do you 
&lt;br&gt;&amp;gt; think there might be circumstances where the difference could be a 
&lt;br&gt;&amp;gt; problem? 
&lt;br&gt;&lt;br&gt;I'm not sure, I'm going on what one of our programmers told me. I think it is something 
&lt;br&gt;that looks like changes in whitespace, but there aren't any changes. I think this has been 
&lt;br&gt;tested several times by getting the different versions out then doing a diff on them, which 
&lt;br&gt;showed that some of the differences were &amp;quot;phantoms&amp;quot;. 
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; CSSC's get command allows for editing (at the same time) of both the 
&lt;br&gt;&amp;gt; &amp;gt; main 
&lt;br&gt;&amp;gt; &amp;gt; and a branch. (We prevent this with our sccs wrapper script, so it 
&lt;br&gt;&amp;gt; &amp;gt; doesn't affect us.) 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [frown.] I didn't know this was not supposed to be possible. Could 
&lt;br&gt;&amp;gt; you please please please try to make a test script which succeeds with 
&lt;br&gt;&amp;gt; &amp;quot;real&amp;quot; SCCS but fails with CSSC? 
&lt;br&gt;&lt;br&gt;Sorry, another thing our script has always stopped us from doing. When I tested this here 
&lt;br&gt;myself, it works identically for both SCCS and CSSC. 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; PRS Bug 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; One difference between GNU CSSC and AT&amp;T SCCS is in what is displayed 
&lt;br&gt;&amp;gt; &amp;gt; for 
&lt;br&gt;&amp;gt; &amp;gt; the command &amp;quot;sccs prs -l &amp;lt;s.file&amp;gt;&amp;quot;. SCCS gives only the latest revision 
&lt;br&gt;&amp;gt; &amp;gt; whereas CSSC also includes all the auto null delta revisions (if 
&lt;br&gt;&amp;gt; &amp;gt; present) as well. 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; James, should I register this as a bug on SourceForge as well? 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please do; it certainly sounds like a bug! 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; James. 
&lt;/div&gt;&lt;br&gt;Using the attached s.uwadvc.fil (you will have to take a copy and edit it to remove the 
&lt;br&gt;extra space, then do &amp;quot;admin -z&amp;quot;), if you do these commands, you'll see what I mean: 
&lt;br&gt;&lt;br&gt;/home/gbh/tmp$ cssc rmdel -r43.2 s.uwadvc.fil 
&lt;br&gt;/home/gbh/tmp$ cssc prs -l s.uwadvc.fil 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Just another note - I note that there is a &amp;quot;to do&amp;quot; to rewrite the sccs2rcs script. An IBM 
&lt;br&gt;employee - Jonathon Leffler - has already done this, and included it in his &amp;quot;sccstools&amp;quot; 
&lt;br&gt;package. 
&lt;br&gt;&lt;br&gt;I found it on this page . He says he has made some improvements to it, such as not 
&lt;br&gt;getting any source code out of SCCS files to convert them. There is a download link on 
&lt;br&gt;that page. He may be willing to allow a link to his page from the CSSC web page. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Geoff 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14367017&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-to-CSSC-tp14325190p14367017.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14360838</id>
	<title>The CVS repository for GNU CSSC has moved</title>
	<published>2007-12-16T03:48:33Z</published>
	<updated>2007-12-16T03:48:33Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I have moved the CVS repository for GNU CVS from Sourceforge to the
&lt;br&gt;GNU Project's own Savannah site. &amp;nbsp; Please see
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/cvs/?group=cssc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/cvs/?group=cssc&lt;/a&gt;&amp;nbsp;for details of how to use the
&lt;br&gt;new CVS repository.
&lt;br&gt;&lt;br&gt;The old repository still exists for now, but contains just a pointer
&lt;br&gt;to the new one.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14360838&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-CVS-repository-for-GNU-CSSC-has-moved-tp14360838p14360838.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14326071</id>
	<title>Re: Moving to CSSC</title>
	<published>2007-12-13T14:22:26Z</published>
	<updated>2007-12-13T14:22:26Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On Dec 13, 2007 9:27 PM, Geoff Hull &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14326071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbh@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Greetings all!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;We are a COBOL software development company (now moving to Java) and we
&lt;br&gt;&amp;gt; moved to using a Red Hat Enterprise Linux server as our main machine at the
&lt;br&gt;&amp;gt; beginning of this year. We did some trials before moving to Linux, to see if
&lt;br&gt;&amp;gt; there were likely to be any major problems with using CSSC. We didn't find
&lt;br&gt;&amp;gt; any.
&lt;/div&gt;&lt;br&gt;I'm not surprised. &amp;nbsp; I was in the same position just over ten years
&lt;br&gt;ago and built CSSC to do the migration :)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;We copied our 20 years of SCCS files to our new RHEL 4.4 server and started
&lt;br&gt;&amp;gt; using CSSC in earnest. There were some minor differences between UNIX SCCS
&lt;br&gt;&amp;gt; and CSSC, but we use a wrapper script (called sccs) so didn't have any
&lt;br&gt;&amp;gt; problems with dealing with these.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Our move to CSSC has been remarkably trouble-free.
&lt;br&gt;&lt;br&gt;I'm very glad to hear this.
&lt;br&gt;&lt;br&gt;&amp;gt; It is slightly more fussy about file layout,
&lt;br&gt;&lt;br&gt;Any difference there is almost certainly a bug. &amp;nbsp; Do you have enough
&lt;br&gt;remaining information to be more precise about the differences there?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; but we've only had to &amp;quot;fix&amp;quot; about a dozen files out
&lt;br&gt;&amp;gt; of nearly 13,000. We have been using CSSC exclusively for nearly a year now.
&lt;br&gt;&lt;br&gt;Congratulations and thanks for letting us all know.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;File Problems
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;1. Our file problems stem from allowing our programmers to manually edit
&lt;br&gt;&amp;gt; the SCCS/s.&amp;lt;filename&amp;gt; file and then do &amp;quot;admin -z&amp;quot; on it (to recalculate the
&lt;br&gt;&amp;gt; checksum).
&lt;br&gt;&lt;br&gt;So you're pretty sure that the format problems you describe were
&lt;br&gt;manually introduced, and not compatibility issues?
&lt;br&gt;&lt;br&gt;Also, I'm morbidly curious: why do your programmers need to do this?
&lt;br&gt;The only time I have needed to manually edit SCCS files was to fix the
&lt;br&gt;history files which had been corrupted by a non-y2k-compliant version
&lt;br&gt;of SCCS on Dynix.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;In two of our files we had an extra space before a date field on the &amp;quot;d&amp;quot;
&lt;br&gt;&amp;gt; line, for example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;^As 00034/00000/03110
&lt;br&gt;&amp;gt; &amp;nbsp;^Ad D 35.2 &amp;nbsp;03/08/07 13:36:08 keith 70 69
&lt;br&gt;&amp;gt; &amp;nbsp;^Am 8447
&lt;br&gt;&amp;gt; &amp;nbsp;^Ac Add Location Co-ordinate Fields
&lt;br&gt;&amp;gt; &amp;nbsp;^Ae
&lt;/div&gt;&lt;br&gt;I see you have an MR number there. &amp;nbsp; Do you use an MR validation
&lt;br&gt;script? &amp;nbsp; Up to now, I haven't heard of anybody actually using one,
&lt;br&gt;though the functionality is well tested.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;This gave us a message like:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;prs: /s/uniworks/SCCS/s.uwclblr.prt: line 465: Corrupted SCCS file.
&lt;br&gt;&amp;gt; (Invalid number)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;It was easily fixed - edit the file to remove the space and do an &amp;quot; cssc
&lt;br&gt;&amp;gt; admin -z &amp;quot; on the file. (I had renamed /usr/bin/sccs to /usr/bin/cssc to
&lt;br&gt;&amp;gt; avoid conflicts with our sccs script.)
&lt;/div&gt;&lt;br&gt;Watch out for automatic OS upgrades :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;2. We also found problems in about 8 of our files where our programmers had
&lt;br&gt;&amp;gt; manually removed some simple intermediate revisions from the SCCS file, and
&lt;br&gt;&amp;gt; had then run &amp;quot;admin -z&amp;quot; to fix the checksum. SCCS handles this but CSSC
&lt;br&gt;&amp;gt; doesn't. We fixed this by manually editing the file and creating phony auto
&lt;br&gt;&amp;gt; null deltas.
&lt;br&gt;&lt;br&gt;&lt;br&gt;This does sound like an incompatibility. &amp;nbsp; It would be nice to fix it,
&lt;br&gt;though it sounds like you have resolved the problem.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Minor Differences
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;prs -d&amp;quot;:T&amp;quot; - no space between the &amp;quot;-d&amp;quot; and the parameters
&lt;br&gt;&lt;br&gt;Yes; modern implementations allow arguments to be separated from the
&lt;br&gt;options, though this is not the ancient behaviour. &amp;nbsp;Back when I was
&lt;br&gt;migrating from SCCS, I was using scripts which used options without
&lt;br&gt;arguments to indicate the lack of a checkin comment, for example.
&lt;br&gt;&lt;br&gt;I believe it probably would be useful to support modern argument
&lt;br&gt;interpretation, at least as a configure-time option. &amp;nbsp;The problem
&lt;br&gt;though is that it is hard to figure out a change which exaclt
&lt;br&gt;minimised incompatibilities. &amp;nbsp; Because of the risk of unexpected
&lt;br&gt;changes in behaviour I have simply avoid making any changes there.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;CSSC's rmdel allows a person to delete a revision made by another
&lt;br&gt;&amp;gt; programmer
&lt;br&gt;&lt;br&gt;I had no idea regular SCCS had this feature! &amp;nbsp; &amp;nbsp;Thanks for telling me!
&lt;br&gt;&amp;nbsp; &amp;nbsp;Do you have any idea how this interacts with the authorised-user
&lt;br&gt;list? &amp;nbsp; I think this is a bug, too.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;CSSC's sccsdiff is better than SCCS at showing differences revisions
&lt;br&gt;&amp;gt; (doesn't show bogus differences like SCCS does).
&lt;br&gt;&lt;br&gt;Curious; CSSC's sccsdiff doesn't try to be especially clever. &amp;nbsp;Do you
&lt;br&gt;think there might be circumstances where the difference could be a
&lt;br&gt;problem?
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;CSSC's get command allows for editing (at the same time) of both the main
&lt;br&gt;&amp;gt; and a branch. (We prevent this with our sccs wrapper script, so it doesn't
&lt;br&gt;&amp;gt; affect us.)
&lt;br&gt;&lt;br&gt;[frown.] &amp;nbsp;I didn't know this was not supposed to be possible. &amp;nbsp;Could
&lt;br&gt;you please please please try to make a test script which succeeds with
&lt;br&gt;&amp;quot;real&amp;quot; SCCS but fails with CSSC?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;PRS Bug
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;One difference between GNU CSSC and AT&amp;T SCCS is in what is displayed for
&lt;br&gt;&amp;gt; the command &amp;quot;sccs prs -l &amp;lt;s.file&amp;gt;&amp;quot;. SCCS gives only the latest revision
&lt;br&gt;&amp;gt; whereas CSSC also includes all the auto null delta revisions (if present) as
&lt;br&gt;&amp;gt; well.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;James, should I register this as a bug on SourceForge as well?
&lt;/div&gt;&lt;br&gt;Please do; it certainly sounds like a bug!
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14326071&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-to-CSSC-tp14325190p14326071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14325190</id>
	<title>Moving to CSSC</title>
	<published>2007-12-13T13:27:55Z</published>
	<updated>2007-12-13T13:27:55Z</updated>
	<author>
		<name>Geoff Hull</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot; /&gt;
&lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Greetings all!&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
We are a COBOL software development company (now moving to Java) and we moved 
to using a Red Hat Enterprise Linux server as our main machine at the beginning of this 
year. We did some trials before moving to Linux, to see if there were likely to be any major 
problems with using CSSC. We didn't find any.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
We copied our 20 years of SCCS files to our new RHEL 4.4 server and started using 
CSSC in earnest. There were some minor differences between UNIX SCCS and CSSC, 
but we use a wrapper script (called sccs) so didn't have any problems with dealing with 
these.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Our move to CSSC has been remarkably trouble-free. It is slightly more fussy about file 
layout, but we've only had to &amp;quot;fix&amp;quot; about a dozen files out of nearly 13,000. We have been 
using CSSC exclusively for nearly a year now.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;u&gt;File Problems&lt;/u&gt;&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
1. Our file problems stem from allowing our programmers to manually edit the 
SCCS/s.&amp;lt;filename&amp;gt; file and then do &amp;quot;admin -z&amp;quot; on it (to recalculate the checksum).&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
In two of our files we had an extra space before a date field on the &amp;quot;d&amp;quot; line, for example:&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
^As 00034/00000/03110&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
^Ad D 35.2&amp;#160; 03/08/07 13:36:08 keith 70 69&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
^Am 8447&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
^Ac Add Location Co-ordinate Fields&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
^Ae&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
This gave us a message like:&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
prs: /s/uniworks/SCCS/s.uwclblr.prt: line 465: Corrupted SCCS file. 
(Invalid number)&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
It was easily fixed - edit the file to remove the space and do an &amp;quot;&lt;/span&gt;&lt;/font&gt;
&lt;font face=&quot;Courier New&quot; size=&quot;1&quot;&gt;
&lt;span style=&quot; font-size:9pt&quot;&gt;
cssc admin -z&lt;/span&gt;&lt;/font&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&amp;quot; on the 
file. (I had renamed /usr/bin/sccs to /usr/bin/cssc to avoid conflicts with our sccs script.)&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
2. We also found problems in about 8 of our files where our programmers had manually 
removed some simple intermediate revisions from the SCCS file, and had then run 
&amp;quot;admin -z&amp;quot; to fix the checksum. SCCS handles this but CSSC doesn't. We fixed this by 
manually editing the file and creating phony &lt;i&gt;auto null deltas&lt;/i&gt;.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;u&gt;Minor Differences&lt;/u&gt;&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;ul style=&quot;margin-top: 0mm; margin-bottom: 0mm; list-style-type: disk&quot;&gt;
&lt;li style=&quot;margin-left: -13pt; margin-right: 0pt; padding-left: 0pt; font-family: Symbol;  color: #010101;  &quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt; background:#ffffff; font-family:Arial; color:#010101; font-weight:Normal; font-style:Normal; font-decoration:Normal&quot;&gt;
prs -d&amp;quot;:T&amp;quot; - no space between the &amp;quot;-d&amp;quot; and the parameters&lt;/span&gt;&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div align=&quot;left&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;ul style=&quot;margin-top: 0mm; margin-bottom: 0mm; list-style-type: disk&quot;&gt;
&lt;li style=&quot;margin-left: -13pt; margin-right: 0pt; padding-left: 0pt; font-family: Symbol;  color: #010101;  &quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt; background:#ffffff; font-family:Arial; color:#010101; font-weight:Normal; font-style:Normal; font-decoration:Normal&quot;&gt;
CSSC's &lt;i&gt;rmdel&lt;/i&gt; allows a person to delete a revision made by another programmer&lt;/span&gt;&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div align=&quot;left&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;ul style=&quot;margin-top: 0mm; margin-bottom: 0mm; list-style-type: disk&quot;&gt;
&lt;li style=&quot;margin-left: -13pt; margin-right: 0pt; padding-left: 0pt; font-family: Symbol;  color: #010101;  &quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt; background:#ffffff; font-family:Arial; color:#010101; font-weight:Normal; font-style:Normal; font-decoration:Normal&quot;&gt;
CSSC's &lt;i&gt;sccsdiff &lt;/i&gt;is better than SCCS at showing differences revisions (doesn't show 
bogus differences like SCCS does).&lt;/span&gt;&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div align=&quot;left&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;ul style=&quot;margin-top: 0mm; margin-bottom: 0mm; list-style-type: disk&quot;&gt;
&lt;li style=&quot;margin-left: -13pt; margin-right: 0pt; padding-left: 0pt; font-family: Symbol;  color: #010101;  &quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt; background:#ffffff; font-family:Arial; color:#010101; font-weight:Normal; font-style:Normal; font-decoration:Normal&quot;&gt;
CSSC's &lt;i&gt;get&lt;/i&gt; command allows for editing (at the same time) of both the main and a 
branch. (We prevent this with our sccs wrapper script, so it doesn't affect us.)&lt;/span&gt;&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;u&gt;PRS Bug&lt;/u&gt;&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
One difference between GNU CSSC and AT&amp;amp;T SCCS is in what is displayed for the 
command &amp;quot;sccs prs -l &amp;lt;s.file&amp;gt;&amp;quot;. SCCS gives only the latest revision whereas CSSC also 
includes all the &lt;i&gt;auto null delta&lt;/i&gt; revisions (if present) as well.&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
James, should I register this as a bug on SourceForge as well?&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Regards,&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Geoff Hull&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Internal Support&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
McCarthy Associates&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
&lt;span style=&quot; font-size:10pt&quot;&gt;
Hastings, New Zealand&lt;/span&gt;&lt;/font&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;
&amp;nbsp;&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14325190&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-to-CSSC-tp14325190p14325190.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13139329</id>
	<title>Problems installing CSSC</title>
	<published>2007-10-10T10:31:14Z</published>
	<updated>2007-10-10T10:31:14Z</updated>
	<author>
		<name>unix.iingen</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I'm having some problems installing CSSC (v.1.0.1) in a linux box, at the &amp;quot;make&amp;quot; stage. I attatch the output, in hopes you can take a look and guide me through this.
&lt;br&gt;&lt;br&gt;Should you need more feedback, let me know.
&lt;br&gt;&lt;br&gt;Specs: Suse Linux 10.2, perl 5.8.8, kernel version 2.6.18.8-0.3-default
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;---Begin output---
&lt;br&gt;sised01218:~/Instalaciones/CSSC-1.0.1 # make check
&lt;br&gt;make &amp;nbsp;check-recursive
&lt;br&gt;make[1]: Entering directory `/root/Instalaciones/CSSC-1.0.1'
&lt;br&gt;Making check in bsd
&lt;br&gt;make[2]: Entering directory `/root/Instalaciones/CSSC-1.0.1/bsd'
&lt;br&gt;if gcc -DHAVE_CONFIG_H -I. -I. -I.. &amp;nbsp;&amp;quot;-DPREFIX=\&amp;quot;/usr/local/libexec/cssc/\&amp;quot;&amp;quot; &amp;nbsp; -g -MT sccs.o -MD -MP -MF &amp;quot;.deps/sccs.Tpo&amp;quot; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -c -o sccs.o `test -f 'sccs.c' || echo './'`sccs.c; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; then mv -f &amp;quot;.deps/sccs.Tpo&amp;quot; &amp;quot;.deps/sccs.Po&amp;quot;; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else rm -f &amp;quot;.deps/sccs.Tpo&amp;quot;; exit 1; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi
&lt;br&gt;In file included from /usr/include/stdio.h:34,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from sccs.c:54:
&lt;br&gt;/usr/lib64/gcc/x86_64-suse-linux/4.1.2/include/stddef.h:214: error: duplicate ‘unsigned’
&lt;br&gt;In file included from /usr/include/stdlib.h:438,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from sccs.c:63:
&lt;br&gt;/usr/include/sys/types.h:72: error: two or more data types in declaration specifiers
&lt;br&gt;/usr/include/sys/types.h:100: error: two or more data types in declaration specifiers
&lt;br&gt;sccs.c:1696: warning: ‘struct direct’ declared inside parameter list
&lt;br&gt;---End output---</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-installing-CSSC-tp13139329p13139329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11315878</id>
	<title>Migrating CSSC to GNU Savannah</title>
	<published>2007-06-26T17:31:09Z</published>
	<updated>2007-06-26T17:31:09Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I plan to migrate the SourceForge project resources for CSSC (the bug
&lt;br&gt;tracker and web pages particularly) to the GNU site,
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Does anybody have any comments or objections?
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11315878&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migrating-CSSC-to-GNU-Savannah-tp11315878p11315878.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9631234</id>
	<title>Proposal: move CSSC development from SourceForge to GNU project's Savannah site</title>
	<published>2007-03-23T03:13:00Z</published>
	<updated>2007-03-23T03:13:00Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">I propose to move development of GNU CSSC from Sourceforge to the GNU
&lt;br&gt;project's own &amp;nbsp;website, Savannah. &amp;nbsp;This also features a bug tracker,
&lt;br&gt;mailing lists, CVS browse access, and so forth. &amp;nbsp; Savannah is at
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Any objections?
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=9631234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proposal%3A-move-CSSC-development-from-SourceForge-to-GNU-project%27s-Savannah-site-tp9631234p9631234.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9295901</id>
	<title>Google's Summer of Code 2007 programme is under way</title>
	<published>2007-03-04T05:34:05Z</published>
	<updated>2007-03-04T05:34:05Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">The GNU project is participating in Google's Summer of Code programme
&lt;br&gt;in 2007. &amp;nbsp;We also participated in 2006.
&lt;br&gt;&lt;br&gt;The page at &lt;a href=&quot;http://www.gnu.org/software/soc-projects/ideas.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/soc-projects/ideas.html&lt;/a&gt;&lt;br&gt;contains a couple of suggestions for Summer of Code projects which
&lt;br&gt;relate to CSSC.
&lt;br&gt;&lt;br&gt;If you have suggestions for other CSSC projects or comments on the
&lt;br&gt;existing ideas, please send them to the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=9295901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt; mailing
&lt;br&gt;list. &amp;nbsp;If you have suggestions for other GNU projects, please discuss
&lt;br&gt;them with the developer communities for those projects. &amp;nbsp;If you have
&lt;br&gt;comments on or questions about the GNU Project's involvement in the
&lt;br&gt;Google Summer of Code programme, please email &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=9295901&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;summer-of-code@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=9295901&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Google%27s-Summer-of-Code-2007-programme-is-under-way-tp9295901p9295901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9104462</id>
	<title>Re: CSSC</title>
	<published>2007-02-22T09:30:56Z</published>
	<updated>2007-02-22T09:30:56Z</updated>
	<author>
		<name>James Youngman-5</name>
	</author>
	<content type="html">On 2/5/07, butch2005 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=9104462&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;butch2005@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message body follows:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I'm using, or better I'm migrating from TruUnix64-SCCS to
&lt;br&gt;&amp;gt; CSSC (compiled on a Ubuntu system). Up to now it works good
&lt;br&gt;&amp;gt; and I'm happy with it.
&lt;br&gt;&amp;gt; One command I would need is the &amp;quot;get -l&amp;quot; commnd. This
&lt;br&gt;&amp;gt; option is not implemented according to your README file. Is
&lt;br&gt;&amp;gt; there a chance that it will be implemented in a future
&lt;br&gt;&amp;gt; release? I find the command option very helpful.
&lt;br&gt;&amp;gt; Thanks a lot
&lt;br&gt;&amp;gt; Klaus Metzger
&lt;br&gt;&amp;gt; Germany
&lt;/div&gt;&lt;br&gt;&lt;br&gt;The reason that &amp;quot;get -l&amp;quot; is not implemented at in CSSC the moment is
&lt;br&gt;simply that no specification exists for the format of the output and
&lt;br&gt;the Unix documentation doesn't state how the -l and -lp options
&lt;br&gt;interact with the other possible options to the &amp;quot;get&amp;quot; command. &amp;nbsp; &amp;nbsp;For
&lt;br&gt;example, what's the precise effect of &amp;quot;-l -e&amp;quot;, and how does &amp;quot;-lp&amp;quot;
&lt;br&gt;interact with the &amp;quot;-g&amp;quot; and &amp;quot;-p&amp;quot; options? &amp;nbsp; There are likely to be
&lt;br&gt;other cases where the behaviour needs to be specified, too.
&lt;br&gt;&lt;br&gt;So, if you would like to document that in sufficient detail to make it
&lt;br&gt;possible to implement the feature, I'm happy to write the code
&lt;br&gt;implementing the options you need. &amp;nbsp; Be advised though that your
&lt;br&gt;documentation enhancement to CSSC is likely to be significant enough
&lt;br&gt;for it to be necessary for you to assign copyright in your change to
&lt;br&gt;the Free Software Foundation. &amp;nbsp;I hope that's OK.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;James.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;cssc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=9104462&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cssc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/cssc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/cssc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-CSSC-tp9104462p9104462.html" />
</entry>

</feed>
