Delete .svn folders alone from a folder

Hello All,

We use FinalBuilder 6 for our build automation.

We check out all the dependency files for our project form Subversion (TortoiseSVN) and make a build everyday.The problem is when we check out we have the .svn folder in the checked out folders.Now, we need to remove the .svn folder alone form all the folders that we checked out.

Is there a way that we can achive this.

My advance Thanks.

 

 

 

 

 

  You can use the subversion export action to create a working copy that has no .svn folders.  
 
If you really want to use checkout, I attached a FinalBuilder project which has a powershell script in an action that will remove .svn and _svn directories from a working copy.

-Nelson

001_Remove_SvnDirs.zip (2.004 KB)

Hello Nelson Wolf,

It was really cool.

Thanks a lot.