- Timestamp:
- Jan 15, 2006, 2:54:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svnstat.cc
r53 r57 28 28 Parameter option(argc,argv); 29 29 30 if (createdir(option.targetdir(),option.force())) 31 throw runtime_error("Failed to create target directory '" + 32 option.targetdir()); 30 if (createdir(option.targetdir(),option.force())) { 31 std::cerr << "\nFailed to create target directory '" << option.targetdir() 32 << "'.\n" << std::endl; 33 exit(-1); 34 } 33 35 34 36 Directory tree(option.root());
Note: See TracChangeset
for help on using the changeset viewer.