On Thu, 2008-05-22 at 21:09 +0200, Pierre Schmitz wrote: > Am Donnerstag, 22. Mai 2008 21:06:07 schrieb Jan de Groot: > > Yes you can. Actually there's an svn move command which does the same > > action in one operation. > > Does it remove files from the traget dir which are not in the source dir? > That's why I have used svn rm before in testing2extra.
No, svn move is just a simple add & delete command that adds the file as new file and removes the old filename. It doesn't merge directories.

