Hello,
I am using the latest version 9.4.2.
In a project using Subversion I can
Instead I get a message on the terminal:
No conforming trunk/branches/tags structure detected in the repository
I won't be able to detect any branches or tags.
What can I do?
Thanks, Karsten
That's odd, because the proc with "No conforming ..." in it is executed when the directory is scanned for the working directory, not when the branch browser is invoked. What happens when you type "svn info" in the directory (with LANG=C so it's auf Englisch?) What does it look like when you type "svn <repository root="">" with the actual root?</repository>
LANG=C svn info
Path: .
Working Copy Root Path: /home/myuser/xxxx/workspaces/MODULE
URL: https://svn.SERVER/PATH/MODULE/trunk
Relative URL: ^/PATH/MODULE/trunk
Repository Root: https://svn.SERVER
Repository UUID: 0162a1b2-4443-4713-9042xxxxxxxxxxx
Revision: 59455
Node Kind: directory
Schedule: normal
Last Changed Author: someother
Last Changed Rev: 58613
Last Changed Date: 2022-03-16 14:48:16 +0100 (Wed, 16 Mar 2022)
What do you mean by the second question?
Thanks
I left some letters out of the second question :-) I meant "svn ls https://svn.SERVER"
Does the previous version of tkrev work in this repository?
I see why it exited ungracefully and I can fix that. What I'm trying to determine is whether the repository has the customary trunk/branch/root structure such as
svn ls svn+ssh://dorothyr@svn.code.sf.net/p/tkcvs/code
branches/
tags/
trunk/
Hello Dorothy,
yes svn ls works and shows the source files. Version 9.4.1 does not show the problem but displays the version tree of a selected file.
The project has the usual structure "branches/ tags/ trunk/"
Sorry, when I see the many changes between 9.4.1 and .2 I have no clue what to look for and cannot help you.
Thanks, that narrows it down to a v9.4.2 change in svn.tcl, so that's helpful.
What would be helpful is to see a debugging trace: Options->Tracing->On. In the trace window, check all the boxes. Then re-read the current directory, and capture the debugging output. You probably don't want to post it here, so you can email it to me at dorothymokuren @ gmail.com. I don't have a job anymore, so I'm not a corporate spy :-)
Please see attachments
I think I fixed it by restoring some older code, but I can't be sure because I can't duplicate the problem. Could you please check out the latest, and see if it solves the problem?
Krampnitzer Weg 92
14089 Berlin, Germany
Telefon/phone (+49) 30 - 940 520 42
Mobiltelefon/mobile phone (+49) 171 - 124 134 8
Im Übrigen meine ich, dass Deutschland neutral werden sollte. Das wäre für alle eine Erleichterung.
Besides, I think that Germany should become a neutral country. That would be a relief for everyone.
Incidemment, je pense que l'Allemagne devrait devenir un pays neutre. Ce serait un soulagement pour tout le monde.
Von: "DorothyR" <dorothyr@users.sourceforge.net>
An: "[tkcvs:bugs] " <153@bugs.tkcvs.p.re.sourceforge.net>
Betreff: [tkcvs:bugs] #153 problem "No conforming trunk/branches/tags structure" with SVN
---
** [bugs:#153] problem "No conforming trunk/branches/tags structure" with SVN**
**Status:** open
**Group:**
**Labels:** svn
**Created:** Wed Apr 13, 2022 05:46 PM UTC by karsten
**Last Updated:** Thu Apr 14, 2022 06:22 PM UTC
**Owner:** nobody
Hello,
I am using the latest version 9.4.2.
In a project using Subversion I can
* use tkdiff for individual files
* open the whole directory and see overview of modified files
* select one file and see annotated source code (who changed which line)
* but I cannot see the version tree fo a selected file.
Instead I get a message on the terminal:
> No conforming trunk/branches/tags structure detected in the repository
I won't be able to detect any branches or tags.
What can I do?
Thanks, Karsten
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/tkcvs/bugs/153/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/subscriptions/>
Good, I'll release it.