tortoise svn error show log for file - Path not found
Asked Answered
P

5

23

I can right click any folder tied to SVN and say "Show log" it works. If I do the same thing for a file it says dir/subdir/subsubdir/default.aspx path not found error.. I couldn't figure out why..

Parker answered 15/10, 2009 at 16:40 Comment(0)
F
56

My Solution: clear svn caches. (TortoiseSVN | Settings | Saved Data) I used Win 7, TortoiseSVN 1.7.9

I had the same (as far as I understand) problem: Svn log (TortoiseSVN | Show log) returned a "path not found" error message for a specific file from my working copy. The problem could be reproduced using the repo browser. Svn update and even commit worked fine for that file from my working copy. Svn log (update/commit) on other files in the same folder worked fine from my working copy. My colleagues didnt have problems at all.

And yes: My Working copy was cleaned up, up to date and bound to a valid URL. The server was accessible via pasting URL to browser etc.

As I had the problem using the repo browser I never thought local (cached) data could cause the problem...

Flounder answered 1/10, 2012 at 12:9 Comment(6)
Thumbs up! Worked for me too :)Nereidanereids
I had suffered this issue. But the solution worked for me, great!Shelled
ZOMG This answer is the beez kneez! Fixed my problem with "Path not found" during a merge > show log. Thanks.Comatulid
This worked for me. Only had to delete "Log messages (Show log dialog)" TortoiseSVN 1.8.8Langston
This is the way to go ppl.Firth
I had to clear everything under (TortoiseSVN | Settings | Saved Data) to make it work !!Analgesic
G
2

Try to do an "update" on that folder and see if the file wasn't actually deleted from Subversion.

Guppy answered 15/10, 2009 at 16:53 Comment(0)
B
2

On Windows I've seen subversion get confused when the casing on the client and the server doesn't match - ensure you're casing is right.

Buoy answered 15/6, 2011 at 12:48 Comment(2)
This is not an answer, it should be posted as comment. Besides, the question was asked almost 2 years ago.Faefaeces
@Heandel: Edited my answer - it should now provide valuable feedback. And; I don't think the age of a question really matters. The first source of information should always be previously asked questions.Buoy
D
1

That was the same I Thought It would be, but, there are some other possibilities: The path you are looking for may have suffered a change of type "rename" or "move"

Go through the repo-browse to get your file. Place the complete path (except the filename.extension) you need in the URL. If the repo-browser doesn't get to the path specified, it'll get as far as it can recursively in the directory until it finds the problematic folder (a folder that for the youngest revision does not exist).

Do a Show log to the folder you get with the repo-browser to see if you find a Delete in that path

Dumbhead answered 15/4, 2011 at 15:11 Comment(0)
D
0

Had the same problem, deleting cache did not solve it.

However, I found the solution here: https://mcmap.net/q/584457/-show-log-in-svn-doesn-39-t-show-history-after-doing-svn-move-versioned-items-here

You have to make sure you commit the file! In my case, I only moved it to another folder via right click drag and drop, but did not commit.

As soon as I committed the file, the history showed up again.

Diseased answered 27/4, 2023 at 6:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.