[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Bug: detailed file information for "svn del" is missing

From: <Stefan.Schreck_at_nokia.com>
Date: 2005-02-11 13:19:07 CET

Hello,

I will give you an example for the bug:

1.) I delete ("svn del") a directory with files inside.

svnserver:repos1> svn del test
D test/test
D test/test2
D test

2.) Now I commit this changes to the repository. Like you see in the example below only the deleted directory is shown.

svnserver:repos1> svn ci
Deleting test

Committed revision 14.

3.) The "svnlook changed" command shows also only the deleted directory but the deleted files are missing in this view

svnserver:repos1> svnlook changed /cm/ulsunsv20
D test/

Bug: The information in 2.) and 3.) should be the same as the output of "svn del" --> the detailed file information is missing!

Expectance: It should work similar to "svn add". Example:

svnserver:repos1> svnlook changed repos1 -r 13
A test/
A test/test
A test/test2

Environment:
Operating system: RedHat Enterprise Linux 3.0 (RHEL)
Subversion release 1.1.3

Best Regards,

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 11 13:24:44 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.