rscm-accurev 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +55 -8
- data/TODO +1 -1
- data/bumprelease.sh +3 -0
- data/lib/rscm/accurev.rb +3 -2
- data/lib/rscm/scm/accurev/api.rb +181 -71
- data/lib/rscm/scm/accurev/exception.rb +38 -0
- data/lib/rscm/scm/accurev/xml.rb +42 -0
- data/test/coverage/analyzer.rb +127 -0
- data/test/coverage/c_loader.rb +34 -0
- data/test/coverage/cover.rb +91 -0
- data/test/coverage/coverage_loader.rb +21 -0
- data/test/coverage/coveragetask.rb +38 -0
- data/test/coverage/index_tmpl.html +42 -0
- data/test/coverage/template.html +36 -0
- data/test/eg/ac-files.xml +39 -39
- data/test/eg/ac-pop.txt +195 -0
- data/test/eg/files-various-states.xml +188 -0
- data/test/eg/hist-oneweek-all.xml +1483 -0
- data/test/eg/hist-oneweek-external.xml +246 -0
- data/test/eg/hist-oneweek-promotes.xml +1092 -0
- data/test/eg/info.txt +7 -7
- data/test/eg/stat-a-various.xml +1789 -0
- data/test/eg/stat-m.xml +13 -0
- data/test/eg/stat-overlap.xml +13 -0
- data/test/eg/stat-x.xml +20 -0
- data/test/eg/update-i-mods-and-updates-and-overlap.xml +73 -0
- data/test/eg/update-i-updates.xml +46 -46
- data/test/eg/update-newwksp.xml +88 -88
- data/test/eg/update-updates.xml +46 -46
- data/test/fl +18 -0
- data/test/suite_all.rb +34 -0
- data/test/t_api.rb +47 -5
- data/test/t_command.rb +1 -0
- data/test/t_load.rb +1 -0
- data/test/t_rscm.rb +26 -0
- data/test/t_scrubio.rb +1 -0
- data/test/t_xmlmapper.rb +1 -0
- metadata +25 -3
- data/apitest.rb +0 -21
data/test/eg/stat-m.xml
ADDED
data/test/eg/stat-x.xml
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
<AcResponse
|
2
|
+
Command="stat"
|
3
|
+
Directory="/home/gdf/src/streamW">
|
4
|
+
<element
|
5
|
+
location="./p1/p2/p3/p4/p5"
|
6
|
+
dir="yes"
|
7
|
+
status="(external)"/>
|
8
|
+
<element
|
9
|
+
location="./p1/p2/p3/p4/p5/p6"
|
10
|
+
dir="no"
|
11
|
+
status="(external)"/>
|
12
|
+
<element
|
13
|
+
location="./p7"
|
14
|
+
dir="no"
|
15
|
+
status="(external)"/>
|
16
|
+
<element
|
17
|
+
location="./p8"
|
18
|
+
dir="no"
|
19
|
+
status="(external)"/>
|
20
|
+
</AcResponse>
|
@@ -0,0 +1,73 @@
|
|
1
|
+
<acResponse
|
2
|
+
command="update"Scanning entire workspace for files touched since last scan - ok
|
3
|
+
ok
|
4
|
+
>
|
5
|
+
<message
|
6
|
+
error="true">
|
7
|
+
Some of the elements in your workspace have been modified
|
8
|
+
and are not in your default group. Use 'accurev stat -n' to
|
9
|
+
get a list of these files. Then resolve all modifications
|
10
|
+
with anchor, keep, or purge before trying update again.
|
11
|
+
</message>
|
12
|
+
<progress
|
13
|
+
phase="Calculating changes"
|
14
|
+
increment="100"/>
|
15
|
+
<progress
|
16
|
+
phase="results"
|
17
|
+
number="11"/>
|
18
|
+
<message>Would replace content of "p1" .
|
19
|
+
</message>
|
20
|
+
<element
|
21
|
+
location="p1"/>
|
22
|
+
<checkpoint/>
|
23
|
+
<message>Would replace content of "p2/p3/p4" .
|
24
|
+
</message>
|
25
|
+
<element
|
26
|
+
location="p2/p3/p4"/>
|
27
|
+
<checkpoint/>
|
28
|
+
<message>Would replace content of "p5/p6/p7" .
|
29
|
+
</message>
|
30
|
+
<element
|
31
|
+
location="p5/p6/p7"/>
|
32
|
+
<checkpoint/>
|
33
|
+
<message>Would replace content of "p5/p6/p8" .
|
34
|
+
</message>
|
35
|
+
<element
|
36
|
+
location="p5/p6/p8"/>
|
37
|
+
<checkpoint/>
|
38
|
+
<message>Would replace content of "p9/p10/p11/p12/p13/p14/p6/p15/p16" .
|
39
|
+
</message>
|
40
|
+
<element
|
41
|
+
location="p9/p10/p11/p12/p13/p14/p6/p15/p16"/>
|
42
|
+
<checkpoint/>
|
43
|
+
<message>Would replace content of "p5/p6/p17" .
|
44
|
+
</message>
|
45
|
+
<element
|
46
|
+
location="p5/p6/p17"/>
|
47
|
+
<checkpoint/>
|
48
|
+
<message>Would replace content of "p9/p10/p11/p12/p13/p14/p18/p19" .
|
49
|
+
</message>
|
50
|
+
<element
|
51
|
+
location="p9/p10/p11/p12/p13/p14/p18/p19"/>
|
52
|
+
<checkpoint/>
|
53
|
+
<message>Would replace content of "p5/p6/p20" .
|
54
|
+
</message>
|
55
|
+
<element
|
56
|
+
location="p5/p6/p20"/>
|
57
|
+
<checkpoint/>
|
58
|
+
<message>Would replace content of "p9/p10/p11/p12/p13/p14/p6/p21/p22" .
|
59
|
+
</message>
|
60
|
+
<element
|
61
|
+
location="p9/p10/p11/p12/p13/p14/p6/p21/p22"/>
|
62
|
+
<checkpoint/>
|
63
|
+
<message>Would replace content of "p9/p10/p11/p12/p13/p14/p6/p21/p23" .
|
64
|
+
</message>
|
65
|
+
<element
|
66
|
+
location="p9/p10/p11/p12/p13/p14/p6/p21/p23"/>
|
67
|
+
<checkpoint/>
|
68
|
+
<message>Would replace content of "p9/p10/p11/p12/p13/p14/p18/p24" .
|
69
|
+
</message>
|
70
|
+
<element
|
71
|
+
location="p9/p10/p11/p12/p13/p14/p18/p24"/>
|
72
|
+
<checkpoint/>
|
73
|
+
</acResponse>
|
@@ -7,119 +7,119 @@
|
|
7
7
|
<progress
|
8
8
|
phase="results"
|
9
9
|
number="23"/>
|
10
|
-
<message>Would remove "
|
10
|
+
<message>Would remove "p1/p2/p3/p4/p5/p6/p7/p8" .
|
11
11
|
</message>
|
12
12
|
<element
|
13
|
-
location="
|
13
|
+
location="p1/p2/p3/p4/p5/p6/p7/p8"/>
|
14
14
|
<checkpoint/>
|
15
|
-
<message>Would replace content of "
|
15
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p10" .
|
16
16
|
</message>
|
17
17
|
<element
|
18
|
-
location="
|
18
|
+
location="p1/p2/p3/p4/p5/p9/p10"/>
|
19
19
|
<checkpoint/>
|
20
|
-
<message>Would replace content of "
|
20
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p11" .
|
21
21
|
</message>
|
22
22
|
<element
|
23
|
-
location="
|
23
|
+
location="p1/p2/p3/p4/p5/p6/p7/p11"/>
|
24
24
|
<checkpoint/>
|
25
|
-
<message>Would replace content of "
|
25
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p12" .
|
26
26
|
</message>
|
27
27
|
<element
|
28
|
-
location="
|
28
|
+
location="p1/p2/p3/p4/p5/p6/p7/p12"/>
|
29
29
|
<checkpoint/>
|
30
|
-
<message>Would replace content of "
|
30
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p13" .
|
31
31
|
</message>
|
32
32
|
<element
|
33
|
-
location="
|
33
|
+
location="p1/p2/p3/p4/p5/p9/p13"/>
|
34
34
|
<checkpoint/>
|
35
|
-
<message>Would replace content of "
|
35
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p14" .
|
36
36
|
</message>
|
37
37
|
<element
|
38
|
-
location="
|
38
|
+
location="p1/p2/p3/p4/p5/p6/p7/p14"/>
|
39
39
|
<checkpoint/>
|
40
|
-
<message>Would replace content of "
|
40
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p15" .
|
41
41
|
</message>
|
42
42
|
<element
|
43
|
-
location="
|
43
|
+
location="p1/p2/p3/p4/p5/p6/p7/p15"/>
|
44
44
|
<checkpoint/>
|
45
|
-
<message>Would replace content of "
|
45
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p16" .
|
46
46
|
</message>
|
47
47
|
<element
|
48
|
-
location="
|
48
|
+
location="p1/p2/p3/p4/p5/p6/p7/p16"/>
|
49
49
|
<checkpoint/>
|
50
|
-
<message>Would replace content of "
|
50
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p17" .
|
51
51
|
</message>
|
52
52
|
<element
|
53
|
-
location="
|
53
|
+
location="p1/p2/p3/p4/p5/p6/p7/p17"/>
|
54
54
|
<checkpoint/>
|
55
|
-
<message>Would replace content of "
|
55
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p18" .
|
56
56
|
</message>
|
57
57
|
<element
|
58
|
-
location="
|
58
|
+
location="p1/p2/p3/p4/p5/p6/p7/p18"/>
|
59
59
|
<checkpoint/>
|
60
|
-
<message>Would replace content of "
|
60
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p19" .
|
61
61
|
</message>
|
62
62
|
<element
|
63
|
-
location="
|
63
|
+
location="p1/p2/p3/p4/p5/p9/p19"/>
|
64
64
|
<checkpoint/>
|
65
|
-
<message>Would replace content of "
|
65
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p20" .
|
66
66
|
</message>
|
67
67
|
<element
|
68
|
-
location="
|
68
|
+
location="p1/p2/p3/p4/p5/p9/p20"/>
|
69
69
|
<checkpoint/>
|
70
|
-
<message>Would replace content of "
|
70
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p21" .
|
71
71
|
</message>
|
72
72
|
<element
|
73
|
-
location="
|
73
|
+
location="p1/p2/p3/p4/p5/p9/p21"/>
|
74
74
|
<checkpoint/>
|
75
|
-
<message>Would replace content of "
|
75
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p22" .
|
76
76
|
</message>
|
77
77
|
<element
|
78
|
-
location="
|
78
|
+
location="p1/p2/p3/p4/p5/p9/p22"/>
|
79
79
|
<checkpoint/>
|
80
|
-
<message>Would replace content of "
|
80
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p23" .
|
81
81
|
</message>
|
82
82
|
<element
|
83
|
-
location="
|
83
|
+
location="p1/p2/p3/p4/p5/p9/p23"/>
|
84
84
|
<checkpoint/>
|
85
|
-
<message>Would replace content of "
|
85
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p9/p8" .
|
86
86
|
</message>
|
87
87
|
<element
|
88
|
-
location="
|
88
|
+
location="p1/p2/p3/p4/p5/p9/p8"/>
|
89
89
|
<checkpoint/>
|
90
|
-
<message>Would replace content of "
|
90
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p24" .
|
91
91
|
</message>
|
92
92
|
<element
|
93
|
-
location="
|
93
|
+
location="p1/p2/p3/p4/p5/p6/p7/p24"/>
|
94
94
|
<checkpoint/>
|
95
|
-
<message>Would replace content of "
|
95
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p25" .
|
96
96
|
</message>
|
97
97
|
<element
|
98
|
-
location="
|
98
|
+
location="p1/p2/p3/p4/p5/p6/p7/p25"/>
|
99
99
|
<checkpoint/>
|
100
|
-
<message>Would replace content of "
|
100
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p26" .
|
101
101
|
</message>
|
102
102
|
<element
|
103
|
-
location="
|
103
|
+
location="p1/p2/p3/p4/p5/p6/p7/p26"/>
|
104
104
|
<checkpoint/>
|
105
|
-
<message>Would replace content of "
|
105
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p27" .
|
106
106
|
</message>
|
107
107
|
<element
|
108
|
-
location="
|
108
|
+
location="p1/p2/p3/p4/p5/p6/p7/p27"/>
|
109
109
|
<checkpoint/>
|
110
|
-
<message>Would replace content of "
|
110
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p28" .
|
111
111
|
</message>
|
112
112
|
<element
|
113
|
-
location="
|
113
|
+
location="p1/p2/p3/p4/p5/p6/p7/p28"/>
|
114
114
|
<checkpoint/>
|
115
|
-
<message>Would replace content of "
|
115
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p29" .
|
116
116
|
</message>
|
117
117
|
<element
|
118
|
-
location="
|
118
|
+
location="p1/p2/p3/p4/p5/p6/p7/p29"/>
|
119
119
|
<checkpoint/>
|
120
|
-
<message>Would replace content of "
|
120
|
+
<message>Would replace content of "p1/p2/p3/p4/p5/p6/p7/p30" .
|
121
121
|
</message>
|
122
122
|
<element
|
123
|
-
location="
|
123
|
+
location="p1/p2/p3/p4/p5/p6/p7/p30"/>
|
124
124
|
<checkpoint/>
|
125
125
|
</acResponse>
|
data/test/eg/update-newwksp.xml
CHANGED
@@ -2,182 +2,182 @@
|
|
2
2
|
<!-- ac update -fx on a newly created workspace (eg, no files yet) -->
|
3
3
|
<acResponse
|
4
4
|
command="update">
|
5
|
-
<message>Updating element /./
|
5
|
+
<message>Updating element /./p1
|
6
6
|
</message>
|
7
7
|
<element
|
8
|
-
location="/
|
9
|
-
<message>Updating (creating) dir /./
|
8
|
+
location="/p1"/>
|
9
|
+
<message>Updating (creating) dir /./p2
|
10
10
|
</message>
|
11
11
|
<element
|
12
|
-
location="/
|
13
|
-
<message>Updating (creating) dir /./
|
12
|
+
location="/p2"/>
|
13
|
+
<message>Updating (creating) dir /./p2/p3
|
14
14
|
</message>
|
15
15
|
<element
|
16
|
-
location="/
|
17
|
-
<message>Updating element /./
|
16
|
+
location="/p2/p3"/>
|
17
|
+
<message>Updating element /./p2/p3/p4
|
18
18
|
</message>
|
19
19
|
<element
|
20
|
-
location="/
|
21
|
-
<message>Updating element /./
|
20
|
+
location="/p2/p3/p4"/>
|
21
|
+
<message>Updating element /./p2/p3/p5
|
22
22
|
</message>
|
23
23
|
<element
|
24
|
-
location="/
|
25
|
-
<message>Updating element /./
|
24
|
+
location="/p2/p3/p5"/>
|
25
|
+
<message>Updating element /./p2/p3/p6
|
26
26
|
</message>
|
27
27
|
<element
|
28
|
-
location="/
|
29
|
-
<message>Updating element /./
|
28
|
+
location="/p2/p3/p6"/>
|
29
|
+
<message>Updating element /./p2/p3/p7
|
30
30
|
</message>
|
31
31
|
<element
|
32
|
-
location="/
|
33
|
-
<message>Updating element /./
|
32
|
+
location="/p2/p3/p7"/>
|
33
|
+
<message>Updating element /./p8
|
34
34
|
</message>
|
35
35
|
<element
|
36
|
-
location="/
|
37
|
-
<message>Updating element /./
|
36
|
+
location="/p8"/>
|
37
|
+
<message>Updating element /./p9
|
38
38
|
</message>
|
39
39
|
<element
|
40
|
-
location="/
|
41
|
-
<message>Updating element /./
|
40
|
+
location="/p9"/>
|
41
|
+
<message>Updating element /./p10
|
42
42
|
</message>
|
43
43
|
<element
|
44
|
-
location="/
|
45
|
-
<message>Updating (creating) dir /./
|
44
|
+
location="/p10"/>
|
45
|
+
<message>Updating (creating) dir /./p11
|
46
46
|
</message>
|
47
47
|
<element
|
48
|
-
location="/
|
49
|
-
<message>Updating (creating) dir /./
|
48
|
+
location="/p11"/>
|
49
|
+
<message>Updating (creating) dir /./p11/p12
|
50
50
|
</message>
|
51
51
|
<element
|
52
|
-
location="/
|
53
|
-
<message>Updating (creating) dir /./
|
52
|
+
location="/p11/p12"/>
|
53
|
+
<message>Updating (creating) dir /./p11/p12/p13
|
54
54
|
</message>
|
55
55
|
<element
|
56
|
-
location="/
|
57
|
-
<message>Updating (creating) dir /./
|
56
|
+
location="/p11/p12/p13"/>
|
57
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14
|
58
58
|
</message>
|
59
59
|
<element
|
60
|
-
location="/
|
61
|
-
<message>Updating (creating) dir /./
|
60
|
+
location="/p11/p12/p13/p14"/>
|
61
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15
|
62
62
|
</message>
|
63
63
|
<element
|
64
|
-
location="/
|
65
|
-
<message>Updating (creating) dir /./
|
64
|
+
location="/p11/p12/p13/p14/p15"/>
|
65
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p16
|
66
66
|
</message>
|
67
67
|
<element
|
68
|
-
location="/
|
69
|
-
<message>Updating (creating) dir /./
|
68
|
+
location="/p11/p12/p13/p14/p15/p16"/>
|
69
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p16/p17
|
70
70
|
</message>
|
71
71
|
<element
|
72
|
-
location="/
|
73
|
-
<message>Updating element /./
|
72
|
+
location="/p11/p12/p13/p14/p15/p16/p17"/>
|
73
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p16/p17/p18
|
74
74
|
</message>
|
75
75
|
<element
|
76
|
-
location="/
|
77
|
-
<message>Updating element /./
|
76
|
+
location="/p11/p12/p13/p14/p15/p16/p17/p18"/>
|
77
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p16/p17/p19
|
78
78
|
</message>
|
79
79
|
<element
|
80
|
-
location="/
|
81
|
-
<message>Updating (creating) dir /./
|
80
|
+
location="/p11/p12/p13/p14/p15/p16/p17/p19"/>
|
81
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p20
|
82
82
|
</message>
|
83
83
|
<element
|
84
|
-
location="/
|
85
|
-
<message>Updating element /./
|
84
|
+
location="/p11/p12/p13/p14/p15/p20"/>
|
85
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p20/p21
|
86
86
|
</message>
|
87
87
|
<element
|
88
|
-
location="/
|
89
|
-
<message>Updating element /./
|
88
|
+
location="/p11/p12/p13/p14/p15/p20/p21"/>
|
89
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p20/p22
|
90
90
|
</message>
|
91
91
|
<element
|
92
|
-
location="/
|
93
|
-
<message>Updating (creating) dir /./
|
92
|
+
location="/p11/p12/p13/p14/p15/p20/p22"/>
|
93
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p23
|
94
94
|
</message>
|
95
95
|
<element
|
96
|
-
location="/
|
97
|
-
<message>Updating (creating) dir /./
|
96
|
+
location="/p11/p12/p13/p14/p15/p23"/>
|
97
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p23/p17
|
98
98
|
</message>
|
99
99
|
<element
|
100
|
-
location="/
|
101
|
-
<message>Updating element /./
|
100
|
+
location="/p11/p12/p13/p14/p15/p23/p17"/>
|
101
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p17/p24
|
102
102
|
</message>
|
103
103
|
<element
|
104
|
-
location="/
|
105
|
-
<message>Updating element /./
|
104
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p24"/>
|
105
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p17/p25
|
106
106
|
</message>
|
107
107
|
<element
|
108
|
-
location="/
|
109
|
-
<message>Updating element /./
|
108
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p25"/>
|
109
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p17/p26
|
110
110
|
</message>
|
111
111
|
<element
|
112
|
-
location="/
|
113
|
-
<message>Updating element /./
|
112
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p26"/>
|
113
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p17/p27
|
114
114
|
</message>
|
115
115
|
<element
|
116
|
-
location="/
|
117
|
-
<message>Updating element /./
|
116
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p27"/>
|
117
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p17/p28
|
118
118
|
</message>
|
119
119
|
<element
|
120
|
-
location="/
|
121
|
-
<message>Updating element /./
|
120
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p28"/>
|
121
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p17/p29
|
122
122
|
</message>
|
123
123
|
<element
|
124
|
-
location="/
|
125
|
-
<message>Updating (creating) dir /./
|
124
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p29"/>
|
125
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p23/p17/p30
|
126
126
|
</message>
|
127
127
|
<element
|
128
|
-
location="/
|
129
|
-
<message>Updating element /./
|
128
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p30"/>
|
129
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p17/p30/p31
|
130
130
|
</message>
|
131
131
|
<element
|
132
|
-
location="/
|
133
|
-
<message>Updating (creating) dir /./
|
132
|
+
location="/p11/p12/p13/p14/p15/p23/p17/p30/p31"/>
|
133
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p23/p32
|
134
134
|
</message>
|
135
135
|
<element
|
136
|
-
location="/
|
137
|
-
<message>Updating element /./
|
136
|
+
location="/p11/p12/p13/p14/p15/p23/p32"/>
|
137
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p23/p32/p33
|
138
138
|
</message>
|
139
139
|
<element
|
140
|
-
location="/
|
141
|
-
<message>Updating (creating) dir /./
|
140
|
+
location="/p11/p12/p13/p14/p15/p23/p32/p33"/>
|
141
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p34
|
142
142
|
</message>
|
143
143
|
<element
|
144
|
-
location="/
|
145
|
-
<message>Updating (creating) dir /./
|
144
|
+
location="/p11/p12/p13/p14/p15/p34"/>
|
145
|
+
<message>Updating (creating) dir /./p11/p12/p13/p14/p15/p34/p20
|
146
146
|
</message>
|
147
147
|
<element
|
148
|
-
location="/
|
149
|
-
<message>Updating element /./
|
148
|
+
location="/p11/p12/p13/p14/p15/p34/p20"/>
|
149
|
+
<message>Updating element /./p11/p12/p13/p14/p15/p34/p20/p35
|
150
150
|
</message>
|
151
151
|
<element
|
152
|
-
location="/
|
153
|
-
<message>Updating (creating) dir /./
|
152
|
+
location="/p11/p12/p13/p14/p15/p34/p20/p35"/>
|
153
|
+
<message>Updating (creating) dir /./p36
|
154
154
|
</message>
|
155
155
|
<element
|
156
|
-
location="/
|
157
|
-
<message>Updating (creating) dir /./
|
156
|
+
location="/p36"/>
|
157
|
+
<message>Updating (creating) dir /./p36/p11
|
158
158
|
</message>
|
159
159
|
<element
|
160
|
-
location="/
|
161
|
-
<message>Updating (creating) dir /./
|
160
|
+
location="/p36/p11"/>
|
161
|
+
<message>Updating (creating) dir /./p36/p11/p12
|
162
162
|
</message>
|
163
163
|
<element
|
164
|
-
location="/
|
165
|
-
<message>Updating (creating) dir /./
|
164
|
+
location="/p36/p11/p12"/>
|
165
|
+
<message>Updating (creating) dir /./p36/p11/p12/p13
|
166
166
|
</message>
|
167
167
|
<element
|
168
|
-
location="/
|
169
|
-
<message>Updating (creating) dir /./
|
168
|
+
location="/p36/p11/p12/p13"/>
|
169
|
+
<message>Updating (creating) dir /./p36/p11/p12/p13/p14
|
170
170
|
</message>
|
171
171
|
<element
|
172
|
-
location="/
|
173
|
-
<message>Updating element /./
|
172
|
+
location="/p36/p11/p12/p13/p14"/>
|
173
|
+
<message>Updating element /./p36/p11/p12/p13/p14/p37
|
174
174
|
</message>
|
175
175
|
<element
|
176
|
-
location="/
|
177
|
-
<message>Updating element /./
|
176
|
+
location="/p36/p11/p12/p13/p14/p37"/>
|
177
|
+
<message>Updating element /./p38
|
178
178
|
</message>
|
179
179
|
<element
|
180
|
-
location="/
|
180
|
+
location="/p38"/>
|
181
181
|
</acResponse>
|
182
182
|
|
183
183
|
|