[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

'svn import' fails with 'Require valid-user' directive

From: Dario Alcocer <alcocer_at_helixdigital.com>
Date: 2003-11-18 23:17:45 CET

The 'svn import' command will fail if the <Location> block uses the
'Require valid-user' directive; it doesn't matter if the directive
appears in a <LimitExcept> block or not.

If 'Require valid-user' appears in a <Location> block, the following
error is printed by svn:

   svn: RA layer request failed
   svn: PROPFIND request failed on '/vault/corp/web'
   svn: PROPFIND of '/vault/corp/web': 500 Internal Server Error
(http://svnserver)
   svn: Your commit message was left in a temporary file:
   svn: 'svn-commit.tmp'

If 'Require valid-user' appears in a <LimitExcept> block, the following
error is instead printed by svn:

   svn: RA layer request failed
   svn: MKACTIVITY of
/vault/corp/!svn/act/ab5839cb-6ccc-0310-952e-e3d59d81ae80: 500 Internal
  Server Error (http://svnserver)
   svn: Your commit message was left in a temporary file:
   svn: 'svn-commit.2.tmp'

The 'svn import' will succeed only when the 'Require valid-user' is
completely omitted from the <Location> directive. Is this behavior
expected?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 18 23:21:09 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.