[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: Jesse Erlbaum <jesse_at_erlbaum.net>
Date: 2005-11-08 00:29:10 CET

Hi Josh --

> Yes that works, I was interpreting CLIENT_A as the repos name,
> my mistake. However this does leave you checking out the
> branches and tags which will be a lot of code to check out.

CLIENT_A *is* the repository name. Is that a problem?

  $ svn checkout /path/to/CLIENT_A CLIENT_A

> 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?

Thanks,

-Jesse-

--
 
Jesse Erlbaum
The Erlbaum Group
jesse@erlbaum.net
Phone: 212-684-6161
Fax: 212-684-6226
 
---------------------------------------------------------------------
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:31:32 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.