File: prcs-utils.sgml

package info (click to toggle)
prcs 1.3.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,128 kB
  • ctags: 3,354
  • sloc: cpp: 17,486; ansic: 8,132; sh: 4,710; perl: 2,729; lisp: 1,816; tcl: 1,142; lex: 354; makefile: 225; pascal: 85
file content (152 lines) | stat: -rw-r--r-- 3,906 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">

<refentry>
  <refentryinfo>
    <date>2002-04-29</date>
  </refentryinfo>

  <refmeta>
    <refentrytitle>prcs-utils</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>prcs-utils</refname>
    <refpurpose>Some utilities to be used in combination with PRCS</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>prcspatch</>
    </cmdsynopsis>

    <cmdsynopsis>
      <command>prcspatch2</>
      <arg opt><option>-m <replaceable>log-message</></option></arg>
      <arg req><replaceable>project</></arg>
      <arg req><replaceable>version1</></arg>
      <arg req><replaceable>version2</></arg>
    </cmdsynopsis>

    <cmdsynopsis>
      <command>prcsfind</>
      <arg req repeat><replaceable>grep-argument</></arg>
    </cmdsynopsis>

    <cmdsynopsis>
      <command>prcsbranches</>
      <arg opt><replaceable>project</></arg>
    </cmdsynopsis>

    <cmdsynopsis>
      <command>prcsguess</>
    </cmdsynopsis>

    <cmdsynopsis>
      <command>prcsentry</>
      <arg req><replaceable>entry-name</></arg>
    </cmdsynopsis>

    <cmdsynopsis>
      <command>prcs_checkfiles</>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>Description</title>

    <variablelist>
      <varlistentry>
	<term>prcspatch</term>
	<listitem>
	  <para>Prints on stdout the diffs for not-yet-checked-in
	  changes, ignoring the project descriptor.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>prcspatch2</term>
	<listitem>
	  <para>Creates a patch file for project and revisions given on
	  command line.  Patch file contains differences between given
	  revisions and is named <filename><replaceable
	  >project</>-<replaceable >version1</>-<replaceable
	  >project</>-<replaceable >version2</>.patch</>.</para>

	  <para><option>-m</> allows to give a message log (which
	  defaults to contents of <literal>Version-Log</> entry of
	  <replaceable>version2</>).</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>prcsfind</term>
	<listitem>
	  <para>Should be used in combination with emacs's 'M-x grep'
	  replace the <literal>grep -n</> command with a call to
	  <command>prcsfind</>.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>prcsbranches</term>
	<listitem>
	  <para>Displays the different branch names of a project.  If
	  not passed as parameter, the project is found from a .prj
	  file in current directory.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>prcsguess</term>
	<listitem>
	  <para>Tries to guess the project in a certain directory.
	  result on stdout, return 1 if no successfull guess could be
	  done, 2 in case of trouble.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>prcsentry</term>
	<listitem>
	  <para>Prints the contents of an entry of the project
	  descriptor.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>prcs_checkfiles</term>
	<listitem>
	  <para>Check the file list in the prcs project file with the
	  files (not directories) in the current source tree.  Double
	  checks the populate-ignore list.</para>
	</listitem>
      </varlistentry>
    </variablelist>

  <refsect1>
    <title>See also</title>

    <para><citerefentry> <refentrytitle>prcs</> <manvolnum>1</>
      </citerefentry>.</para>
  </refsect1>

  <refsect1>
    <title>Author</title>

    <para>Hugo Cornelis <email>hugo@bbf.uia.ac.be</>.</para>

    <para>This manual page was written by Rafael Laboissiere
    <email>rafael@debian.org</>, and later translated to DocBook and
    enhanced by Yann Dirson <email>dirson@debian.org</></para>
  </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-shorttag:t
sgml-minimize-attributes:t
sgml-always-quote-attributes:nil
End:
-->