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

Re: wrong author when committing

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-07-03 14:20:36 CEST

On 7/3/06, sANTo <santo.prive@gmail.com> wrote:
>
> Hey Erik
>
> Sorry I mailed you directly the first time.
>
> On 7/3/06, Erik Huelsmann <ehuels@gmail.com> wrote:
> >
> > No. Any more information on your authentication setup would be very
> > usefull in determining the actual problem. A snippet of your apache
> > configuration (Location block) even more.
>
>
>
>
> Basically I followed the Help document from TortoiseSVN to setup the server
> (TortoiseSVN Help -> Setting Up A Server -> Apache Based Server)
>
> This is the location block for subversion in the Apache conf file:
>
> ### Subversion ###
> <Location /svn>
> DAV svn
> SVNParentPath "E:/subversion/"
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> AuthzSVNAccessFile svnaccessfile
> Require valid-user
> SetOutputFilter DEFLATE
> SVNListParentPath on
> </Location>
>
>
> the svnaccessfile looks like this:
> (I know it's not perfect and we're probably going to review it in the near
> future)
>

[snip]

>
> We experienced the problem once with the v2.5.0 branch and today with the
> v3.0.0 branch (user2 checked in code and logs showed user1 as author)

Looking at the config, your setup looks alright.

Do your users all have their own profiles? Or do they use each other's
login accounts? Subversion caches login credentials in
%APPDATA%\Subversion, which is user specific, but only works if
everybody has his own profile.

Maybe that helps?

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 3 14:21:58 2006

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.