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

How to ignore a versioned subdirectory within the whole tree during svn update?

From: frame <xsli2_at_yahoo.com>
Date: Thu, 26 Apr 2012 11:15:12 -0700 (PDT)

Hi,

Our team's whole repository tree is like:

build.xml
1.txt
2.txt
dir_a/
dir_big_and_un_related_to_me/
..
dir_h/

The dir_big_and_un_related_to_me/ is very, very big and it is not relevant
to my own work. Every time, when I run "svn update" at the top, I hope that
directory is ignored. But I don't know how to do it. I am wondering if svn
has a feature for this purpose. The whole tree has been checked out to my
local area. I just want to start from now on, ignore that big directory
when I do "svn update". I know there is "limit" option, but I am not sure
how to apply it in my case.
I don't want to go into individual subdirectories, skipping that
directory, to update because I will missing updating the files build.xml,
1.txt etc. And if somebody added a parrelel directory "dir_i", then I will
miss adding that to my local area.

Thank you very much.
Received on 2012-04-26 20:15:45 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.