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'
OK, finally we found solution, the problem was that some directory has
1. SOMEFILE1.RC - modified from previous repository revision
booth files has the same contents - the only deifference was letter case
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
(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.orgReceived 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.