Changeset 95

Show
Ignore:
Timestamp:
06/21/07 15:22:10 (2 years ago)
Author:
mbailey
Message:

uncomment :remove_files...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1-7-stable/lib/deprec/recipes/svn.rb

    r91 r95  
    149149    system "svn co #{repository} #{application}" 
    150150    Dir.chdir application 
    151     # svn_remove_log_and_tmp 
     151    svn_remove_log_and_tmp 
    152152    puts "Your repository is: #{repository}"  
    153153  end