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

Re: question about -N checkouts

From: S.Ramaswamy <ramaswamy_at_collab.net>
Date: 2005-02-16 08:02:08 CET

On Wed, 2005-02-16 at 11:20, Clemens Schwaighofer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I have a repository directory that holds three dirs
>
> foo/bin
> foo/sql
> foo/www
>
> I only want to checkout bin and sql and not www. So I do
>
> $> mkdir foo
> $> cd foo
> $> svn co -N svn://server/foo/ .
> $> svn co svn://server/foo/bin
> $> svn co svn://server/foo/sql
>
> but if I now type svn info in foo directory I get this
>
> $> svn status
> ? sql
> ? bin
>
> Is this because I didn't do a recursive checkout and the foo .svn dir
> doesn't know about them? Is there a way to get them into the foo .svn
> dir without checking out the www dir? or is this more or less impossible?

One way to do that is to use the svn:externals property. Check out the
section that explains svn:externals from the svn book ( svnbook.org ).

>
> - --
> [ Clemens Schwaighofer -----=====:::::~ ]
> [ TBWA\ && TEQUILA\ Japan IT Group ]
> [ 6-17-2 Ginza Chuo-ku, Tokyo 104-0061, JAPAN ]
> [ Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343 ]
> [ http://www.tequila.co.jp http://www.tbwajapan.co.jp ]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
> iD8DBQFCEt8mjBz/yQjBxz8RAn7DAKC5FsSbCnBhp3DoF1nXHbPrXZu3LwCcCRwN
> 02SZrpgm65cmTHCvtx1W7tQ=
> =e35f
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 08:03:56 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.