- Timestamp:
- Aug 2, 2006, 7:56:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svnstat.cc
r123 r129 28 28 #include "rmdirhier.h" 29 29 #include "SVN.h" 30 #include " utility.h"30 #include "SVNinfo.h" 31 31 32 32 #include <iostream> 33 #include <fstream> 33 34 #include <stdexcept> 34 35 #include <string> … … 64 65 std::string repo; 65 66 try { 66 repo= svn->repository(option->root());67 repo=SVNinfo(option->root()).repos_root_url(); 67 68 } 68 69 catch (SVNException e) {
Note: See TracChangeset
for help on using the changeset viewer.