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

ignore a directory

From: <j.s.bach_at_o2online.de>
Date: 2007-12-14 16:11:11 CET

Hello,

i have a project which is hosted externally and has a dir structure like:
A/
A/B/
A/B/C

i set-up via svn:externals the files to be copied from external svn dir as:

svn propset svn:externals . -F svn_externals.txt

whereas svn_external contains:
A/ svn+ssh://jsbach@some_address/path/to/A

now my problem is: i do not want to have C directory under version control, so ignore it with
svn propset svn:ignore '*' A/B/C

which should mean "set externals to A/ but ignore path A/B/C"
and i do an
svn update

but it still updates the C dir with the external files.. any hints on that?

Thanx,

ps: i found also this thread http://svn.haxx.se/users/archive-2006-03/0225.shtml which i took as reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 14 16:11:34 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.