Re: Extra blank line when using command line editor for commit message

2014-04-22 Thread Justin Mrkva
scheme of things though. On Apr 22, 2014, at 6:40 PM, Ryan Schmidt wrote: > > On Apr 22, 2014, at 12:52, Justin Mrkva wrote: > >> On Apr 21, 2014, at 6:19 PM, Ryan Schmidt wrote: >> >>> Yes: install the log-police.py hook script in your repository. >>&g

Re: Extra blank line when using command line editor for commit message

2014-04-22 Thread Justin Mrkva
reject the commit if it has whitespace, but then that means that any commit using the command line editor would be rejected, because svn always adds the whitespace. On Apr 21, 2014, at 6:19 PM, Ryan Schmidt wrote: > > On Apr 21, 2014, at 16:56, Justin Mrkva wrote: > >> I use nan

Re: Default user on commit

2014-04-19 Thread Justin Mrkva
After some extensive testing, it turns out --no-auth-cache is the right way to do it. As long as I use that option when using the alternate usernames, everything works like I expect it to. It’s easier than needing to remember to do at least one operation with the default username after an altern

Default user on commit

2014-04-18 Thread Justin Mrkva
I have two local working copies, both on my local user account. I am managing commits for another user, so he sends me files and I check them in. It’s weird but we have our reasons for this. So I go into his working copy, replace the file in question with his copy, then do `svn ci --username ot

Restricting repository access with authz

2014-04-12 Thread Justin Mrkva
I have an Apache server running mod_dav_svn and mod_authz_svn with several repositories, each with several projects which each contain the “typical 3” folders, where /svn is the base SVN path for access via HTTPS*. Kind of like this: /svn repository1 project1 branches

Re: AuthUserFile not specified in the configuration

2014-04-04 Thread Justin Mrkva
Yes, it is readable. I also confirmed the command works. In the meantime, I’ve tried a few additional things. I found a preinstalled (but unactivated) module called mod_auth_digest_apple, so I deactivated mod_auth_digest in favor of the Apple-specific one. There’s one important difference: the

AuthUserFile not specified in the configuration

2014-04-02 Thread Justin Mrkva
First, I’m not subscribed to the list, so please CC me on replies. I’m trying to start a SVN server on Apache 2.2.26 on Mac OS X Server. I’ve compiled and installed mod_dav_svn and mod_authz_svn, and enabled auth_digest_module so I can use digest authentication. I added a user with htdigest and