public SVNStorageDriver(string repositoryAddress, string repositoryStructureFileAddress, IMetadataProccessor metadataProccessor, IStructureFileProcessor structureFileProcessor, string metadataFileName) { RepositoryAddress = repositoryAddress; RepositoryStructureFileAddress = repositoryStructureFileAddress; MetadataProcessor = metadataProccessor; StructureFileProcessor = structureFileProcessor; MetadataFileName = metadataFileName; // // var page = client.DownloadString("http://fonhorst-C2Q:18080/svn/TestRepo/trunk/test.txt"); // client.DownloadFile("http://fonhorst-C2Q:18080/svn/TestRepo/trunk/test.txt", "D:/testdir/dotNet-test.txt"); }