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

using ssl for commits and template commit messages

From: Tom Hosiawa <tomek32_at_gmail.com>
Date: 2004-12-18 05:25:49 CET

I have two questions.

1. Does anybody know if it's possible to require ssl only for
performing commits? I tried this, but it redirected to https even when
I wasn't doing commits:
<Location /svn/pub>
    DAV svn
    SVNParentPath /srv/svn/pub

    # user authentication
    AuthType Basic
    AuthName "Public Subversion Repository"
    AuthUserFile /srv/svn/pub/svn_passwd
    AuthzSVNAccessFile /srv/svn/pub/svn_access

    # authentication for user commits
    <LimitExcept GET PROPFIND OPTIONS REPORT>
        Redirect /svn https://www.tomek.ca/svn
        Require valid-user
    </LimitExcept>
</Location>

2. Is it possible somehow make a template for messages commited
depended on the user doing the commit?

To be more clear, I like to have every message start with "Real Name
<emaill address>". Is it possible to generate or provide a template
for each user, so it gets filled with the users name and email address
(preventing me from having to type it in on every commit)

-- 
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 18 05:44:16 2004

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.