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

Re: Can I just check out the directory and not the files?

From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 2 Oct 2008 11:48:42 -0400

Are you using Subversion 1.5? If so, take a look at the
--depth=immediates option when you do a checkout. That will allow you
to checkout just the current directories (although this will checkout
the files in the current directory too).

--
David Weintraub
qazwart_at_gmail.com
On Thu, Oct 2, 2008 at 11:23 AM, Ron Olson <tachoknight_at_gmail.com> wrote:
> Hi all-
>
> I have a project in Subversion that I would like to add files to but I
> don't want to get the files already there. Basically, the story is
> this: I have a big directory in Subversion of images that I've worked
> on and I'm now on a new machine, working on different stuff, and want
> to add the new stuff to the repository, without having to wait while I
> get all the enormous, many-hundreds-of-megabytes files that I won't
> ever touch. Worse still, this new machine has very limited resources
> and it simply won't handle a full checkout of the directory.
>
> I understand the potential to want to add a file called foo.png when
> there's already a foo.png in the repository, but I'd think the server
> would complain if I tried to check that in.
>
> Is this possible in Subversion?
>
> Thanks,
>
> Tacho
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-02 17:49:10 CEST

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.