palimadra / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

Customizable Checkout Depth #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In TortoiseSvn, the depth of the Checkout command is configurable to the 
following:

* Fully recursive (default)
* Immediate children, including folders
* Only file children
* Only this item
* Working copy
* Exclude
* Choose items... (bring you to a tree directory where you select which folders 
to checkout)

See documentation:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-checkout.html

This could be a very useful tool when dealing with very large repositories.

Similarly, the Update command in TortoiseSvn allows for configurable update 
depth, where the Working copy depth is the default.

See documentation:
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-update.html

Original issue reported on code.google.com by nadine.k...@gmail.com on 21 Jan 2013 at 7:45

GoogleCodeExporter commented 9 years ago
SvnX 2 will allow you to specify the ‘depth’ (and more) of a checkout or 
export.

Currently svnX (1.x) already allows you to specify the ‘depth’ (and much 
more) of an `svn update`.
Simply depress the option (alt) key when you click the ‘Update’ command 
button or contextual menu item or toolbar icon.

Original comment by chris...@gmail.com on 21 Jan 2013 at 11:17

GoogleCodeExporter commented 9 years ago
Added in svnX 2.0b1.

Original comment by chris...@gmail.com on 24 Aug 2015 at 7:03