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

How-to code freeze in Subversion?

From: Asif Haswarey <asif.haswarey_at_qlogic.com>
Date: 2004-08-24 23:13:07 CEST

Hi,

First of all, I'm wondering if there is a google group for Subversion?

I want to be able to do a code-freeze, where I am able to get a working
copy of each file revision, such that I can build a program for a previous
version.
If anyone is fimiliar with Sun Microsystem's Teamware included with their
Solaris C compiler, this can be done.

Example tree:

project/fibre-channel/
   main/file1.c
   file2.c
   scsi/file3.c
   file123.exe

file1.c [revisions: 1.1]
file2.c [revisions: 1.1, 1.2]
file3.c [revisions: 1.1, 1.2, 1.3]

To build a particular version of file123.exe:

file123.exe[1.3] = file1.c[1.1] + file2.c[1.2] + file3.c[1.3]
file123.exe[1.2] = file1.c[1.1] + file2.c[1.1] + file3.c[1.2]
file123.exe[1.1] = file1.c[1.1] + file2.c[1.1] + file3.c[1.1]

How do I perform a code-freeze such that I can retrieve all the
particular versions of all the files needed to build file123.exe[1.2] ?

Thanks for any help!

-Asif

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 24 23:20:48 2004

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.