Changeset 1477
- Timestamp:
- May 9, 2012, 2:19:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r1470 r1477 70 70 switch(svn->version_controlled(fullpath)) { 71 71 case SVN::uptodate: 72 std::cout << "uptodate\n";73 72 struct stat nodestat; // C api from sys/stat.h 74 73 lstat(fullpath,&nodestat); // C api from sys/stat.h
Note: See TracChangeset
for help on using the changeset viewer.