You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tobias Herp <to...@gmx.de> on 2006/07/06 18:57:23 UTC

svn log problem on moved directory

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

Re: svn log problem on moved directory

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 6, 2006, at 20:57, Tobias Herp wrote:

> 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

Confirmed in Subversion 1.3.2. I don't know if that's expected  
behavior. In any case, to get the log, specify the URL to the item as  
it existed in that revision:

svn log -r14 http://thehost/vpf/svn/roundup/trunk/vdb/roundup


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org