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]

Reply via email to