Hi, I'm rebuilding TortoiseSVN to test some of the new performance enhancements in /trunk. The TSVN source tree fetch the sources of Subversion using svn:externals which is kind of neat. The build process creates a few build folders: [release|debug]_[win32|x64][_static].
I would like to add these to the svn:ignore property on /trunk, this way it would be easier to see if I have made any local modification to the Subversion sources: [[[ C:\Devel\tortoisesvn\ext>svn diff --depth immediates Subversion Index: Subversion =================================================================== --- Subversion (revision 1891001) +++ Subversion (working copy) Property changes on: Subversion ___________________________________________________________________ Modified: svn:ignore ## -29,7 +29,13 ## apr-util apr-iconv Release +release_win32 +release_win32_static +release_x64 Debug +debug_win32 +debug_win32_static +debug_x64 ipch subversion_msvc.dsw subversion_msvc.ncb C:\Devel\tortoisesvn\ext> ]]] As a side note there are already a bunch of ignores for build directories, Release/Debug just above and there is also a "db4-win32" so I think there is a precedence to add these. Any opinions? Kind regards, Daniel Sahlberg