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

Subversion 1.5 (r26502) - Log Message Bug?

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: 2007-09-21 20:27:05 CEST

Hi there,

i have downloaded the SVN 1.5 test release to test things.

I have installed the SVN CLI on windows and tested the following:

Created a new repository via "svnadmin create mt"
Configured the repository for "svn://" to simplify setup.
Configured the files conf/svnserve.conf:
  auth-access = write
  password-db = passwd
  authz-db = authz
  realm = My First repository
Configured the file conf/passwd
  [users]
  kama = kama
Configured the file conf/authz
  Added two lines:
  [/]
  kama = rw

Then started "svnserve -d -r C:/testsvn1.5/mt"

Tested the installation with a simple:

  "svn list svn://localhost"
where i have been asked for username and password which i had given and
got an empty list (as expected).

The next step was to import a bunch of files into the new repository:

svn import jagosi.import svn://localhost/jagosi/trunk -m"- First import"

Than i got a bunch of messages (importing the content of the directory)
and at last i got a message "Commited revision 1.".

Than i checked the repos via "svn list svn://localhost" and
"svn list svn://localhost/jagosi" and of course "svn list
svn://localhost/jagosi/trunk" and got the expected output.

The last step i checked was to get the log message:

"svn log svn://localhost" which should print out the log message i gave
on the command line, but i got the following:

------------------------------------------------------------------------
r1 | (no author) | (no date) | 1 line

------------------------------------------------------------------------

I have checked the revision properties in the repository itself and i
found them, but they have not been printed out as i expect.

I have to say that within the repository the db/revs directory has a
subdirectory "0" as well as the db/revsprops.

This seemed to be a bug in the new version.

Kind regards
Karl Heinz Marbaise

-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 21 20:25:22 2007

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

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