View Single Post
  #1  
Old 07-23-2007, 05:08 PM
John Kerr John Kerr is online now
Registered User
 
Join Date: 08-17-2006
Posts: 10
Subversion and delete action

I am having an issue with the delete action and my working copies from a Subversion repository. It appears that if I create a VBP script that uses the Delete Files action on anything within my Subversion working copy then folders that do not match the specified file\folder in the delete action get deleted from the .svn folder causing any further repository actions to fail.
The delete action can be specific to a file or folder name or can use wild cards...doesn't matter. Folders get deleted from the .svn folder.
There are no references to files or folders in the .svn directory being deleted when the action is run. I have tried to exclude the .svn folder and also explicitly the folders that are getting deleted in the .svn folder and no luck.
It makes me very nervous that VBP is not accurately telling me what it is deleting when using the delete action and worse yet that it is deleting folder and files that are no specified in the delete action.
The folder names in the .svn directory that get deleted are "props" and "tmp".
Reply With Quote