- Timestamp:
- May 8, 2007, 10:07:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest.cc
r289 r297 165 165 mkdir("all"); 166 166 mkdir("images"); 167 touch("all/index.html"); 168 touch("images/index.html"); 167 169 for (std::set<std::string>::const_iterator i = stats.authors().begin(); 168 170 i!=stats.authors().end(); ++i) { 169 171 mkdir(*i); 172 touch(std::string(*i+"/index.html")); 170 173 } 171 174 try {
Note: See TracChangeset
for help on using the changeset viewer.