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

recovering a repository

From: Kamaraju S Kusumanchi <kamaraju_at_bluebottle.com>
Date: 2007-09-04 02:41:02 CEST

Hi all

    I have a subversion repository which I haven't touched for a while.
Today I tried to work on of the projects this repository used to contain.
To my dismay, I found that the repository is not working. I think the
repository is corrupted but I am not sure if that is in fact the case. Can
someone please help me? I am in panic mode right now!

My repository location is /home/rajulocal/src/repos
Currently, I have

$ls -alrt src/repos/
total 36
-rw-r--r-- 1 rajulocal rajulocal 229 2006-04-30 01:36 README.txt
drwxr-xr-x 2 rajulocal rajulocal 4096 2006-04-30 01:36 locks/
drwxr-xr-x 2 rajulocal rajulocal 4096 2006-04-30 01:36 hooks/
-r--r--r-- 1 rajulocal rajulocal 2 2006-04-30 01:36 format
drwxr-xr-x 2 rajulocal rajulocal 4096 2006-04-30 01:36 dav/
drwxr-xr-x 2 rajulocal rajulocal 4096 2006-04-30 01:36 conf/
drwxr-xr-x 7 rajulocal rajulocal 4096 2006-04-30 01:36 ../
drwxr-xr-x 7 rajulocal rajulocal 4096 2007-09-03 19:56 ./
drwxr-sr-x 5 rajulocal rajulocal 4096 2007-09-03 20:11 db/

$ls /home/rajulocal/src/repos/db/revs/
0 100 103 106 109 111 114 117 12 122 125 128 130 14 17 2
22 25 28 30 33 36 39 41 44 47 5 52 55 58 60 63 66 69 71
74 77 8 82 85 88 90 93 96 99
1 101 104 107 11 112 115 118 120 123 126 129 131 15 18 20
23 26 29 31 34 37 4 42 45 48 50 53 56 59 61 64 67 7 72
75 78 80 83 86 89 91 94 97
10 102 105 108 110 113 116 119 121 124 127 13 132 16 19 21
24 27 3 32 35 38 40 43 46 49 51 54 57 6 62 65 68 70 73
76 79 81 84 87 9 92 95 98

However, If I do

$svn list file:///home/rajulocal/src/repos/

then there is no output.

Let's say this used to contain a project called pipe_flow. I had a working
copy of this project in ~/work/pipe_flow. From ~/work/pipe_flow , If I do

$cd ~/work/pipe_flow
$svn st -u

I see output such as
M * 131 variables.F90

However I do
$svn log variables.F90
svn: No such revision 131

$svn update
svn: Target path does not exist

I also tried copying /home/rajulocal/src/repos to a temp directory and
execute

$svnadmin recover /home/rajulocal/temp/
Repository lock acquired.
Please wait; recovering the repository may take some time...

Recovery completed.
The latest repos revision is 0.

Does this mean that I somehow corrupted the repository? Is there any way I
can recover my project? Any help is very much appreciated.

thanks
raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 4 02:38:22 2007

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.