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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-23 13:11:14 CEST

Alexis Huxley <ahuxley@gmx.net> writes:

> 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 *-*
>

Current Subversion HEAD will remove files from the working copy
immediately when you run 'svn rm' on them. You won't need (or be able)
to run ordinary rm separately.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 23 13:12:21 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.