Re: Our abuse of CVS tagging
From: Ed Hillmann <ed.hillmann_at_gmail.com>
Date: 2007-11-13 23:08:51 CET
On Nov 10, 2007 4:43 AM, Craft, Steven <SCraft@t-tales.com> wrote:
Ok, assuming you want to still use a single SVN repository.
First, set up the API code.
/trunk/api
Whenever a version of the api is released, it's tagged in the tags
/tags/API-1.0.0 <--- contains the 1.0.0 release of the API code
Continuing API development is in the trunk, with tags being copied
So, then for Project1, I set up the following:
/trunk/Project1
Which will have all the files for it. As a subdirectory, copy the
svn cp svn://machine/repos/tags/API-1.0.0 svn://machine/repos/trunk/Project1/API
I should have
/trunk/Project1/API
in the repository, containing the 1.0.0 release of the API and it will
When Project1 wants to upgrade to a newer version of the API (and it
Hope this helps,
---------------------------------------------------------------------
|
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.