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

Re: Keeping track of stable release

From: Dominic Anello <danello_at_danky.com>
Date: 2005-07-11 06:16:25 CEST

On 2005-07-11 11:44:13 +0800, Sinang, Danny wrote:
> Dear List,
>
> I'm an SVN / version control newbie, so please bear with me.
>
> How do I "tell" SVN (and make it remember) that a particular revision is
> what makes up my stable release ?

Well, assuming /trunk is your stable release, and you already have a
/tags directory in your repo:

svn cp -r STABLE_REVISION http://repo_url/trunk \
  http://repo_url/tags/my-release

You should really take a closer look at the docs, they provode lots of
use cases and best practices.

Good luck!

-Dominic

  • application/pgp-signature attachment: stored
Received on Mon Jul 11 06:18: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.