File: branchcreateempty.chk

package info (click to toggle)
reposurgeon 4.38-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,500 kB
  • sloc: sh: 4,832; makefile: 514; python: 485; lisp: 115; awk: 91; ruby: 19
file content (94 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download | duplicates (3)
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
#reposurgeon sourcetype svn
blob
mark :1
data 210
# A simulation of Subversion default ignores, generated by reposurgeon.
*.o
*.lo
*.la
*.al
*.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
*.#*
.*.swp
.DS_store
# Simulated Subversion default ignores end here

blob
mark :2
data 16
initial content

commit refs/heads/master
#legacy-id 2
mark :3
committer fred <fred> 20 +0000
data 20
add initial content
M 100644 :1 .gitignore
M 100644 :2 file

blob
mark :4
data 29
initial content
more content

commit refs/heads/master
#legacy-id 3
mark :5
committer fred <fred> 30 +0000
data 21
continue development
from :3
M 100644 :4 file

commit refs/heads/release-1.0
#legacy-id 5
mark :6
committer fred <fred> 50 +0000
data 45
copy everything from trunk to release branch
deleteall
M 100644 :1 .gitignore
M 100644 :4 file

blob
mark :7
data 54
initial content
more content
even more branch content

commit refs/heads/release-1.0
#legacy-id 6
mark :8
committer fred <fred> 60 +0000
data 31
continue development on branch
from :6
M 100644 :7 file

blob
mark :9
data 53
initial content
more content
even more trunk content

commit refs/heads/master
#legacy-id 7
mark :10
committer fred <fred> 70 +0000
data 27
continue trunk development
from :5
M 100644 :9 file

done