View Single Post
  #2  
Old 07-23-2007, 05:44 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
The Delete Files action will log all files it deletes as long as 'Log files that are deleted' option is checked. You can also see which files it will delete (without deleting them) by checking the 'Do not delete, only display files that would be deleted' option and rebuilding the step.

I've attached a sample that creates files/folders as described and then deletes, excluding props and tmp folders, and it works as expected here:

7/23/2007 4:42:38 PM: Building project step 'Create files/folders'...
7/23/2007 4:42:38 PM: Building project step 'Clean'...
Folder 'C:\Temp\VBP_Del_test\.svn' does not exist, not deleting
7/23/2007 4:42:38 PM: Building project step 'Create file'...
Creating file C:\Temp\VBP_Del_test\.svn\props\test.txt
7/23/2007 4:42:38 PM: Building project step 'Create file'...
Creating file C:\Temp\VBP_Del_test\.svn\tmp\test.txt
7/23/2007 4:42:38 PM: Building project step 'Create file'...
Creating file C:\Temp\VBP_Del_test\.svn\test.txt
7/23/2007 4:42:38 PM: Building project step 'Create file'...
Creating file C:\Temp\VBP_Del_test\.svn\abc\test.txt
7/23/2007 4:42:38 PM: Building project step 'Dir before delete'...

Directory of C:\Temp\VBP_Del_test\.svn

07/23/2007 04:42:38 PM 4 test.txt
1 File(s) 4 bytes

Directory of C:\Temp\VBP_Del_test\.svn\abc

07/23/2007 04:42:38 PM 4 test.txt
1 File(s) 4 bytes

Directory of C:\Temp\VBP_Del_test\.svn\props

07/23/2007 04:42:38 PM 4 test.txt
1 File(s) 4 bytes

Directory of C:\Temp\VBP_Del_test\.svn\tmp

07/23/2007 04:42:38 PM 4 test.txt
1 File(s) 4 bytes

Total Files Listed:
4 File(s) 16 bytes
7/23/2007 4:42:38 PM: Building project step 'Delete Files'...
Delete files in folder 'C:\Temp\VBP_Del_test\.svn\'...
test.txt
abc\test.txt
2 file(s) deleted
7/23/2007 4:42:38 PM: Building project step 'Dir after delete'...

Directory of C:\Temp\VBP_Del_test\.svn\props

07/23/2007 04:42:38 PM 4 test.txt
1 File(s) 4 bytes

Directory of C:\Temp\VBP_Del_test\.svn\tmp

07/23/2007 04:42:38 PM 4 test.txt
1 File(s) 4 bytes

Total Files Listed:
2 File(s) 8 bytes
7/23/2007 4:42:38 PM: Build successfully completed.


Please ZIP and send or post:
1) The info from Help | About | Install Info
2) The .bld file
3) A build log file

Thanks.
Attached Files
File Type: zip delfiles.zip (534 Bytes, 1162 views)
Reply With Quote