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

commit failure after 'svn rm' + 'rm', ok after 'svn rm' only, why? (0.10.2)

From: Alexis Huxley <ahuxley_at_gmx.net>
Date: 2002-05-23 10:04:47 CEST

Hi Subversion People

I do this:

        dione$ svn co http://dione/svn/lcuinv
        A ....

And then I delete some stuff I hadn't meant to have archived the
previous time:

        dione$ cd lcuinv/rlscfg/
        dione$ ls -l
        total 140
        -rw-r--r-- 1 alexis alexis 1353 May 23 09:53 files.spp
        drwxr-xr-x 8 alexis alexis 4096 May 23 09:53 lcuinv-0.1f
        -rw-r--r-- 1 alexis alexis 55970 May 23 09:53 lcuinv-0.1f.tar.gz
        drwxr-xr-x 8 alexis alexis 4096 May 23 09:53 lcuinv-0.2
        -rw-r--r-- 1 alexis alexis 61606 May 23 09:53 lcuinv-0.2.tar.gz
        dione$ svn rm *-*
        D ....

If I then really remove the files (which I'm allowed to do now that I've
told SVN about it, right?) with:

        dione$ rm -fr *-*

Then the commit which follows simply hangs without any message but eats
CPU:

        dione$ svn commit
                                <-- long pause before I background it
        <CTRL-Z>
        dione$ bg

Here's 'top':

            PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
        25220 alexis 19 0 1384 1384 1108 R 93.9 1.0 0:34 svn

But if repeat the whole procedure, running 'svn rm' but not the real
'rm' then the commit works fine.

Why?

Thanks!

Alexis
At repository revision 34 :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 23 10:06:04 2002

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

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