assertTrue( Arrays.equals( oldContent,
baos.toByteArray() ) );
// Update the existing file
actions = new CompositeScmAction();
ScmAction updateFile = new UpdateFile( "folder1",
"file1.dat",
oldContent,
newContent );
actions.addScmAction( updateFile );
svn.execute( actions,