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

Re: TSVN 1.5 doesn't store author of a revision using ssh+svn

From: Alexey <a.n.vinogradov_at_gmail.com>
Date: Thu, 10 Jul 2008 03:35:35 -0700 (PDT)

I've found the solution.

Empty author eliminated after I've edited svnserve.conf in repository/
conf folder on the server side.

Before it was anon-access=write; auth-access=write set. I've set these
values some months before. As I remember I did it when tries to set up
simple svn:// access (in that time - on 1.4.X branch). This try wasn't
success, and when I set these two values, it became to work, but...
with empty author. So, then I've set up the access using ssh+svn and
the problem with empty author dissapeared (on 1.4.X). However, these
settings (anon-access=write, auth-access=write) was still active, but
they doesn't correlate to normal work.

And - the problem again risen with 1.5.0. When I've commented these
settings, author again became the part of the log.
I.e.

anon-acces=write
auth-access=write

became

#anon-access=write
#auth-access=write

This problem doesn't exists in general - since usually these settings
are commented by default.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-10 12:38:06 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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