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

Re: Problems with svn.collab.net?

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-11-23 04:25:21 CET

"David Glasser" <glasser@davidglasser.net> writes:
> Could Karl be using http:// instead of https:// by accident?

I had several problems, and it's not clear whether they were related.

But the main one was that I couldn't commit to SVN's *own* repository,
which uses http:// not https://. It's still failing for me:

   $ svn st -q
   M subversion/libsvn_fs_util/mergeinfo-sqlite-index.c
   $ svn ci -F msg
   subversion/libsvn_client/commit.c:916: (apr_err=175002)
   svn: Commit failed (details follow):
   subversion/libsvn_ra_neon/util.c:560: (apr_err=175002)
   svn: Server sent unexpected return value (403 Forbidden)
        in response to MKACTIVITY request for
        '/repos/svn/!svn/act/69faf26a-9971-11dc-a217-354307cd314b'
   $ si
   http://svn.collab.net/repos/svn/trunk
   $ svn info | grep URL
   URL: http://svn.collab.net/repos/svn/trunk
   $

Ben said:
> Karl's getting the classic "oh noes, I'm behind a stupid http proxy
> that blocks dav requests" error.

Hmmm. Well, there are only two Net connections in my life this week.
One was a cable in the same room with you in downtown Chicago :-), and
the other is the home DSL line in my parents' house.

I've made other commits (r27948, r27932, r27910) successfully this
week, and those must have been over one, or possibly both, of those
connections. I don't remember which one specifically, but the
previously reported failure was definitely from downtown, whereas the
one above is from my parents' house. So, by the pigeonhole principle,
at least one location was formerly successful and now fails; and
possibly this is true of both locations.

(Note to cmpilato: I think that's an example of when it's okay to use
"and" after a semicolon. Finally! Been looking for one of those.)

I've never had this problem before, from either location. If there's
a proxy involved, it's new.

If I still can't commit when I get back to San Francisco and my home
Net connection, I'll try to get on IRC at the same time as someone
with admin privs on svn.collab.net, and we can watch the logs in
real-time while I attempt the commits.

In the meantime, I guess I'll post patches to the list.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 23 04:25:34 2007

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

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