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

Requesting a New Feature

From: Elango Subramanian <elangos_at_collab.net>
Date: Thu, 29 Jul 2010 00:49:51 +0530

Quiet a lot of users have reported that they would like to have a flag in svn update that allows them to update several sub directories in one command

 (when using sparse checkout),

for example: a command like this

svn up a\b\c\d will bring folder d with its content, and its parents.

 

Currently users need to run several commands to perform that:

svn up --depth empty a

svn up --depth empty a\b

svn up --depth empty a\b\c

svn up a\b\c\d

 

Thanks & Regards.

_____________________________________________

Elango S

 
Received on 2010-07-28 23:00:34 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.