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 20:18:38 2003