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

Re: svnadmin: Malformed representation header

From: Ivan Aleman <bonovoxmofo_at_gmail.com>
Date: 2006-08-29 03:43:11 CEST

2006/8/28, Andrew n marshall <amarshal@isi.edu>:
>
> If I don't involve the directory containing the bad file, the repository
> seems to work fine. When trying to update a working copy with the bad
> file, TortoiseSVN gives:
> Error: REPORT request failed on '/svn/repos/REPOS_NAME/!svn/vcc/default'
> Error: REPORT of '/svn/repos/REPOS_NAME/!svn/vcc/default': 200 OK
> (http://HOSTNAME)
> (with actual REPOS_NAME and HOSTNAME, of course)
>

why not to delete the "corrupted" file and then copy it from an earlier
revision ? svn cp / copy (of course if the file exists in earlier revisions)

> I have a nightly backup. I cannot dump 7773, but I can dump everything
> after it in incremental mode.
>

How about to create a branch from an earlier revision let's say 7770
and start there the development, meanwhile you can get a HD to
recreate te repository or work around the main branch and the mix
both. Of course be careful to fix the file that started the problem.

$ svn cp -r 7770 http://host/svn/trunk
http://host/svn/branches/name_ofthe_branch -m "the show must go on,
with this"

> Considering the size of the repository and current disk space issues,
> I'm looking for less drastic solutions than a rebuild. We don't have
> the room for a second repository on that machine, so we'd have to delete
> first. I'll test the backup files on another machine before I'm
> comfortable deleting anything.

Good luck!

-- 
Iván Alemán ~ [[ m o f o ]] ~
Debian (SID)
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
G!>GCM d+ s: a? C+++ UL++
P L+>+++$ E--- W++>+ N* o---
K- w O- M+ V-- PS++ PE-- Y PGP+>++
t-- 5 X R+ !tv b++ DI-- D+++ G+
e++ h* r+ z*>*$
------END GEEK CODE BLOCK------
bonovoxmofo.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 29 03:44:48 2006

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.