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

Re: how is svn:author set?

From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 3 Jul 2008 11:23:42 -0400

svn:author is set automatically on commits, but only if Subversion is
knows the author. This can happen if you're not using http login
credentials or you allow anonymous write access. For example, when you
do a checkout, does Subversion ask for your user name and password? If
not, Subversion won't be able to set svn:author on commits -- just
svn:log and svn:date.

Take a look at <http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html>
for setting up login credentials on your Apache server.

--
David Weintraub
qazwart_at_gmail.com
On Thu, Jul 3, 2008 at 4:42 AM, Shannon Kerr <shannonckerr_at_gmail.com> wrote:
> Hello,
>
> I'm new to Subversion.  When I do a proplist for an element I don't see that
> svn:author is set.  My setup is Subversion 1.5.0 + Apache + SSL.  In fact
> the only property I see set is the one that I am setting in the TortoiseSVN
> config file which is mime-type.  Is svn:author, the author of the latest
> revision for that element, something that I have to set?  If so, where is
> the appropriate location to set this property?  Basically, I don't see
> svn:author set and I want it set for each revision.
>
>
>
> Thank you!
>
> Shannon
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-03 17:25:10 CEST

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.