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

Re: non-recursive checkout with later added subfolders

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2005-04-11 17:42:41 CEST

Sams Niko wrote:
> hi, i have a question,
>
> lets say i have a reopsitory-layout like this:
>
> trunk/file1
> trunk/file2
> trunk/file3
> trunk/subdir1/...
> trunk/subdir2/...
> trunk/subdir3/...
>
> i need file file1-3 AND everything from subdir1, so i do:
> cd ~
> svn co http://.../trunk/ workingdir --non-recursive
> cd ~/workingdir
> svn co http://.../tunk/subdir1 subdir1
>

try it with 'update' instead of 'checkout':

  cd ~
  svn co http://.../trunk/ workingdir --non-recursive
  cd ~/workingdir
  svn update subdir1
  ...

======
c.a.t.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 11 17:50:55 2005

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.