Re: Possible bug with computation of last revision and svn cp

2010-07-10 Thread Manuel Pégourié-Gonnard
Le 09/07/2010 03:59, Konstantin Kolinko a écrit : > 2010/7/8 Manuel Pégourié-Gonnard : >> The output of the final svn status -v looks as follows: >> >> 21 mpg active-back-then-up/newdir/file >> 22 mpg active/newdir/file >>

Re: Possible bug with computation of last revision and svn cp

2010-07-08 Thread Konstantin Kolinko
2010/7/8 Manuel Pégourié-Gonnard : > The output of the final svn status -v looks as follows: > >                 2        1 mpg          active-back-then-up/newdir/file >                 2        2 mpg          active/newdir/file >                 2        1 mpg          passive/newdir/file > > As

Re: Possible bug with computation of last revision and svn cp

2010-07-08 Thread Philip Martin
Manuel Pégourié-Gonnard writes: > svnadmin create repo > svn co file://$PWD/repo active > svn co file://$PWD/repo passive > cd active > svn mkdir dir > touch dir/file > svn add dir/file > svn ci -minitial > svn cp dir newdir > svn ci -m'after cp' > cd .. > cp -a active active-back-then-up > (cd p