On 2/7/07, Andrew Borley <[EMAIL PROTECTED]> wrote:
On 2/7/07, Simon Laws <[EMAIL PROTECTED]> wrote: > Is the set of SVN client configurations required to get the correct file > settings recorded anywhere for Tuscany C++? > > Thanks > > Simon > Hi Simon, yep - take a look at http://svn.apache.org/repos/asf/incubator/tuscany/cpp/etc/svn-config This is the config Sebastien, Pete and I have been using. Additionally there is http://svn.apache.org/repos/asf/incubator/tuscany/cpp/etc/svn-ignore which lists the file names/types for your SVN client to ignore I use TortoiseSVN on Windows and apply this config by overwriting the C:\Documents and Settings\ajborley\Application Data\Subversion\config file with the contents of svn-config above. This may work the same for other SVN Clients (like the subclipse plugin for Eclipse), but may not! On Linux, you need to overwrite ~/.subversion/config Cheers Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Thanks Andy,
It seems to be the same for Eclipse. I.e I have C:\Documents and Settings\simon\Application Data\Subversion\config So I've edited it to include the configuration you reference. Thanks Simon
