We're mirroring a 1.6 repo using svnsync. We run svnadmin pack once a week on the master repo, but I'm wondering if we can or should also run it on the mirrored repository. From what I understand of SVN internals, the filesystem changes svnadmin pack makes would not be mirrored (which makes sense I guess).
Can someone confirm if I can/sh...
I am trying to rebuild an svn repository from a dumpfile. The svnadmin load command proceeds nicely until reaching the revision 1922. When processing the revision, the following error is reported:
svnadmin: Pathname not terminated by ':' * editing path : warpx/branches/grid_08
I have compared this particular merge action to ...
Hi all,
Can someone enlighten me on this...
When i uncomment /etc/subversion/config store-auth-creds = no, and when i create a new repos, i was prompted the following...
svnadmin: /etc/subversion/config:37: Option Expected
I understand that that 37 is pointing to the "store-auth-creds = no" option but what option does svnadmin expect...
Assuming a nightly 'svnadmin hotcopy' is run and validated, is
there any value in periodically running one or both of?:
svnadmin verify REPO-PATHNAME 2>&1 |egrep -v '^\* Verified revision [0-9]+\.'
svnadmin dump -q --deltas REPO-PATHNAME >/dev/null
(Any output from above is probably abnormal.)
Does a successful 'svnadmin hotcopy' in...
Hi,
When I am trying to load / restore my SVN repositories, I get error that
svnadmin: Svndiff contains a too large window
How to resolve this ?
Regards
Prashant
...