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

RE: Strange status if .svn folder removed

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 27 May 2010 16:55:40 -0400

> On May 27, 2010, at 15:40, Bob Archer wrote:
>
> > How will it work with Nested checkouts?
> >
> > For example if I do:
> >
> > svn co ^/MyProjectFolder ProjectName
> > cd ProjectName
> > svn co ^/MyDocumentationProject doc
> >
> > You can do this now... as a matter of fact we do.
>
> Wouldn't externals be a better way to handle this?
>

No because they aren't really externals. The way we use this is that documentation has their own project. They generate the doc deliverables into a folder which is a co of a folder from the development tree doc folder. (It sounds like externals should work, but they don't. I don't recall what the problem was, because that is what I tried first.)

Granted this can be down without the nested checkouts with either a batch file that copies the generated output to the dev tree or just moving it manually... but this setup has made it very simple with no extra steps for the doc people... they gen the help in robohelp then they commit.

BOb
Received on 2010-05-27 22:56:18 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.