From 3443ac74108d89243908baf137bd98c2aa841bb5 Mon Sep 17 00:00:00 2001 From: David Abram Cargill <cargilld@apache.org> Date: Fri, 16 Sep 2005 20:42:02 +0000 Subject: [PATCH] Modify script to not include .svn directories in the source package. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@289649 13f79535-47bb-0310-9956-ffa450edef68 --- scripts/packageSources.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/packageSources.pl b/scripts/packageSources.pl index 979a7ae23..e5b33938e 100644 --- a/scripts/packageSources.pl +++ b/scripts/packageSources.pl @@ -413,6 +413,7 @@ sub package_sources { pchdir( $xercescroot ); psystem( 'find . -depth -type "d" -name "CVS" -exec rm -fr {} ' . $find_delim ); + psystem( 'find . -depth -type "d" -name ".svn" -exec rm -fr {} ' . $find_delim ); psystem( 'rm -rf .' . $fs . 'samples' . $fs . 'Projects' . $fs . 'OS2' ); psystem( 'rm -rf .' . $fs . 'Projects' . $fs . 'OS2' ); psystem( 'rm -rf .' . $fs . 'Projects' . $fs . 'Win32' . $fs . 'BCB4' ); -- GitLab