baos );
assertTrue( Arrays.equals( content,
baos.toByteArray() ) );
actions = new CompositeScmAction();
MoveDirectory moveDirectory = new MoveDirectory( "folder1",
"folder2",
svn.getLatestRevision() );
actions.addScmAction( moveDirectory );
svn.execute( actions,
"test message" );