Changeset 1839

Show
Ignore:
Timestamp:
Wed Nov 23 09:56:39 2005
Author:
maroy
Message:

now removing subversion control directories instead of CVS

Files:

Legend:

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

    r1601 r1839  
    227 227  
    228 228 #-------------------------------------------------------------------------------  
    229   #  Get rid of the remnants of the CVS system  
      229 #  Get rid of the remnants of the subversion system  
    229 229 #-------------------------------------------------------------------------------  
    230   rm -rf `find $ls_tmpdir -name CVS -type d`  
      230 rm -rf `find $ls_tmpdir -name .svn -type d`  
    230 230  
    231 231