Comment 5 for bug 520743

Revision history for this message
LimCore (limcore) wrote : Re: svn stoped asking for auth, and connects as anonymous - giving usually svn: Authorization failed

This is NOT the problem of callking mkdir before svnadmin create

( http://www.linuxquestions.org/questions/linux-software-2/svn-authorization-failed-what-am-i-doing-wrong-701579/ )

Still same problem when not doing mkdir first:

root:
/srv/svn/repo/lc$ stat barbar
stat: cannot stat `barbar': No such file or directory
/srv/svn/repo/lc$ svnadmin create barbar

client:
~/testsvn$ mkdir barbar
~/testsvn$ cd barbar
~/testsvn/barbar$ echo "some text" > testfile.txt
~/testsvn/barbar$ svn import svn://localhost/lc/barbar -m "importing"
svn: Authorization failed