> Fabien Costantini wrote:
> weekend. I'll keep you and others informed.
>
> Albrecht

Back to my svn local home computer I made the following tests:
- create files f1,f2 in dir d1
- import d1 project to svn (so rev 1)
- modify f1, commit, modify f2, commit (rev 2, then rev3)
- mkdir d1/d2, svn add d2, svn move d1/* d2, svn move d2 d3
- commit (rev4)

svn blame d1/d2/f1 gives ONLY rev4 !!

So the exact problem that happens with svn is :
----------------------------------------------
if you first add a dir d2, then move files inside, then ** rename again ** d2 
to a dir d3, then you ** loose ** the history !

That said, I also tested that if you svn add a directry then svn move files 
inside this dir, you  don't loose the history ; so only the first case 
demonstrates the svn bug.

But what I did was adding the directory images then moved files in it then 
renamed(with svn move) it to src and this indeed does not work with svn 
(version 1.5.2, mac os x 10.5.5) which bugs here.

I let you confirm this and complete the other tests this WE ;-)
Fabien



_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to