[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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-----
From: Bicking, David (HHoldings, IT) [mailto:David.Bicking@thehartford.com]
Sent: Thu 10/18/2007 5:13 PM
To: users@subversion.tigris.org
Subject: Svn:ignore property and subfolders
 
My experiementation tells me that I cannot specify an ignore property at
a root folder that is effective for all subfolders. Am I correct, or
merely failing to define the proper RegEx?
 
I want to define "svn:ignore" on "/MyProject", such that the files and
folders will be excluded for everything below that folder without
setting a property on every subfolder. Thus, "*.user" would be ignored
everywhere, not just in "/MyProject".
 
 

--
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.org
Received 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.