You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Hudson <gh...@MIT.EDU> on 2005/01/09 09:52:06 UTC

Re: svn commit: r12622 - trunk/subversion/tests/clients/cmdline

On Thu, 2005-01-06 at 19:41, maxb@tigris.org wrote:
> Fix svnlook_tests 1 failure over ra_svn - which doesn't set svn:author.

... in the anonymous commit case, I assume you mean?

What does mod_dav_svn set svn:author to if the commit is anonymous?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r12622 - trunk/subversion/tests/clients/cmdline

Posted by "C. Michael Pilato" <cm...@collab.net>.
"Max Bowsher" <ma...@ukf.net> writes:

> From what i remember of the failing test output, it was set to an
> empty string.

An anonymous commit should never set svn:author at all.  And please
don't come back with some whining about readers needing to explicitly
check for the non-existant-prop case -- svn:author (like any property)
is *never* guaranteed to be around.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r12622 - trunk/subversion/tests/clients/cmdline

Posted by Max Bowsher <ma...@ukf.net>.
Greg Hudson wrote:
> On Thu, 2005-01-06 at 19:41, maxb@tigris.org wrote:
>> Fix svnlook_tests 1 failure over ra_svn - which doesn't set svn:author.
>
> ... in the anonymous commit case, I assume you mean?
>
> What does mod_dav_svn set svn:author to if the commit is anonymous?