Re: Is there any way to ignore locally deleted files on svn update?
From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Sun, 23 Mar 2008 19:22:19 -0500
On Mar 22, 2008, at 21:45, Phillip Rhodes wrote:
> Basically, I have an svn repo, with a trunk dir that contains
Yes... Create an empty directory in the repo, e.g.
svn mkdir $REPO/empty -m "making empty directory"
Now when users check out trunk...
svn checkout $REPO/trunk /path/to/wc
...they'll get all modules. If the modules are large, this may take
svn switch /path/to/wc/module2 $REPO/empty
The module2 directory will remain but it won't contain anything
Try it out.
Of course it depends on why you're wanting to delete the unneeded
---------------------------------------------------------------------
|
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.