Changeset 129 for trunk/bin


Ignore:
Timestamp:
Aug 2, 2006, 7:56:18 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Addresses ticket:23. Changed usage of 'svn info' to API calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svnstat.cc

    r123 r129  
    2828#include "rmdirhier.h"
    2929#include "SVN.h"
    30 #include "utility.h"
     30#include "SVNinfo.h"
    3131
    3232#include <iostream>
     33#include <fstream>
    3334#include <stdexcept>
    3435#include <string>
     
    6465  std::string repo;
    6566  try {
    66     repo=svn->repository(option->root());
     67    repo=SVNinfo(option->root()).repos_root_url();
    6768  }
    6869  catch (SVNException e) {
Note: See TracChangeset for help on using the changeset viewer.