Fwd: SvnServe with Windows AD Authendication

2013-03-14 Thread Nico Kadel-Garcia
-- 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

Re: Issue

2013-03-14 Thread Daniel Shahaf
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

Re: Issue

2013-03-14 Thread Daniel Shahaf
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); > >

Re: Issue

2013-03-14 Thread C. Michael Pilato
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

Issue

2013-03-14 Thread Rafael.Zalman
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