Fabien Costantini wrote:

> That's exactly what I found friday, if your remember my message.
> And I'm certain that it is what happened and that it comes from svn.
> 
> But probably we should report it to the subversion team ...

Would you like to do it?

> Does the svn copy between 2 revisions keep the history ?

Yes (if you meant this: all of the following worked as expected):

$ svn info
Path: .
URL: file:///work/repos/trunk/fltk
Repository Root: file:///work/repos
[...]

$ svn mkdir file:///work/repos/trunk/fltk/temp \
     -m "added temp dir"
$ svn move \
     file:///work/repos/trunk/fltk/src/Fl.cxx \
     file:///work/repos/trunk/fltk/temp/Fl.cxx \
     -m "moved src/Fl.cxx to temp/Fl.cxx"
$ svn log file:///work/repos/trunk/fltk/temp/Fl.cxx
$ svn up
$ svn log temp/Fl.cxx
$ svn log -r 517:head
$ svn copy file:///work/repos/trunk/fltk/src/[EMAIL PROTECTED] src/

$ svn log src/Fl.cxx
-> svn: File not found: revision 522, path '/trunk/fltk/src/Fl.cxx'
    (as expected)

$ svn ci -m "copied src/Fl.cxx from svn @500 to src/Fl.cxx (via working 
copy)"
$ svn log src/Fl.cxx
-> okay


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

Reply via email to