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

RE: (no author) issue

From: Yanghui Bian <ybi_at_vitesse.com>
Date: 2003-07-30 21:57:50 CEST

Sorry. Just find where the problem is.
In apache log:
[Wed Jul 30 21:46:01 2003] [error] [client 10.10.10.128] (OS 3)The
system cannot find the path specified. : Could not open password file:
C:/etc/svn-auth.cfg

It seems that the authentication file path uses the windows absolute
path instead of relative path to root directory of http server.

> -----Original Message-----
> From: Yanghui Bian
> Sent: Wednesday, July 30, 2003 8:18 PM
> To: 'kfogel@collab.net'; Ben Collins-Sussman
> Cc: users@subversion.tigris.org
> Subject: RE: (no author) issue
>
> People should never let chance go. So do I. :-)
> Sorry for the late reply. I have just got SVN at hand and still
trying.
> I did the first thing:
> $ svn import --username yanghui -m "Initial revision" rdenv
> From the log, there is still no author.
>
> Then do as Ben advised.
>
> ybi@p1033295 /cygdrive/c/Program Files/Apache Group/Apache2/bin
> $ htpasswd -c svn-auth.cfg ybi
> Automatically using MD5 format.
> New password: ********
> Re-type new password: ********
> Adding password for user ybi
>
> ybi@p1033295 /cygdrive/c/Program Files/Apache Group/Apache2/bin
> $ htpasswd svn-auth.cfg bli
> Automatically using MD5 format.
> New password:
> Re-type new password:
> Adding password for user bli
>
> Then I copy the file to etc under htdoc root directory.
> Modified the httpd.conf to below:
> <Location /repos>
> DAV svn
> SVNPath G:/repos/svndata
> SVNIndexXSLT "/svnindex/svnindex.xsl"
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile "/etc/svn-auth.cfg"
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> </Location>
>
> After restart the Apache, I try to commit an modified file.
> $ svn commit
> Authentication realm: <http://p1033295:80> Subversion repository
> ybi's password: ********
> Authentication realm: <http://p1033295:80> Subversion repository
> username: ybi
> ybi's password: ********
> Authentication realm: <http://p1033295:80> Subversion repository
> username: 's password: ********
> svn: Authorization failed
> svn: Commit failed (details follow):
> svn: MKACTIVITY of
/repos/!svn/act/8cbf46af-364d-8b4b-9f5c-cf81ccf3b49f:
> authorization failed (http:
> //p1033295)
> svn: Your commit message was left in a temporary file:
> svn: 'D:/wetrends/profile/home/tmp/tmp/svn-commit.tmp'
>
> Failed at the authorization. This might be the Apache related issue.
>
>
> > -----Original Message-----
> > From: kfogel@collab.net [mailto:kfogel@collab.net]
> > Sent: Wednesday, July 30, 2003 12:53 AM
> > To: Ben Collins-Sussman
> > Cc: Yanghui Bian; users@subversion.tigris.org
> > Subject: Re: (no author) issue
> >
> > Ben Collins-Sussman <sussman@collab.net> writes:
> > > This is a pretty common question; it would be great if someone
could
> > > add this to www/project_faq.html (orsubmit a patch).
> >
> > Yanghui, this is your chance... :-)
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 30 21:58:41 2003

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.