... | ... |
@@ -181,7 +181,7 @@ function update_database () { |
181 | 181 |
done |
182 | 182 |
sx=${sx#*/} |
183 | 183 |
echo " -> $sx" |
184 |
- if ! svn export --quiet --force $fgaddon_svn/${ac:1}/$sx-set.xml $setxml; then |
|
184 |
+ if ! svn cat $fgaddon_svn/${ac:1}/$sx-set.xml > $setxml; then |
|
185 | 185 |
register_state |
186 | 186 |
fi |
187 | 187 |
xmlremovecomments |