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

RE: svn????????

From: Bob Archer <Bob.Archer_at_infor.com>
Date: Thu, 30 Apr 2009 11:19:10 -0400

> > I would rather have to change the password that my build server uses
> > every x months than have to manually do a build every x days or hours.
>
> We only do this for "release builds" (weekly), not for our CI builds
> (hourly). For the CI builds there is no problem because they don't need
> write access to SVN (just checkout latest version and build it).

I see. Well, our scripts generate the release build too. But, it doesn't branch or tag. Once the release is approved by QA then a developer does the branch/tag from his own private WC. (Actually you can branch tag without a WC.) Not sure why they need to log into some shared WC to do this stuff? Isn't it just two copy commands?

Svn cp $REPOS/trunk $REPOS/tag/MyVersions
Svn cp $REPOS/trunk $REPOS/branch/MyVersions

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1996404

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-30 17:22:21 CEST

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.