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
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
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
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
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
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
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