~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to examples/userrepos/group1.dump

  • Committer: David Coles
  • Date: 2010-08-30 03:26:13 UTC
  • Revision ID: coles.david@gmail.com-20100830032613-d14vng0jkelniu3l
python-console: Fix globals broken with new JSON library.

simplejson always returns unicode strings. cJSON would return ordinary strings 
if possible. cPickle.loads() only accepts strings. At present we use pickle 
version 0 so they should all works as ASCII strings. Higher versions of pickle 
are not plain ASCII and are likely to break this and so this should be fixed 
at some point.

Also replaced unconditional exception with one that catches Pickle errors. Not 
sure the best way to report failures of these functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SVN-fs-dump-format-version: 2
 
2
 
 
3
UUID: 04b5fd35-4d05-4c0a-8cfb-e7c153db22a5
 
4
 
 
5
Revision-number: 0
 
6
Prop-content-length: 56
 
7
Content-length: 56
 
8
 
 
9
K 8
 
10
svn:date
 
11
V 27
 
12
2010-02-04T01:10:35.204278Z
 
13
PROPS-END
 
14
 
 
15
Revision-number: 1
 
16
Prop-content-length: 134
 
17
Content-length: 134
 
18
 
 
19
K 7
 
20
svn:log
 
21
V 31
 
22
Begun work on phase2 by myself.
 
23
K 10
 
24
svn:author
 
25
V 8
 
26
studenta
 
27
K 8
 
28
svn:date
 
29
V 27
 
30
2010-02-04T01:30:14.234675Z
 
31
PROPS-END
 
32
 
 
33
Node-path: phase2.html
 
34
Node-kind: file
 
35
Node-action: add
 
36
Prop-content-length: 10
 
37
Text-content-length: 289
 
38
Text-content-md5: 1b21356b4d29567ecc5b72bd84ba9db3
 
39
Text-content-sha1: 8dbfe59d6f7e20d37ccbb9b8e739587f8b09a849
 
40
Content-length: 299
 
41
 
 
42
PROPS-END
 
43
<html>
 
44
<head>
 
45
<title>Intermediate IVLE &mdash; Phase 2</title>
 
46
</head>
 
47
<body>
 
48
<h1>Intermediate IVLE &mdash; Phase 2</h1>
 
49
<p>By Alice Student</p>
 
50
<h2>Introduction</h2>
 
51
<p>In this project, we propose to discover the use of IVLE's file system
 
52
and Subversion repositories.</p>
 
53
</body>
 
54
</html>
 
55
 
 
56
 
 
57
Revision-number: 2
 
58
Prop-content-length: 135
 
59
Content-length: 135
 
60
 
 
61
K 7
 
62
svn:log
 
63
V 32
 
64
Did a bit of work on the project
 
65
K 10
 
66
svn:author
 
67
V 8
 
68
studentb
 
69
K 8
 
70
svn:date
 
71
V 27
 
72
2010-02-04T01:34:34.433136Z
 
73
PROPS-END
 
74
 
 
75
Node-path: phase2.html
 
76
Node-kind: file
 
77
Node-action: change
 
78
Text-content-length: 402
 
79
Text-content-md5: e24b8c8cb8738b227ad9aaae0ac9f4ca
 
80
Text-content-sha1: 8bcd69cfeb5ef198876c3b86d5127f656995e144
 
81
Content-length: 402
 
82
 
 
83
<html>
 
84
<head>
 
85
<title>Intermediate IVLE &mdash; Phase 2</title>
 
86
</head>
 
87
<body>
 
88
<h1>Intermediate IVLE &mdash; Phase 2</h1>
 
89
<p>By Alice Student and Bob Student</p>
 
90
<h2>Introduction</h2>
 
91
<p>In this project, we propose to discover the use of IVLE's file system
 
92
and Subversion repositories.</p>
 
93
<p>In particular, we intend to investigate multiple users committing to the
 
94
same repository.</p>
 
95
</body>
 
96
</html>
 
97
 
 
98
 
 
99
Revision-number: 3
 
100
Prop-content-length: 138
 
101
Content-length: 138
 
102
 
 
103
K 7
 
104
svn:log
 
105
V 35
 
106
Wrote the conclusion to the project
 
107
K 10
 
108
svn:author
 
109
V 8
 
110
studenta
 
111
K 8
 
112
svn:date
 
113
V 27
 
114
2010-02-04T01:37:23.342264Z
 
115
PROPS-END
 
116
 
 
117
Node-path: phase2.html
 
118
Node-kind: file
 
119
Node-action: change
 
120
Text-content-length: 447
 
121
Text-content-md5: 8ef73247221d6eabe5fb023c41d0ff9f
 
122
Text-content-sha1: 9827d1402e3dfc692c379767282e2404aaef20b9
 
123
Content-length: 447
 
124
 
 
125
<html>
 
126
<head>
 
127
<title>Intermediate IVLE &mdash; Phase 2</title>
 
128
</head>
 
129
<body>
 
130
<h1>Intermediate IVLE &mdash; Phase 2</h1>
 
131
<p>By Alice Student and Bob Student</p>
 
132
<h2>Introduction</h2>
 
133
<p>In this project, we propose to discover the use of IVLE's file system
 
134
and Subversion repositories.</p>
 
135
<p>In particular, we intend to investigate multiple users committing to the
 
136
same repository.</p>
 
137
<h2>Conclusion</h2>
 
138
<p>IVLE works great!</p>
 
139
</body>
 
140
</html>
 
141
 
 
142