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

Re: svn copy after forced removal of copied file

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-08-01 22:46:58 CEST

"Kevin Musker" <kmusker@mintel.com> wrote on 07/28/2006 11:07:05 AM:

> I experienced a problem with the svn command line client and am pretty
> sure it's a bug.
>
> If I svn cp a file from the repository, and subsequently delete it, I
> get an error if I try to copy it in again -
>
> > svn cp $SVNROOT/cheese.cc .
> > svn rm --force cheese.cc
> > svn cp $SVNROOT/cheese.cc .
> svn: 'cheese.cc' is not under version control
>
>
> Not sure if this helps, but the client seems to leave the following
> files lying around:
>
> > find . -name "cheese.cc*"
> ./.svn/text-base/cheese.cc.svn-base
> ./.svn/prop-base/cheese.cc.svn-base
> ./.svn/props/cheese.cc.svn-work
> ./.svn/wcprops/cheese.cc.svn-work
> ./.svn/tmp/text-base/cheese.cc.svn-base
> ./.svn/tmp/prop-base/cheese.cc.svn-base
> ./.svn/tmp/props/cheese.cc.svn-work

You got two replies when you posted this to the users@ mailing list
yetserday.

http://svn.haxx.se/users/archive-2006-07/1309.shtml
http://svn.haxx.se/users/archive-2006-07/1314.shtml

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 1 22:54:48 2006

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.