Appeared during a normal "unlock" command.
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to
That malfunction comes from svn_token__from_word_strict():
int
svn_token__from_word_strict(const svn_token_map_t *map,
const char *word)
{
int value = svn_token__from_word(map, word);
if (value == SVN_TOKEN_UNKNOWN)
SVN_ERR_MALFUNCTION_NO_RETURN();
return va
C. Michael Pilato wrote on Thu, Mar 14, 2013 at 09:53:27 -0400:
> That malfunction comes from svn_token__from_word_strict():
>
> int
> svn_token__from_word_strict(const svn_token_map_t *map,
> const char *word)
> {
> int value = svn_token__from_word(map, word);
>
>
Daniel Shahaf wrote on Fri, Mar 15, 2013 at 00:57:49 +0200:
> C. Michael Pilato wrote on Thu, Mar 14, 2013 at 09:53:27 -0400:
> > That malfunction comes from svn_token__from_word_strict():
> >
> > int
> > svn_token__from_word_strict(const svn_token_map_t *map,
> > const
-- Forwarded message --
From: Nico Kadel-Garcia
Date: Fri, Mar 15, 2013 at 12:01 AM
Subject: Re: SvnServe with Windows AD Authendication
To: Joseba Ercilla Olabarri
On Tue, Mar 12, 2013 at 5:55 PM, Joseba Ercilla Olabarri
wrote:
> On Tue, Mar 12, 2013 at 2:45 PM, Krishnamoorthi