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

Re: [TSVN] "missing" directories are deleted during commit

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-20 19:52:00 CET

J. Richard Mills wrote:

> It makes me wonder if there's another way to do this. What I'm really
> trying to do is deal with a subset of files within a hierarchy while
> largely ignoring the rest. Sorry to quote CVS again, but the way I
> _would_ have done it is by checking out a specific "module" (alias)
> and/or pruning the non-needed files after the first checkout. I haven't
> figured out a good way to do this in SVN yet. I can do it by
> hand-building a set of checkout commands for the few subdirectories I
> need, but this has been a pain to explain to some of my not-so-with-it
> developers. Kind of off topic, so I'll drop it...

If many developers need the same subset of folders, you could create a
separate folder in your repository and add the svn:externals property to
it with all the folders you need. Then your users can checkout that
folder (named e.g. project_lite) and the svn:externals property will
make sure they'll get all the folders they need without getting the
whole project.
If every developer needs his own subset of folders, you could create a
'private' folder for each developer.
Just be aware that you have to commit each external folder separately.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Dec 20 19:52:57 2004

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

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