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

2010-05-27 Thread Ulrich Eckhardt
On Wednesday 26 May 2010, Sergei Dyshel wrote: > I have a single checked out SVN repository, shared between 2 machines (lets > call them A and B). Until now I was using it only on A which has SVN 1.3 > installed. Today I updated it on B which has version 1.4 installed. It > turned out that reposito

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

2010-05-26 Thread Sergei Dyshel
Thank you all for answers, of course I meant working copy and mistakenly used term "repository". Erik, I thought about solution you proposed but how can I deal with added/deleted files? I have plenty of them... -- Regards, Sergei Dyshel On Wed, May 26, 2010 at 23:18, Erik Andersson wrote: > Wh

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

2010-05-26 Thread Erik Andersson
What about: On B: svn diff working_copy > localmods.patch On A: svn co 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 wrote: > > There is a script floating around somewhere that w

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

2010-05-26 Thread Jeremy Whitlock
> 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 Twitter: jcscoobyrs Website: http://www.thoughtspark.org

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

2010-05-26 Thread Bob Archer
> On May 26, 2010, at 14:54, Sergei Dyshel wrote: > > > I have a single checked out SVN repository, shared between 2 machines > (lets call them A and B). Until now I was using it only on A which has SVN > 1.3 installed. Today I updated it on B which has version 1.4 installed. It > turned out that

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

2010-05-26 Thread Ryan Schmidt
On May 26, 2010, at 14:54, Sergei Dyshel wrote: > I have a single checked out SVN repository, shared between 2 machines (lets > call them A and B). Until now I was using it only on A which has SVN 1.3 > installed. Today I updated it on B which has version 1.4 installed. It turned > out that re

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

2010-05-26 Thread Andy Levy
On Wed, May 26, 2010 at 15:54, Sergei Dyshel wrote: > Hello, > I have a single checked out SVN repository, shared between 2 machines (lets > call them A and B). Until now I was using it only on A which has SVN 1.3 > installed. Today I updated it on B which has version 1.4 installed. It > turned ou

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

2010-05-26 Thread Sergei Dyshel
Hello, I have a single checked out SVN repository, shared between 2 machines (lets call them A and B). Until now I was using it only on A which has SVN 1.3 installed. Today I updated it on B which has version 1.4 installed. It turned out that repository's internal structure's version was bumped fro