Hi,
I would like know, why I must write another path in diff command as
for log command, when I want to ask svn on the same file.
(have consideration that we had file copied/moved in repo
from "/trunk/AceWrappers" into "/trunk/lib/AceWrappers")
for log i must write original path (path before move) to the file
but for diff I must write last path (path after move) to the file.
Probably shoud be better if the both command
will request one path (the same path) .
look on examples for undestand:
1:
=========
(Administrator@HAGOP)[85] ~/lib/ACE_wrappers
% svn log -r 22871:22872
svn: File not found: revision 22872, path '/trunk/lib/ACE_wrappers'
2:
=========
(Administrator@HAGOP)[88] ~/lib/ACE_wrappers
% svn log -r 22871:22872 svn://svn/trunk/ACE_wrappers
------------------------------------------------------------------------
r22872 | hagop | 2003-10-07 13:44:45 -0400 (Tue, 07 Oct 2003) | 3 lines
...
------------------------------------------------------------------------
3:
=========
(Administrator@HAGOP)[89] ~/lib/ACE_wrappers
% svn log -v -r 22871:22872 svn://svn/trunk/ACE_wrappers
------------------------------------------------------------------------
r22872 | hagop | 2003-10-07 13:44:45 -0400 (Tue, 07 Oct 2003) | 3 lines
Changed paths:
M ...
------------------------------------------------------------------------
4:
=========
(Administrator@HAGOP)[90] ~/lib/ACE_wrappers
% svn diff -r 22871:22872 svn://svn/trunk/ACE_wrappers
svn: File not found: revision 28560, path '/trunk/ACE_wrappers'
5:
=========
(Administrator@HAGOP)[91] ~/lib/ACE_wrappers
% svn diff -r 22871:22872 svn://svn/trunk/lib/ACE_wrappers
Index: TAO/TAO_IDL/TAO_IDL_FE_DLL.vcproj
===================================================================
--- TAO/TAO_IDL/TAO_IDL_FE_DLL.vcproj (revision 22871)
+++ TAO/TAO_IDL/TAO_IDL_FE_DLL.vcproj (revision 22872)
...
Jozef
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 3 17:41:55 2004