You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dave Rodgman <Da...@arm.com> on 2005/06/15 09:58:16 UTC

svnadmin dump hangs

Hi,

I have a post-commit hook which generates incremental backups, and
occasionally I'm seeing this hang. If I re-run the command by hand,
though, it runs fine. Server is v1.2.0 on fsfs backend. Anyone have any
suggestions?

ps auxf:

httpd    29554  0.0  0.1  5092 3704 ?        S    Jun14   0:00
/usr/bin/perl /svn/repositories/devsys/sourcecontrol/hooks/post-commit
/svn/repositories/devsys/sourcecontrol 1956
httpd    29557  0.0  0.0  2476 1140 ?        S    Jun14   0:00  \_ sh -c
svnadmin dump /svn/repositories/devsys/sourcecontrol -r 1956
--incremental --deltas > /tmp/incremental_dump_r1956_d200506141
httpd    29558  0.0  0.1  6128 2380 ?        S    Jun14   0:00      \_
svnadmin dump /svn/repositories/devsys/sourcecontrol -r 1956
--incremental --deltas
httpd     7239  0.0  0.1  5088 3700 ?        S    Jun14   0:00
/usr/bin/perl /svn/repositories/devsys/sourcecontrol/hooks/post-commit
/svn/repositories/devsys/sourcecontrol 1959
httpd     7242  0.0  0.0  2472 1136 ?        S    Jun14   0:00  \_ sh -c
svnadmin dump /svn/repositories/devsys/sourcecontrol -r 1959
--incremental --deltas > /tmp/incremental_dump_r1959_d200506141
httpd     7243  0.0  0.1  6124 2376 ?        S    Jun14   0:00      \_
svnadmin dump /svn/repositories/devsys/sourcecontrol -r 1959
--incremental --deltas

but doing e.g. svnadmin dump /svn/repositories/devsys/sourcecontrol -r
1959 --incremental --deltas works fine.

Contents of e.g. /tmp/incremental_dump_r1959_d200506141 are incomplete
(this is not a disc space problem in /tmp, btw):

SVN-fs-dump-format-version: 3

UUID: daa62ece-fce0-0310-acf6-c38c6792efcd

Revision-number: 1959
Prop-content-length: 210
Content-length: 210

K 7
svn:log
V 106
Greatly improved error messages; correct TeamAssist behaviour for some
corner cases with multiple products
K 10
svn:author
V 8
drodgman
K 8
svn:date
V 27
2005-06-14T11:31:49.624675Z
PROPS-END

Node-path: hooks/tags/stable-20050614
Node-kind: dir
Node-action: add
Node-copyfrom-rev: 1892
Node-copyfrom-path: hooks/trunk


Node-path: hooks/tags/stable-20050614/commit
Node-kind: file
Node-action: delete

Node-path: hooks/tags/stable-20050614/commit
Node-kind: file
Node-action: add
Node-copyfrom-rev: 1891
Node-copyfrom-path: hooks/trunk/commit




Node-path: hooks/tags/stable-20050614/post-commit.d
Node-kind: dir
Node-action: delete

Node-path: hooks/tags/stable-20050614/post-commit.d
Node-kind: dir
Node-action: add
Node-copyfrom-rev: 1891
Node-copyfrom-path: hooks/trunk/post-commit.d




Node-path: hooks/tags/stable-20050614/post-revprop-change.d
Node-kind: dir
Node-action: delete

Node-path: hooks/tags/stable-20050614/post-revprop-change.d
Node-kind: dir
Node-action: add

Any suggestions welcome

Thanks,

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org