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

Checkout of sub-directories one after another

From: Emmanuel-G BLOT <emmanuel.blot-gnb_at_st.com>
Date: 2004-07-12 16:25:31 CEST

What's the recommended procedure to checkout only subdirectories of a
repositories ?

Say the repository contains the following tree structure:

R
  A
    c
    d
  B
    e
    f
    g

What command option should I use to first checkout a working copy
  R/A/c in a local directory, say ~/svn/A/c
then to checkout the remaining subtree later on:
  R/A/d in the same local tree, that is ~/svn/A/d

The first command to issue may be:
  cd ~/svn
  svn co -N https://host/svn/repos/A
which creates A, but no subtree of A

what should I do next to get A/c in ~/svn/A/c
then to get A/d in ~/SVN/d

I tried
  svn update c
but it does not seem to work the way I expected.

Same question if I want to checkout
  R/B/e and R/B/g
without checking out f ?

Thanks,
Manu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 12 16:26:15 2004

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.