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

Re: Repository Layout - One Vs. Many

From: McClain Looney <m_at_loonsoft.com>
Date: 2004-03-25 17:18:27 CET

if you're using a sane "tagging" process, you won't need to maintain a list

1. you've decided you're ready for release on r9053
2. svn cp -m"tagged for release 1.0 from 9053" $trunk/myproduct
$tags/myproduct/release_1.0
3. bask in the glow.

the simple fact is that the revision number doesn't indicate anything at all,
apart from a way for humans to distinguish activity over time. think about it
like those unnumbered highway markers...

i highly recommend reading "Software Configuration Management Patterns:
Effective Teamwork, Practical Integration" if you are having problems
figuring out how to manage your repositories/processes. it will give you
many non-tool-specific (and time tested) patterns to manage your projects
effectively.

On Thursday 25 March 2004 10:06 am, Crucius, Wesley wrote:
> I don't want want to have to maintain a cross-reference list
> independently of svn,

-- 
McClain Looney
LoonSoft LLC
m@loonsoft.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 25 17:19:23 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.