views:

21

answers:

1

Hi all,

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

A: 

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

Turbo J