You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bastian Blank <ba...@waldi.eu.org> on 2004/12/08 17:22:38 UTC

svn log doesn't show any information for complete empty revisions

svn log fails to show any informations about empty revisions.

| $ svn log -v file:///tmp/test -r 1
| ------------------------------------------------------------------------
| r1 | (no author) | (no date) | 1 line
| 
| 
| ------------------------------------------------------------------------
| $ svn proplist --revprop -r 1 file:///tmp/test -v
| Unversioned properties on revision 1:
|   svn:log : test
|   svn:author : bastian
|   svn:date : 2004-12-08T16:56:11.025780Z
| $ svnadmin dump --incremental -r 1 /tmp/test
| SVN-fs-dump-format-version: 2
| 
| UUID: 4bb20098-bdea-0310-ae5d-bc3e85f0b182
| 
| Revision-number: 1
| Prop-content-length: 105
| Content-length: 105
| 
| K 7
| svn:log
| V 4
| test
| K 10
| svn:author
| V 7
| bastian
| K 8
| svn:date
| V 27
| 2004-12-08T16:56:11.025780Z
| PROPS-END
| 
| * Dumped revision 1.

The revision was built via the fs api. The used version of subversion is
1.1.0 (Debian experimental 1.1.0-1).

-- 
No one wants war.
		-- Kirk, "Errand of Mercy", stardate 3201.7

Re: svn log doesn't show any information for complete empty revisions

Posted by Ben Collins-Sussman <su...@collab.net>.
On Dec 8, 2004, at 11:22 AM, Bastian Blank wrote:
>
> The revision was built via the fs api. The used version of subversion 
> is
> 1.1.0 (Debian experimental 1.1.0-1).
>

This bug was fixed in 1.1.1:

     * fixed: 'svn log -v' hiding too much info on 'empty' revisions. 
(r11137)


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