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

svn:externals options (was: Re: non-recursive checkout with later added subfolders)

From: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-04-11 18:01:11 CEST

> 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?

I had the brief thought that svn:externals could help here, but it seems
you can't use -N in the options section.

Does anyone else think that'd be useful?

-- 
Andrew Thompson
http://aktzero.com/
Interested in a hosted SVN repository? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 11 18:23:02 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.