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

Svn not ignoring directories

From: Godard Bernard <bernard.godard_at_thales-is.cnes.fr>
Date: Mon, 23 Jun 2008 18:24:59 +0200

Hi,

I am having a hard time configuring subversion to ignore certain
directories:

I am under the root of my project which is already committed to the SVN
repository (there is a .svn directory)

% perfogtc_at_russel /users/perfogtc/ESSAIS
> ls
CAL COR DMT ESS JA2 Matrice_CAL Matrice_DMT PHR1A PIC SMO
UnitsMerge.dico config_MYR config_PHR config_PRO config__OBSOLETE
% perfogtc_at_russel /users/perfogtc/ESSAIS
> svn status
? COR
? DMT
? config_PRO
? Matrice_DMT
? ESS
? config_MYR
? SMO
? CAL
? UnitsMerge.dico
? config__OBSOLETE
? Matrice_CAL
? PHR1A
? PIC
? JA2
? config_PHR
 M .

I want to ignore all the directories which match these patterns relative
to my current direcory:
?*/[0-9]*_*/config
?*/[0-9]*_*/config_old
?*/[0-9]*_*/exec
?*/[0-9]*_*/exec_old
However I do not want to ignore
./config
DMT/config
CAL/config
ESS/config
...

I have tried the following command:
svn propset svn:ignore "?*/[0-9]*_*/exec_old ?*/[0-9]*_*/config_old
?*/[0-9]*_*/exec ?*/[0-9]*_*/config" .
But this doesn't do what I want (when I do a a svn add command the
directories I want to ignore are scheduled to be added).

Can someone please tell me what I should do to have svn ignore these
directories?

Thank you,

                     Bernard GODARD

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-23 18:39:16 CEST

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.