SVNUpdateClient updateClient = ourClientManager.getUpdateClient();
/*
* Creates the event handler to display information
*/
ourClientManager.setEventHandler(new SVNEventAdapter() {
public void handleEvent(SVNEvent event, double progress) {
SVNEventAction action = event.getAction();
File curFile = event.getFile();
String path = curFile.getAbsolutePath();