Document how various VCSs handle keywords, EOLs, and file permissions.
[cvs2svn.git] / cvs2svn_rcsparse / test-data / default.out
blob1eea48f50fb0b518f9411bed8b3aa27e8e7cb25b
1 set_head_revision('1.2')
2 define_tag('B_SPLIT', '1.2.0.4')
3 define_tag('B_MIXED', '1.2.0.2')
4 define_tag('T_MIXED', '1.2')
5 define_tag('B_FROM_INITIALS_BUT_ONE', '1.1.1.1.0.4')
6 define_tag('B_FROM_INITIALS', '1.1.1.1.0.2')
7 define_tag('T_ALL_INITIAL_FILES_BUT_ONE', '1.1.1.1')
8 define_tag('T_ALL_INITIAL_FILES', '1.1.1.1')
9 define_tag('vendortag', '1.1.1.1')
10 define_tag('vendorbranch', '1.1.1')
11 set_locking('strict')
12 set_comment('# ')
13 admin_completed()
14 define_revision('1.2', 1053649073, 'jrandom', 'Exp', ['1.2.2.1', '1.2.4.1'], '1.1')
15 define_revision('1.1', 895879219, 'jrandom', 'Exp', ['1.1.1.1'], None)
16 define_revision('1.1.1.1', 895879219, 'jrandom', 'Exp', [], None)
17 define_revision('1.2.2.1', 1053649896, 'jrandom', 'Exp', [], None)
18 define_revision('1.2.4.1', 1054610431, 'jrandom', 'Exp', [], None)
19 tree_completed()
20 set_description('')
21 set_revision_info('1.2', 'Second commit to proj, affecting all 7 files.\n', "This is the file `default' in the top level of the project.\n\nEvery directory in the `proj' project has a file named `default'.\n\nThis line was added in the second commit (affecting all 7 files).\n")
22 set_revision_info('1.2.4.1', 'First change on branch B_SPLIT.\n\nThis change excludes sub3/default, because it was not part of this\ncommit, and sub1/subsubB/default, which is not even on the branch yet.\n', 'a5 2\n\nFirst change on branch B_SPLIT.\n')
23 set_revision_info('1.2.2.1', 'Modify three files, on branch B_MIXED.\n', 'a5 2\n\nThis line was added on branch B_MIXED only (affecting 3 files).\n')
24 set_revision_info('1.1', 'Initial revision\n', 'd4 2\n')
25 set_revision_info('1.1.1.1', 'Initial import.\n', '')
26 parse_completed()