Re: Re: "Update to revision" recursively checks out unwanted items with "choose items" in Repository Browser
From: Dirk Hoffmann <hoffmann_at_cppm.in2p3.fr>
Date: Mon, 17 Aug 2015 19:01:02 +0200 (CEST)
> Yes. But the OP already has a partial checkout, using the "choose items"
If that is the problem, I think I gave a solution, which works for
> The OPs problem, is that his partial checkout is converted automatically to
Yes, I am concerned about that as well.
Maybe TortoiseSVN could just behave in the way the command line interface
Assuming :
$ svn co MYREPO/mydir --depth empty
The latter two commands will only consider checked out files, but not files
A more common example would be
$ svn co MYREPO/project/branches --depth empty # better do not forget latter
Now a
$ cd ..
will *only* update br1/ and br2/ directories from the repo.
Unfortunately this "active" or "checked-out" flag is hidden (and misnamed
This is known under the name "sparse directories", and I hope we did not
PS: Ref.: http://svnbook.red-bean.com/en/1.7/svn.advanced.sparsedirs.html
For the implementer in TortoiseSVN, this is likely to be more interesting:
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.