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
|
#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 23
This is a sample file.
commit refs/heads/master
#legacy-id 2
mark :3
committer esr <esr> 1322671432 +0000
data 16
First revision.
M 100644 :1 .gitignore
M 100644 :2 README
blob
mark :4
data 68
This is a sample file.
This is our first line of modified content.
commit refs/heads/master
#legacy-id 3
mark :5
committer esr <esr> 1322671521 +0000
data 17
Second revision.
from :3
M 100644 :4 README
blob
mark :6
data 114
This is a sample file.
This is our first line of modified content.
This is our second line of modified content.
commit refs/heads/master
#legacy-id 4
mark :7
committer esr <esr> 1322671565 +0000
data 16
Third revision.
from :5
M 100644 :6 README
tag emptycommit-5
#legacy-id 5
from :7
tagger esr <esr> 1323084440 +0000
data 77
Adding a property setting.
[[Tag from zero-fileop commit at Subversion r5]]
done
|