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

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

From: Bastian Blank <bastian_at_waldi.eu.org>
Date: 2004-12-08 18:22:38 CET

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

Received on Wed Dec 8 18:24:59 2004

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.