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

RE: Missing .svn/tmp file after CTRL-C

From: Kyle Heon <kheon_at_comcast.net>
Date: 2005-05-14 03:04:44 CEST

I had something like this happen today on a folder that had a few thousand
files, the checkout failed to finish and when I tried again it said I needed
to do an svn cleanup although doing that threw an error similar to yours.

The solution for me (oddly enough) was to remove just the files in the
parent directory (there was about 30) and then re-run the svn cleanup
command. After that succeeded I backed out one directory and did an svn
update which checked everything out that was missed the first time.

Hope that helps.

Kyle Heon
kheon@comcast.net

-----Original Message-----
From: Ayende Rahien [mailto:ayende@gmail.com]
Sent: Friday, May 13, 2005 9:57 PM
To: 'Hari Kodungallur'; 'Subversion Users List'
Subject: RE: Missing .svn/tmp file after CTRL-C

I understand that this may take some time, but shouldn't it be possible to
just checkout the recent version again?

-----Original Message-----
From: Hari Kodungallur [mailto:hkodungallur@gmail.com]
Sent: Saturday, May 14, 2005 2:53 AM
To: Subversion Users List
Subject: Missing .svn/tmp file after CTRL-C

Hi,

At the top level of our working copy we did

svn update <one-file>

Our repository is kinda very large. Apparently even though the update
was for only one file, it is going through the entire WC, as it is
taking a huge amount of time to just this one update.
At some point of time, we did a CTRL-C and interrupted the svn update.
After this, the WC seems to have gotten corrupted. It keeps telling me
that the working copy is locked and asked to do a 'svn cleanup'. But
svn cleanup gives the following error

svn: Can't open directory '<somedir>/.svn/tmp': No such file or directory

The <somedir>/.svn did not have the tmp directory and just so that I
can somehow proceed, I created that directory. So it goes beyond that
and gives the same error for the next directory, and the next and so
on. Obviously for a size of WC we have, we can not create tmp
directories everywhere. Is there any way we can get out of this? The
WC has several local changes and so its not that useful to checkout a
new WC.

I would grately appreciate it if you can suggest some workarounds.

Thanks

-Hari
SpikeSource Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 14 03:06:37 2005

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.