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

Re: Checking out only a subdirectory of a project?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-03-09 16:17:03 CET

On 3/9/07, Tom Malia <tommalia@ttdsinc.com> wrote:
>
>
>
>
> OK, now give a repository that looks like:
>
> > VENDOR_REPO_ROOT
>
> >
>
> > |_Solomon
>
> >
>
> > |_versions
>
> >
>
> > |_V55
>
> >
>
> > | |_Solomon
>
> >
>
> > | |_{Version 55 source files}
>
>
>
>
>
> I want to check out ONLY the Solomon directory that is the subfolder of the
> V55 directory to a working directory named Solomon…. How do I do this? When
> I try to use :
>
>
>
> Svn co it seems to only let me check out the entire project (i.e. the first
> "Solomon" folder and all it's children)
>
>
>
> Is it not possible to check out parts of a project independent of the total
> project?

svn co URL_TO_VENDOR_REPO_ROOT/Solomon/V55/Solomon Solomon

You can check out any directory in SVN at any level. If you can't, I
can think of 3 things going on:

A) You got the URL wrong
B) You've been denied access to that directory
C) That directory is actually an external

If you're serving via Apache, plug the URL that you think is right
into a web browser and see if you can access the directory that way.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 9 16:17:30 2007

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.