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

Re: Help! Subversion Exception!

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 20 Oct 2011 21:53:12 +0200

Les Mikesell wrote on Thu, Oct 20, 2011 at 14:31:21 -0500:
> On Thu, Oct 20, 2011 at 2:18 PM, Dave Huang <khym_at_azeotrope.org> wrote:
> >
> > On Oct 20, 2011, at 2:03 PM, Les Mikesell wrote:
> >> No, I'm just being difficult because you didn't seem to care about the
> >> potential for losing uncommitted changes.
> >
> > Why would you lose them? The upgrade process doesn't delete or
> > modify your files, right? It only changes the contents of the .svn
> > dir.
> >
> > As has been posted (I don't remember which thread; probably not this
> > one, but in one of the numerous threads about this issue), you can
> > just use some sort of diff utility to copy your uncommitted changes
> > to a clean checkout. If you don't have any uncommitted deletes, you
> > could even just delete all .svn dirs in your broken WC, then copy
> > what's left on top of the fresh WC. Something to the effect of:
> >
> > cd $broken_wc; find . -name .svn | xargs rm -r; pax -rw . $fresh_wc
> >
> > (untested, but you get the idea)
>
> I'd sort of expect an rsync with the -C option to get it mostly right.
> But then again I would have expected a 1.6 working copy that was
> working with 1.6 programs

For the checksum issue, 1.6 would also have complained the next time it
touched the victim file. That's probably true for some of the other
reported issues too.
Received on 2011-10-20 21:54:20 CEST

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.