SVN Web notes

From Net-SNMP Wiki
Revision as of 00:25, 2 March 2007 by Wes (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The following files were moved from the old dir to the new and are not under VC:

 4:19pm pr-shellE [105]: foreach i ( * )
   if (! -f ../htdocs.new/$i && ! -d ../htdocs.new/$i) echo $i
   end
 build
 CVS
 downloads
 ERRATA
 FAQ.html
 faqs
 newhtdocs
 news.html
 nightly
 party.orig
 presentations
 proj.html
 snapshot
 temp
 
 4:20pm pr-shellE [106]: foreach i ( * )
    if (! -f ../htdocs.new/$i && ! -d ../htdocs.new/$i) mv $i ../htdocs.new/
   end
 mv: cannot move `snapshot' to `../htdocs.new/snapshot': Permission denied