Changeset 1137 for trunk/lib/Node.cc
- Timestamp:
- Jul 18, 2010, 10:45:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Node.cc
r1136 r1137 54 54 binary_=property.binary(); 55 55 svndigest_ignore_=property.svndigest_ignore(); 56 svncopyright_ignore_=property.svncopyright_ignore(); 56 57 if (Node::project_==std::string()) // no root directory in local path 57 58 Node::project_ = file_name(path); … … 326 327 327 328 329 bool Node::svncopyright_ignore(void) const 330 { 331 return svncopyright_ignore_; 332 } 333 334 328 335 std::string Node::url(void) const 329 336 {
Note: See TracChangeset
for help on using the changeset viewer.