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

Re: problems copying and removing a directory

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-06 15:28:57 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> or do an 'svn switch' of the working copy to the new location.

That doesn't work

$ svnadmin create /tmp/repo
$ svn mkdir http://localhost/tmp/repo/foo
$ svn co http://localhost/tmp/repo/foo wc2
$ svn mv http://localhost/tmp/repo/foo http://localhost/tmp/repo/bar
$ svn sw http://localhost/tmp/repo/bar wc2
../svn/subversion/libsvn_ra_dav/util.c:332: (apr_err=160013, src_err=0)
svn: Filesystem has no item
svn: REPORT request failed on /tmp/repo/foo
../svn/subversion/libsvn_ra_dav/util.c:163: (apr_err=160013, src_err=0)
svn:
file not found: revision `2', path `/foo'

Is there any reason why we can't make this work?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 6 15:29:37 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.