RE: Svn:ignore property and subfolders
From: <nick_stolwijk_at_planet.nl>
Date: 2007-10-18 17:15:10 CEST
You can specify default properties in your subversion config (client side) which gets added when you svn add your files. I don't know of a recursive way to set properties with only svn. With linux, you would use something like:
find . -type d --exec svn ps svn:ignore -F ~/yourignorefile {} \;
Where your ignore file is a carriage return seperated list of values which has to be ignored.
Hth,
Nick Stolwijk
ps. I will answer your question about work in the netherlands tomorrow. Oh, and Denmark doesn't neighbour our country. Germany is between. ;)
-----Original Message-----
-- David ************************************************************************* This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies. ************************************************************************* --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Oct 18 17:18:20 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.