<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=CvsList</id>
	<title>CvsList - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=CvsList"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=CvsList&amp;action=history"/>
	<updated>2026-04-28T22:12:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://pickwiki.org/index.php?title=CvsList&amp;diff=1606&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=CvsList&amp;diff=1606&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:53Z</updated>

		<summary type="html">&lt;p&gt;link fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[HomePage]] &amp;gt;&amp;gt; [[BasicSource]] &amp;gt;&amp;gt; [[TclStack]]&lt;br /&gt;
&lt;br /&gt;
A helper program to list CVS status&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SUBROUTINE CVS.LIST(RTN, FILE, OPTIONS)&lt;br /&gt;
***************************************************************************&lt;br /&gt;
* Program: CVS.LIST&lt;br /&gt;
* Author : Ian [[McGowan]]&lt;br /&gt;
* Date   : 04/20/2004&lt;br /&gt;
* Checkin: $Id: CVS.LIST,v 1.2 2004/04/21 02:03:53 dsiroot Exp $&lt;br /&gt;
* Comment: &lt;br /&gt;
***************************************************************************&lt;br /&gt;
* $Log: CVS.LIST,v $&lt;br /&gt;
* Revision 1.2  2004/04/21 02:03:53  dsiroot&lt;br /&gt;
* mcgowan:Use cvs_status perl scrupt&lt;br /&gt;
*&lt;br /&gt;
* Revision 1.1  2004/04/21 01:50:41  dsiroot&lt;br /&gt;
* mcgowan:List CVS status of a directory&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
CALL CVS.GETDIR(DIR,FILE)&lt;br /&gt;
IF DIR=&amp;#039;ZZZ&amp;#039; THEN RTN=&amp;#039;NOSTATUS&amp;#039;;RETURN&lt;br /&gt;
RTN=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
E=\!cd \:DIR:\;cvs_status\&lt;br /&gt;
PRINT E&lt;br /&gt;
EXECUTE E CAPTURING LIST&lt;br /&gt;
N=DCOUNT(LIST,@AM)&lt;br /&gt;
FOR F=1 TO N&lt;br /&gt;
    PRINT LIST&amp;lt;F&amp;gt;&lt;br /&gt;
NEXT F&lt;br /&gt;
RETURN&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>