Re: svn log output in directory-trees that contain moved sub-trees

2012-10-31 Thread Daniel Shahaf
Matthias Gerstner wrote on Wed, Oct 31, 2012 at 18:25:44 +0100: > > Did you accomplish that as three individual moves? Try accomplishing > > it as 'svn cp ^/ ^/trunk' instead. > > That didn't change anything. As I see it 'svn move' uses 'svn copy' > anyway to achieve its results. > That's corre

Re: svn log output in directory-trees that contain moved sub-trees

2012-10-31 Thread Matthias Gerstner
> Did you accomplish that as three individual moves? Try accomplishing > it as 'svn cp ^/ ^/trunk' instead. That didn't change anything. As I see it 'svn move' uses 'svn copy' anyway to achieve its results. Maybe I chose a too simple example. Actually I have say 50 repositories each having their

Re: svn log output in directory-trees that contain moved sub-trees

2012-10-31 Thread Daniel Shahaf
Matthias Gerstner wrote on Wed, Oct 31, 2012 at 10:27:17 +0100: > > "new" was created in r2 so running 'log' on it will not show earlier > > revisions. (Well, unless you pass -g) 'log' just walks the history of > > a node; it won't show revisions in which that node did not exist. > > > > But th

Re: svn log output in directory-trees that contain moved sub-trees

2012-10-31 Thread Ryan Schmidt
On Oct 31, 2012, at 04:27, Matthias Gerstner wrote: > My use case is that I'm doing a big reorganization if small repositories > into a large repository. To do this I use 'svnadmin dump/load' and move > the resulting directories around in the new repository to achieve a new > structure. Another

Re: svn log output in directory-trees that contain moved sub-trees

2012-10-31 Thread Matthias Gerstner
> "new" was created in r2 so running 'log' on it will not show earlier > revisions. (Well, unless you pass -g) 'log' just walks the history of > a node; it won't show revisions in which that node did not exist. > > But the reference to r1 is not lost; is it present in line 4 of the > output: T

Re: epository UUID doesn't match after machine migration

2012-10-31 Thread Thorsten Schöning
Guten Tag Stefan Bauer, am Mittwoch, 31. Oktober 2012 um 08:10 schrieben Sie: > k1495kc@wcslin11g:~/comp/ost/db/customize> svn commit -m "generate 1 request with qty>>=1 instead of n containers" k1495kc_ost.pkb > svn: Commit failed (details follow): > svn: Repository UUID 'eb1e463c-bf85-11e1-bfe6-

epository UUID doesn't match after machine migration

2012-10-31 Thread Stefan Bauer
Dear Developers & Users, we want to migrate our 36 repositories to a new machine (the old one is end of life). The new machine is in place and we synced with svncsync all repositories. Yesterday we swapped finally the machines but we now have the following problem: k1495kc@wcslin11g:~/comp/ost/d