Problem and Solution to svn import

2003-01-13 Thread rbb
I had a brief conversation with some people on IRC tonight because my svn import was failing. The error was: subversion/libsvn_ra_dav/util.c:358: (apr_err=175002) svn: RA layer request failed svn: OPTIONS request failed on /foobar subversion/libsvn_ra_dav/util.c:343: (apr_err=175002) svn: The

Re: Problem and Solution to svn import

2003-01-13 Thread Greg Stein
On Sun, Jan 12, 2003 at 07:31:56PM -0800, [EMAIL PROTECTED] wrote: ... Notice that a 301 request is a permanent redirect, and the reason for this redirect is that I requested /foobar, not /foobar/. There are a couple of problems with this. 1) The error message isn't very good. Yah :-(

Re: Problem and Solution to svn import

2003-01-13 Thread rbb
On Mon, 13 Jan 2003, Aaron Bannert wrote: On Monday, January 13, 2003, at 02:40 AM, Greg Stein wrote: 2) I got this even if I put /foobar/ in my request. I haven't done enough research to determine if my shell or the svn client was stripping off the trailing slash, but something