Can someone enlighten me on this...

When i uncomment /etc/subversion/config store-auth-creds = no, and when i create a new repos, i was prompted the following...

svnadmin: /etc/subversion/config:37: Option Expected

I understand that that 37 is pointing to the "store-auth-creds = no" option but what option does svnadmin expect now???

Kind of new in SVN.. =) and i'm using Ubuntu 9.1 for my SVN.

Cheers, Dave

link|improve this question
jus to add on, "store-auth-creds = no" is an option for the system NOT to store any credentials previously entered. =) – Dave Aug 23 '10 at 9:22
feedback

1 Answer

up vote 0 down vote accepted

Either your svnadmin does not recognize store-auth-creds or you have messed up the config file as you edited it (a space character where it doesn't belong etc).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.