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

Re: Critical error: problem with checkout!

From: Mikolaj Tutak <mtutak_at_nixz.net>
Date: 2005-02-28 20:15:50 CET

kfogel@collab.net <mailto:kfogel@collab.net> wrote:

> Can you please post the actual commands you are running, and a 'dir'
> or 'ls' of the directory in which you're running them?

OK, finally we found solution, the problem was that some directory has
two files:

1. SOMEFILE1.RC - modified from previous repository revision
2. somefile1.rc - added in the latest revision

booth files has the same contents - the only deifference was letter case
in names (for windows OS it was one file). Second file was added by
mistake/error in software clinet (probably Tortoise/Ankh). During
checkout there was mentioned error message:
"svn: In directory 'dir1'
svn: Can't copy 'dir1/.svn/tmp/text-base/somefile1.rc.svn-base' to
'dir1/somefile1.rc.tmp': The system cannot find the file specified."

running command:

svn delete url:..../somefile.rc

cased svn process hangs... so we:

svnadmin dump myrepository > dumpfile

and then

cat dumpfile | svndumpfilter exclude "......dir1/somefile.rc" | svnadmin
load myrepository2

(1 duplicated node was dumped)

That's it.

BTW me've moved from bdbfs to fsfs :-]

--
regards
      Mikolaj
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 28 20:18:56 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.