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

Re: Re: Strategies for projects/branches layout

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-11-08 00:48:39 CET

On 11/7/05, Jesse Erlbaum <jesse@erlbaum.net> wrote:
> Hi Josh --
[snip]
>
> > If you could do a non-recursive checkout, you could check out just
> > the projects you were working on, without the branches or tags dir.
> > But doing this now leads to broken behavior, so you have to check out
> > everything.
>
> Wouldn't this work?:
>
> $ svn checkout /path/to/CLIENT_A/PROJ_3 PROJ_3
>
>
> In my way of thinking, this is a recursive checkout -- just of a
> directory of the repository. What is broken about this?

The problem is the following doesn't work
$ svn checkout /path/to/CLIENT_A/PROJ_3 PROJ_3
$ svn checkout /path/to/CLIENT_A/PROJ_2 PROJ_2
make changes
$svn commit -m "Done"

You have to do the commits to each project separately, if this
isn't something you'll ever want to do, then you have no problems.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 8 00:50:21 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.