Discussion:
Feature request? log for a file that has been removed
Niemann, Hartmut
2014-10-22 13:50:23 UTC
Permalink
Hello!

I need information about a file "X4DE_Z.inf" that has been removed from a directory.

I view the directory's log, and at revision 3174 the file has been modified.

I can right-click on the file , "show changes" and get the diff between rev. 3174 and what was before.

But if I right-click "show logs", i get ".../X4DE_Z.inf" Path not found ("Pfad nicht gefunden").

I thought that "Peg revision" is what I need here, and hoped that a commandline

D:\PRJ\LL\LOCLIB\060_tools\config>svn log ***@3174

would help, but
svn: E155010: The node 'D:\PRJ\LL\LOCLIB\060_tools\config\X4DE_Z.inf' was not found.

Question:
Is there a way to express "please give me the log file for the file "X4DE_Z.inf" in the current
directory that used to be here in rev. 3174"?

Proposal:
Could you link that command to the "show log" entry in the context menu of the files
listed as affected by a revision in the show log dialog?

Mit freundlichen GrÌßen
Dr. Hartmut Niemann

Siemens AG
Mobility
MO MLT LM EN CCI 1
Werner-von-Siemens-Str. 67
91052 Erlangen, Deutschland
Tel.: +49 9131 7-34264
Fax: +49 9131 7-26254
mailto:hartmut.niemann-***@public.gmane.org

Siemens Aktiengesellschaft: Vorsitzender des Aufsichtsrats: Gerhard Cromme; Vorstand: Joe Kaeser, Vorsitzender; Roland Busch, Lisa Davis, Klaus Helmrich, Hermann Requardt, Siegfried Russwurm, Ralf P. Thomas; Sitz der Gesellschaft: Berlin und MÃŒnchen, Deutschland; Registergericht: Berlin Charlottenburg, HRB 12300, MÃŒnchen, HRB 6684; WEEE-Reg.-Nr. DE 23691322

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

To unsubscribe from this discussion, e-mail: [users-***@tortoisesvn.tigris.org].
Simon Large
2014-10-22 14:16:44 UTC
Permalink
Post by Niemann, Hartmut
Hello!
I need information about a file “X4DE_Z.inf” that has been removed from a
directory.
I view the directory’s log, and at revision 3174 the file has been
modified.
I can right-click on the file , “show changes” and get the diff between
rev. 3174 and what was before.
But if I right-click “show logs”, i get “.../X4DE_Z.inf” Path not found
(“Pfad nicht gefunden”).
I can confirm that behaviour. in TSVN 1.8.8. I think TSVN should be using a
peg revision when doing Show Log from the bottom pane of the log dialog.
Post by Niemann, Hartmut
I thought that “Peg revision” is what I need here, and hoped that a
commandline
would help, but
svn: E155010: The node
'D:\PRJ\LL\LOCLIB\060_tools\config\X4DE_Z.inf' was not found.
Is there a way to express “please give me the log file for the file
“X4DE_Z.inf” in the current
directory that used to be here in rev. 3174”?
Could you link that command to the “show log” entry in the context menu of
the files
listed as affected by a revision in the show log dialog?
That command works for me. If I try without the peg revision I get a
different error message from you:

For a file which was removed in r9593:
svn log ***@9592
shows me the history
svn log file.txt
svn: E160013: '/software/!svn/rvr/9593/path/in/repository/file.txt' path
not found

However if I try the same command in the parent directory (the one above
the directory which contains the now-removed file) then I get the same
error as you did.

Simon

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

To unsubscribe from this discussion, e-mail: [users-***@tortoisesvn.tigris.org].
Stefan Küng
2014-10-22 20:15:35 UTC
Permalink
Post by Niemann, Hartmut
Hello!
I need information about a file “X4DE_Z.inf” that has been removed from
a directory.
I view the directory’s log, and at revision 3174 the file has been modified.
I can right-click on the file , “show changes” and get the diff between
rev. 3174 and what was before.
But if I right-click “show logs”, i get “.../X4DE_Z.inf” Path not found
(“Pfad nicht gefunden”).
I thought that “Peg revision” is what I need here, and hoped that a
commandline
would help, but
svn: E155010: The node
'D:\PRJ\LL\LOCLIB\060_tools\config\X4DE_Z.inf' was not found.
Is there a way to express “please give me the log file for the file
“X4DE_Z.inf” in the current
directory that used to be here in rev. 3174”?
Could you link that command to the “show log” entry in the context menu
of the files
listed as affected by a revision in the show log dialog?
You can try opening the repo browser, then switch to r3173, find the
file and show the log from there.

I don't know if I can fix the problem in the log dialog in this
situation, but I'll have a look.

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

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

To unsubscribe from this discussion, e-mail: [users-***@tortoisesvn.tigris.org].
Loading...