You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Sinang, Danny" <D....@spitech.com> on 2005/07/11 03:44:13 UTC

Keeping track of stable release

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 ? 
 
Regards,
Danny
 
 

Re: Keeping track of stable release

Posted by Dominic Anello <da...@danky.com>.
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

Re: Keeping track of stable release

Posted by Bob Proulx <bo...@proulx.com>.
Sinang, Danny wrote:
> 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 ? 

The subversion book is where you need to start.  It is available both
online and in paper book form.  (I have two copies, one for home and
one for work.)  But the online one is also very convenient.

  http://svnbook.red-bean.com/

The information you want on tagging is here:

  http://svnbook.red-bean.com/en/1.1/ch04s06.html

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org