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

use of svn:externals (does Subversion recurse into external directories?)

From: Charles E. Doucette <cdoucette_at_med-learn.com>
Date: 2003-12-10 01:36:44 CET

We are developing a few (ASP.NET) website projects using Subversion.

One of the websites has subdirectories with thousands of loosely-coupled multi-media files
(which takes hundreds of megabytes).

This files do change occasionally, and they should be in synch. with the code,
so, we'd like to track them with version control; however, it is quite rare.

I thought perhaps all of the subdirectories with multi-media files
could be constructed via svn:externals (a property I would have to set on
the top-level directory).

My question is would Subversion automatically traverse into the subdirectories
with the multimedia files, or would it only apply to the files and subdirectories
which were part of the original tree in the repository (without the externals)?

If so, perhaps we can reorganize things with externals so that normal commands (status, update, commit etc.) would work *much*
faster? Then, if/when we needed to perform
operations on the directories with multimedia files we could cd to those directories
and perform those operations explicitly?

Thanks,
Chuck

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 10 01:37:58 2003

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.