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

RE: Quick question from a new b.

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-09-26 22:12:48 CEST

You should ask this question on the users list ( users@subversion.tigris.org
) .

A typical workflow is:

1. Put all your code in trunk.
2. Tag your code from trunk to tags/build1.2.3 like this: svn cp
http://xxxyy/svn/trunk http://xxyy/svn/tags/build1.2.3 -m "nightly build
1.2.3"
3. Fetch this tag ( export or checkout ) to your build machine: svn export
http://xxyy/svn/tags/build1.2.3 /tmp/build1.2.3

Lieven.

-----Original Message-----
From: Jonathan Powell [mailto:Jonathan.Powell@augusoft.net]
Sent: maandag 26 september 2005 22:05
To: dev@subversion.tigris.org
Subject: Quick question from a new b.

Not sure if I am posting this question into the correct spot. I am new to
subversion and wanted to know if there was a way to label a build. I see
that you can branch the code and tag code which doesn't look different, but
wanted to be able to label code and pull based off that label.

If this is not possible how does a workflow work with subversion?

Thanks

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

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.6/111 - Release Date: 23/09/2005
 
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.6/111 - Release Date: 23/09/2005
 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 26 22:15:10 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.