You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2005/02/01 20:42:11 UTC

Remove username from svn_repos_begin_report

Hi,

I am revising svn_repos_begin_report. Does anyone object to remove the
username argument from that function? I think it was used when this stuff
actually created an FS transaction, but that time isn't anymore. It isn't
used and we have (in the locking branch) another way to associate a user
with a filesystem should that be necessary.

Regards,
//Peter

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

Re: Remove username from svn_repos_begin_report

Posted by "C. Michael Pilato" <cm...@collab.net>.
"Peter N. Lundblad" <pe...@famlundblad.se> writes:

> I am revising svn_repos_begin_report. Does anyone object to remove the
> username argument from that function? I think it was used when this stuff
> actually created an FS transaction, but that time isn't anymore. It isn't
> used and we have (in the locking branch) another way to associate a user
> with a filesystem should that be necessary.

Weird.  I can't imagine why we'd ever have needed a username for that
function, FS txn or not.  Kill it!

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