I'll start with a clean extract, build and svn ignore the artifacts on Windows. Probably have to be on Monday now though. Thanks for sorting the linux stuff!
I think running some of the sdo (and maybe sca) tests actually dumps files into the src tree so that is someting else to look out for! Cheers, On 04/08/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
The C++ build generates many files (configure, makefiles, .o files, shared libs etc.) which should not be checked in the SVN repository. SVN can be configured to ignore these files. To do it you just need to set an svn:ignore property on the directory containing the files, like this: svn propset svn:ignore -F <a file listing the patterns to ignore> <the directory to configure> I just went through the whole source C++ tree and configured svn:ignore with the patterns I wanted to ignore on Linux. I also checked in the following file containing the patterns to ignore... on Linux: http://svn.apache.org/repos/asf/incubator/tuscany/cpp/etc/svn-ignore My Windows build environment is not working yet, could somebody help complete this file and add what needs to be ignored on Windows? Thanks. -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Pete
