Changeset 1137 for trunk/lib/Node.cc


Ignore:
Timestamp:
Jul 18, 2010, 10:45:45 PM (13 years ago)
Author:
Peter Johansson
Message:

closes #245. support for svncopyright:ignore property.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Node.cc

    r1136 r1137  
    5454    binary_=property.binary();
    5555    svndigest_ignore_=property.svndigest_ignore();
     56    svncopyright_ignore_=property.svncopyright_ignore();
    5657    if (Node::project_==std::string()) // no root directory in local path
    5758      Node::project_ = file_name(path);
     
    326327
    327328
     329  bool Node::svncopyright_ignore(void) const
     330  {
     331    return svncopyright_ignore_;
     332  }
     333
     334
    328335  std::string Node::url(void) const
    329336  {
Note: See TracChangeset for help on using the changeset viewer.