On 22 October 2014 14:50, Niemann, Hartmut <hartmut.niemann_at_siemens.com>
wrote:
> 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.
>
> I thought that “Peg revision” is what I need here, and hoped that a
> commandline
>
>
>
> D:\PRJ\LL\LOCLIB\060_tools\config>svn log X4DE_Z.inf_at_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?
>
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 file.txt_at_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-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-10-22 16:17:11 CEST