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

RE: Error after subversion upgrade

From: Swan, Nicole <NSwan_at_carroll.edu>
Date: 2004-06-22 22:04:15 CEST

The upgrade was indeed done correctly. (Of course, my problem was that I couldn't get in contact with the person who did the upgrade -- he works remotely.)

I did finally get in contact with him, and we figured out that the problem seems to be related to having the repos configured to the root of Apache.

In the following error notice the path:

commits with fail with:
svn: applying log message to
//!svn/wbl/dafd7a36-77dd-0310-8dd8-f106bb595ebe/1658: 404 Not Found (....)

There are two slashes. Thus the server replies with http://ourserver.com:8080//!svn... and thus the 404 error. A workaround of moving the repository from / to /svn makes it work correctly. A bug was submitted: http://subversion.tigris.org/issues/show_bug.cgi?id=1934

Thanks for your help,

--Nicole

-----Original Message-----
From: Eric Hanchrow [mailto:offby1@blarg.net]
Sent: Tuesday, June 22, 2004 12:30 PM
To: Swan, Nicole
Subject: Re: Error after subversion upgrade

>>>>> "NS" == Swan, Nicole <NSwan@carroll.edu> writes:

    NS> The main problem is that I didn't do the upgrade (and I'll
    NS> admit that I don't know much about the administration of
    NS> subversion). I can see that a dump file of the old repository
    NS> was created. I also see a directory that appears to be a
    NS> backup of the old repos directory. There is a new repos
    NS> directory in place.

Good. I assume you can talk to whoever did that stuff, and find out
what the situation is.
                                            
    NS> Is it safe to do a load of the dump file?

Probably not; you should only load that file into a newly-created
repository. It sounds like the new repos that you mentioned might be
waiting for you to load the dump. Here's how to find out (assuming
you can't talk to whomever created it): do `svnlook youngest
/path/to/repos'. That will print a number. If the number is 0, it's
safe for you to load the dump.

    NS> What will happen if this was already done?

I imagine your computer will explode ... seriously, I don't know what
will happen, but I do know It Will Be Bad So Don't Do It.
 

-- 
            |\      _,,,---,,_
      ZZZzz /,`.-'`'    -.  ;-;;,_
           |,4-  ) )-,_. ,\ (  `'-'
          '---''(_/--'  `-'\_) fL
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 22 22:05:45 2004

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.