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

svn log problem on moved directory

From: Tobias Herp <tobias.herp_at_gmx.de>
Date: 2006-07-06 20:57:23 CEST

Hi,

I have a strange problem in a directory I moved:

svn move http://thehost/vpf/svn/roundup/trunk/vdb/roundup
http://thehost/vpf/svn/roundup/trunk/vpf-tracker

(or something very similar; hostname replaced by dummy). This change
seemed to have worked fine, since it is reflected in the web view.

Next I switched my working copy:

svn switch http://thehost/vpf/svn/roundup/trunk/vpf-tracker/ .

Now, when I try a svn log in this working copy or any of its
subdirectories, it seems to work (I'm not very experienced yet; commit
messages only, no files listed); but when I specify one of the listed
revisions, I get an error:

thehost:/the/working/dir # svn log
...
------------------------------------------------------------------------
r14 | Administrator | 2006-01-12 17:38:06 +0100 (Thu, 12 Jan 2006) | 1 line

Erste produktive Version vom 12.01.06
------------------------------------------------------------------------
thehost:/the/working/dir # svn log -r14
svn: REPORT request failed on
'/vpf/svn/!svn/bc/14/roundup/trunk/vpf-tracker/extensions'
svn: '/vpf/svn/!svn/bc/14/roundup/trunk/vpf-tracker/extensions' path not
found

svn info reflects the correct (new) location:

thehost:/the/working/dir # svn info
Path: .
URL: http://flatisland.cegit.de/vpf/svn/roundup/trunk/vpf-tracker
Repository UUID: bb908e4e-488b-dc42-a520-8bc7986ea534
Revision: 2113
Node Kind: directory
Schedule: normal
Last Changed Author: vpf
Last Changed Rev: 2113
Last Changed Date: 2006-07-06 20:08:36 +0200 (Thu, 06 Jul 2006)

I checked out into another directory and tried it there; same problem.

Any ideas anyone what went wrong, and how could I fix this?
Thanks very much in advance!

-- 
Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 7 00:38:12 2006

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

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