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:
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:
now my problem is: i do not want to have C directory under version control, so ignore it with
which should mean "set externals to A/ but ignore path A/B/C"
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.
---------------------------------------------------------------------
|
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.