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

Re: [TSVN] Checking out a directories contents

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-08-26 07:35:11 CEST

On Wed, 25 Aug 2004 16:39:48 -0700, Collin Peters <collin@mcrt.ca> wrote:
> I am wondering if this is possible. If I feed the following URL in
> Tortoise SVN for a checkout, it grabs all the *contents* of the src_svn
> directory. If I feed the same URL into a command line checkout (linux),
> it grabs the src_svn directory itself.
>
> svn+ssh://user@domain.com/code/src_svn
>
> Is it possible to only grab the *contents* of the src_svn directory from
> the command line?

TSVN only checks out the contents of the folder if you explicitely
activate the checkbox "Only check out the top folder". If you don't
check this, then TSVN will check out the whole folder.

In the command line client, use
svn co -N foldername
for that.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Aug 26 08:42:21 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.