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

Possible bug with computation of last revision and svn cp

2010-07-08 Thread Manuel Pégourié-Gonnard
Hi, The computation of the last modification revision (as in the expansion of the $Rev$ keyword or the second column of the output of "svn status -v") seems to depend on the update path of the working copy used, rather than only on the history of the file in the repo. It looks wrong to me, and aft