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

Re: Bug in "show log" with older working copies

From: Tobias Wildberg <WildbergT_at_duerkopp-adler.com>
Date: Wed, 15 Apr 2009 07:49:30 -0700 (PDT)

> 2009/4/15 Stefan Fuhrmann:
> ...
> > Somewhere in the URL->(repository URL, relative path) translation
> > the old, long notation gets used and causes 'trunk/' to be shortened
> > to 'unk/' and subsequent SVN requests will fail. So, the bug seems
> > to be in the URL interpretation code (not the actual caching part)
> > and that URL is part of your WC.
> >
> > Could you run "svn info" on your WC and see what format is being
> > used for 'URL' and 'Repository Root'?
>
> Will TSVN->relocate help here if used to correct the file://
> representation in the WC? It is certainly better than hand-editing the
> .entries file.
>
> Simon

@Stefan:
"svn info" shows following result:

D:\Projekt>svn info ProjektXYZ
Pfad: ProjektXYZ
URL: file:///\serverABC/Daten/SvnRepository/ProjektXYZ/trunk
Basis des Projektarchivs: file:///\serverABC/Daten/SvnRepository/ProjektXYZ
UUID des Projektarchivs: 74066b9f-0bff-f745-bfbc-3f07f1e78acd
Revision: 211
Knotentyp: Verzeichnis
Plan: normal
Letzter Autor: WildbergT
Letzte geänderte Rev: 211
Letztes Änderungsdatum: 2009-02-05 12:00:00 +0100 (Do, 05. Feb 2009)

So the URL uses the old-fashioned style.

@Simon:
TSVN->relocate does not help, because it unfortunately reformats it to the
old-fashioned style (or just leaves the old style as it thinks it is the same).
The hand-editing method (done automatically by search and replace) works!

Tobias

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1728280

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-15 17:29:20 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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