File: checkoutlist%2Cv

package info (click to toggle)
cvs-fast-export 1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,248 kB
  • sloc: ansic: 6,419; python: 1,395; lex: 352; sh: 300; yacc: 266; makefile: 260; perl: 64
file content (37 lines) | stat: -rw-r--r-- 731 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
head     1.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     2016.02.28.19.17.51;  author esr;  state Exp;
branches;
next     ;
commitid        10056D347DF6B5116BF;

desc
@@



1.1
log
@initial checkin@
text
@# The "checkoutlist" file is used to support additional version controlled
# administrative files in $CVSROOT/CVSROOT, such as template files.
#
# The first entry on a line is a filename which will be checked out from
# the corresponding RCS file in the $CVSROOT/CVSROOT directory.
# The remainder of the line is an error message to use if the file cannot
# be checked out.
#
# File format:
#
#	[<whitespace>]<filename>[<whitespace><error message>]<end-of-line>
#
# comment lines begin with '#'
@