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

Re: Downgrade repository's version (1.4->1.3) without losing local modifications

From: Erik Andersson <kirean_at_gmail.com>
Date: Wed, 26 May 2010 22:18:11 +0200

What about:
On B:
svn diff working_copy > localmods.patch
On A:
svn co <url> new_working_copy
patch < localmods.patch

Not sure about the syntax, but the strategy should work?

Cheers / Erik

On Wed, May 26, 2010 at 10:13 PM, Jeremy Whitlock <jcscoobyrs_at_gmail.com>wrote:

> > There is a script floating around somewhere that will do it.
>
>
>
> http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py
>
> But as you'll see, it only works with 1.4+.
>
> Take care,
>
> Jeremy Whitlock <jcscoobyrs_at_gmail.com>
> Twitter: jcscoobyrs
> Website: http://www.thoughtspark.org
>
>
>
>
Received on 2010-05-26 22:18:48 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.