On 9/21/07, Karl Heinz Marbaise <khmarbaise@gmx.de> wrote:
> 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
The authz does not look right. I thought it had to be:
[repos:/path]
> Then started "svnserve -d -r C:/testsvn1.5/mt"
You should not use -r AND a path to a specific repository.
> 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.
That is the new sharded fsfs format.
> This seemed to be a bug in the new version.
Try removing the authz configuration.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
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:35:52 2007