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

RE: Tagging multiple projects within one revision using svn:externals possible bug

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Mon, 14 Jun 2010 12:14:30 -0400

> 1. Yes you're right, but even though I've done committing and updating
> externals I got the same message "svn: 'BigProject-trunks\Project1' is not
> under version control".
>
> 2. The usual way to create a tag doesn't fit our need of tagging all
> projects within one revision.
>
> For better understanding:
> - BigProject consists of 9 Projects
> - Each of projects has branches, tags and trunk
> - Branches are created from projects' tags
> - Projects are maintained by different groups of developers
> - Each of developers doesn't have access to all projects
> - Release of BigProject is performed by one senior developer

> So how can I tag all trunks of projects within one revision instead of
> using bunch of "svn copy url1 url2"?:

Option 1:

Created a nested project folder layout:

/Bigproject9/trunk
   SubProject1/trunk
              /branches
              /tags
   Subproject2/trunk
              /branches
              /tags
            /branches
            /tags

Option 2:

Create a folder in the root of the repo BigProject9Tags that is nothing more than a folder for each release with pinned externals to the versions of each sub project tags that are included in the bigproject release version.

BOb
Received on 2010-06-14 18:15: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.