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

non-recursive checkout with later added subfolders

From: Sams Niko <ns_at_vivid-planet.com>
Date: 2005-04-11 16:35:07 CEST

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

then when i modify and files within subdir1 and i do a
cd ~/workingdir
svn st

i get:
? subdir1
It shows only the modified files from workingdir, not from subdir1.

how can i tell subversion that it should use subdir1 too?

(changing the layout is not an option, checkingout everything we
currenlty do - but because of performance-reasonst it would be nice to
checkout only one subdir)

thanks!
niko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 11 16:40:21 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.