Hi Iván, The svn:externals property is not changed until you update your working copy. This means that the first time you run a "svn update" it will still fetch the setup files externally. But from this point on, the svn:externals info is no longer in your working copy, so it won't fetch those files ever again.
So these are the steps to be followed: 1. svn update 2. remove the config/setup-tool directory As you have deleted the files before the 1st step, the files have been downloaded as part of the update process. Juan Pablo On 14:07 Thu 22 Jan , Iván Perdomo wrote: > Hi Juan Pablo, > > What do you mean by entire directory? > My trunk's working copy was in an older revision. I removed the > setup-tool under config folder, then I made a 'svn up' and I got the > setup-tools folder with the binaries without making 'ant setup'. > > Below you'll find the svn update log ... > > ~/workspaces/trunk/openbravo $ svn up > U src/org/openbravo/erpCommon/security/Login_F1.html > U src/org/openbravo/erpCommon/ad_process/ImportProduct.java > U src/org/openbravo/erpCommon/ad_process/JasperProcess.java > U src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html > U src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.java > --- part of log removed --- > U src-db/database/sourcedata/AD_ELEMENT.xml > U src-db/database/sourcedata/AD_DATASET_TABLE.xml > U src-db/database/sourcedata/AD_TREENODE.xml > U src-db/database/sourcedata/AD_TAB.xml > U src-core/.classpath > D src-core/src/org/openbravo/utils/CommPortsOpen.java > > Fetching external item into 'config/setup-tool' > A config/setup-tool/setup-properties-freebsd6.bin > A config/setup-tool/setup-properties-linux-ia64.bin > A config/setup-tool/setup-properties-aix.bin > A config/setup-tool/setup-properties-solaris-sparc.bin > A config/setup-tool/setup-properties-windows.exe > A config/setup-tool/setup-properties-hpux.bin > A config/setup-tool/setup-properties-osx.app.tar.gz > A config/setup-tool/setup-properties-solaris-intel.bin > A config/setup-tool/setup-properties-openbsd3.bin > A config/setup-tool/setup-properties-linux-x64.bin > A config/setup-tool/setup-properties-freebsd6-x64.bin > A config/setup-tool/setup-properties-linux-ppc.bin > A config/setup-tool/setup-properties-linux.bin > Updated external to revision 206. > > Updated to revision 12154. > > > Cheers, > > -- > Iván Perdomo > > On Thu, 22 Jan 2009 13:05:24 +0100 > Juan Pablo Aroztegi <[email protected]> wrote: > > > Note that SVN is not going to remove the old config/setup-tool > > directory from your working copy. So you should delete the entire > > directory. Otherwise it will get copied into WEB-INF. > > > > Juan Pablo > > > > On 11:51 Thu 22 Jan , Juan Pablo Aroztegi wrote: > > > The setup-tools are no longer linked as a external SVN resource in > > > trunk. From now on running "ant setup" will download the setup > > > binary that matches your OS and architecture and will place it in > > > the config directory. > > > > > > > > > Juan Pablo > > > > > > > > > ------------------------------------------------------------------------------ > > > This SF.net email is sponsored by: > > > SourcForge Community > > > SourceForge wants to tell your story. > > > http://p.sf.net/sfu/sf-spreadtheword > > > _______________________________________________ > > > Openbravo-development mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/openbravo-development > > > > > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by: > > SourcForge Community > > SourceForge wants to tell your story. > > http://p.sf.net/sfu/sf-spreadtheword > > _______________________________________________ > > Openbravo-development mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/openbravo-development > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Openbravo-development mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openbravo-development ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
