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

Feature request (if not already planned)

From: San Martino <sanmrtn96_at_gmail.com>
Date: Thu, 11 Nov 2010 01:47:12 +0100

Hello,

first of all, thanks for the good job.

We would like to convert our BIG repository to subversion.
Actually the repository is organized in a way that a single directory
might contain thousands of files and many Gb of data.
Having to check-out one directory for just picking one file is not a
scalable solution for our production environment.
We would like to be able to checkout single files with the chance to
also checkout the directories included in the path to the single file.
For example, a check-out of /path/to/my/file.txt would also create
/path, /to and /my.
I know it's possible to obtain the same result with "checkout --depth
empty" options as many times as dirs and a final "update" of the
single file.
But it's boring to do this in every possible case.

thanks.
Received on 2010-11-11 01:47:50 CET

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.