[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Failures importing binaries

From: Joerg Hessdoerfer <Joerg.Hessdoerfer_at_sea-gmbh.com>
Date: 2004-09-02 14:40:21 CEST

Hi,

On Thursday 02 September 2004 13:33, Alex R. Mosteo wrote:
[...]
>
> #!/bin/sh
>
> rm -rf test_data
> mkdir test_data
>
> filesize=100000
> x=$((500000000 / filesize))
>
> echo "Creating binaries..."
> while ((x)); do
> head -c $filesize /dev/urandom > test_data/random-$x.bin;
> x=$((x - 1));
> echo Remaining to be created: $x...
> done
>
> sudo rm -rf svn-test
> sudo mkdir svn-test
> sudo svnadmin create svn-test
> sudo chown nobody:nobody -R svn-test

The above line looks deeply suspicious... try this without the chown, and make
sure nobody else (svnserve, mod_dav_svn) accesses the repo (via
SvnParentPath?) with another user!

> echo "Beginning import..."
> svn import test_data http://myhost<false>.net/svn-test/test_data -m
> "Test import"
> echo "Verifying..."
> sudo svnadmin verify svn-test
> echo "Done."
>
> -----8<-----------------
>
[...]

Greetings,
 Joerg

-- 
Leading SW developer  - S.E.A GmbH
Mail: joerg.hessdoerfer@sea-gmbh.com
WWW:  http://www.sea-gmbh.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 2 14:40:53 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.