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
Received on Fri Jul  7 00:59:52 2006