minor bug in 'svn list -v'
From: Martin MAURER <martin.maurer_at_email.de>
Date: 2003-09-14 14:14:48 CEST
Hi all,
I just found a minor bug in 'svn list -v':
another thing i wanted to propose (only cosmetic, but maybe at the same
greetings
my testcase:
(503)(0)/tmp> svnadmin create SVN
(504)(0)/tmp> svn co file:///tmp/SVN/ test
(505)(0)/tmp> cd test
(507)(1)/tmp/test> sudo date -s '2002-05-05'
Sun May 5 00:00:00 CEST 2002
(534)(0)/tmp/test> touch bla
(536)(0)/tmp/test> svn ci -m 'added file bla'
// i changed the date before this command
(538)(0)/tmp/test> touch anotherfile
(540)(0)/tmp/test> svn ci -m 'added anotherfile'
(543)(0)/tmp/test> svn up
// svn log works correctly
added anotherfile
added file bla
// the date doesnt show the year here.
//**************************************************************************
list with a big file:
|
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.