Changeset 1840

Show
Ignore:
Timestamp:
Wed Nov 23 10:52:17 2005
Author:
maroy
Message:

removeing remaining references to CVS

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/livesupport-1.0.x/livesupport/bin/dist.sh

    r1839 r1840  
    311 311  
    312 312 #-------------------------------------------------------------------------------  
    313   #  Get rid of the remnants of the CVS system  
      313 #  Get rid of the remnants of the subversion system  
    313 313 #-------------------------------------------------------------------------------  
    314   rm -rf `find $ls_tmpdir -name CVS -type d`  
      314 rm -rf `find $ls_tmpdir -name .svn -type d`  
    314 314  
    315 315