You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kevin Greiner <gr...@gmail.com> on 2007/06/20 17:45:19 UTC

Re: svnadmin load stops with "Can't remove ... Directory not empty"

On 5/5/07, Mike Travers <mt...@hyperphor.com> wrote:
>
> I'm trying to transfer a repository to a different machine with
> dump/load, but reloading the file gets the following message after
> getting partway through:
>
> svnadmin: Can't remove 'mtsvn/db/transactions/5-1.txn': Directory not
> empty
>
> This is very repeatable.
>
>
I'm curious to know if or how to resolved this problem. I'm seeing the same
behavior except that svnadmin load fails are different places during the
load. The svn repo has roughly 12k revisions but the error usually occurs
between rev 800-1200. This is on Windows Vista Business and svnadmin verify
runs to completion without a problem.

svnadmin: Can't remove 'svn-repo\db\transactions\827-1.txn': The directory
is not empty.


The dump version is 1.3.2 and the load version is 1.4.4.

Re: Re: svnadmin load stops with "Can't remove ... Directory not empty"

Posted by Christian Marg <ma...@rz.tu-clausthal.de>.
Hello,

D.J. Heap wrote:
> Mike Travers <mt...@hyperphor.com> wrote:
>> The problem was never resolved (to my knowledge).
> 
> Is the load happening on a local disk (as opposed to a network share
> of some kind)?

Today I encountered the same problem with dump version unknown, load
version 1.4.2/1.4.4 on FreeBSD writing to a NFS share. The load worked
flawless when writing to a local disk.

I could move the Repository to the NFS share after loading it to the
local disc and everything worked ok...

bye
Christian
-- 
Christian Marg                    mail  : mailto:marg@rz.tu-clausthal.de
Dezernat 2 TU Clausthal           web   : http://www.tu-clausthal.de
D-38678 Clausthal-Zellerfeld      fon   : 05323/72-2107
Germany                           jabber: ifcma@jabber.tu-clausthal.de


Re: svnadmin load stops with "Can't remove ... Directory not empty"

Posted by Erik Huelsmann <eh...@gmail.com>.
On 6/24/07, D.J. Heap <dj...@gmail.com> wrote:
> On 6/21/07, D.J. Heap <dj...@gmail.com> wrote:
> > On 6/20/07, Mike Travers <mt...@hyperphor.com> wrote:
> > > The problem was never resolved (to my knowledge).
> > >
> >
> >
> > Is the load happening on a local disk (as opposed to a network share
> > of some kind)?
> >
>
>
> I'm able to recreate this somewhat sporadically on Vista with svnsync
> (not with svnadmin load, though).  Probably some unwrapped calls to
> remove directories or files have crept in and are causing the problem.
>
> I'll file an issue and look at it closer when I have time.

I've found 2 unwrapped cases in libsvn_subr. I'll commit that today. I
don't think svnsync has any apr_* calls of itself.

bye,


Erik.

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

Re: svnadmin load stops with "Can't remove ... Directory not empty"

Posted by "D.J. Heap" <dj...@gmail.com>.
On 6/21/07, D.J. Heap <dj...@gmail.com> wrote:
> On 6/20/07, Mike Travers <mt...@hyperphor.com> wrote:
> > The problem was never resolved (to my knowledge).
> >
>
>
> Is the load happening on a local disk (as opposed to a network share
> of some kind)?
>


I'm able to recreate this somewhat sporadically on Vista with svnsync
(not with svnadmin load, though).  Probably some unwrapped calls to
remove directories or files have crept in and are causing the problem.

I'll file an issue and look at it closer when I have time.

DJ

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

Re: svnadmin load stops with "Can't remove ... Directory not empty"

Posted by Mike Travers <mt...@hyperphor.com>.
It was on the filesystem of a server machine, I don't know exactly what sort
of disk system it was, it was probably shared by other users but nobody else
was writing into the area I was using.


On 6/21/07, D.J. Heap <dj...@gmail.com> wrote:
>
> On 6/20/07, Mike Travers <mt...@hyperphor.com> wrote:
> > The problem was never resolved (to my knowledge).
> >
>
>
> Is the load happening on a local disk (as opposed to a network share
> of some kind)?
>
> DJ
>

Re: svnadmin load stops with "Can't remove ... Directory not empty"

Posted by "D.J. Heap" <dj...@gmail.com>.
On 6/20/07, Mike Travers <mt...@hyperphor.com> wrote:
> The problem was never resolved (to my knowledge).
>


Is the load happening on a local disk (as opposed to a network share
of some kind)?

DJ

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

Re: svnadmin load stops with "Can't remove ... Directory not empty"

Posted by Mike Travers <mt...@hyperphor.com>.
The problem was never resolved (to my knowledge).

Mike

On 6/20/07, Kevin Greiner <gr...@gmail.com> wrote:
>
>
> On 5/5/07, Mike Travers <mt...@hyperphor.com> wrote:
> >
> > I'm trying to transfer a repository to a different machine with
> > dump/load, but reloading the file gets the following message after
> > getting partway through:
> >
> > svnadmin: Can't remove 'mtsvn/db/transactions/5- 1.txn': Directory not
> > empty
> >
> > This is very repeatable.
> >
> >
> I'm curious to know if or how to resolved this problem. I'm seeing the
> same behavior except that svnadmin load fails are different places during
> the load. The svn repo has roughly 12k revisions but the error usually
> occurs between rev 800-1200. This is on Windows Vista Business and svnadmin
> verify runs to completion without a problem.
>
> svnadmin: Can't remove 'svn-repo\db\transactions\827-1.txn': The directory
> is not empty.
>
>
> The dump version is 1.3.2 and the load version is 1.4.4.
>