You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Carl Michael Skog <gx...@sneakemail.com> on 2006/05/14 15:28:19 UTC

Delete on branch does not show up in diff

Scenario:
Trunk is branched out to 'SESS-FRAMES-BRANCH' in revision 9.
The first operation on the branch is a delete(revision 10).
Log:
C:\>svn log --verbose -r9:10 file:///F:/svn-repos/sess/branches/SESS-FRAMES-BRANCH
------------------------------------------------------------------------
r9 | Administrator | 2006-02-12 13:38:07 +0100 (s�, 12 feb 2006) | 1 line
�ndrade s�kv�gar:
   A /branches/SESS-FRAMES-BRANCH (fr�n /trunk:8)

Branch out for frames layout
------------------------------------------------------------------------
r10 | Administrator | 2006-02-13 02:57:47 +0100 (m�, 13 feb 2006) | 1 line
�ndrade s�kv�gar:
   D /branches/SESS-FRAMES-BRANCH/webroot/sess.css

Properties merged into edstrom.css
------------------------------------------------------------------------


The delete operation does not show up in the diff:
C:\>svn di -r9:10 file:///F:/svn-repos/sess/branches/SESS-FRAMES-BRANCH
C:\>


Bug or feature ?

Regards,
Carl Michael Skog

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Delete on branch does not show up in diff

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 14, 2006, at 17:28, Carl Michael Skog wrote:

> The delete operation does not show up in the diff:
> C:\>svn di -r9:10 file:///F:/svn-repos/sess/branches/SESS-FRAMES- 
> BRANCH
> C:\>
>
> Bug or feature ?

As far as I know, that should only happen if you use the --no-diff- 
deleted argument to svn diff. Or have you perhaps specified that  
option in your Subversion config file?





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org