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

Re: Subversion Rev number - quick question

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Tue, 1 Jan 2013 19:26:14 +0100

Guten Tag Z W,
am Montag, 31. Dezember 2012 um 20:48 schrieben Sie:

> Issue: For those files that User C checks in, we like to pick up the
> previous versions of those files, prior to User C's checkouts after
> the job B begins running and not pick up the files versions that User
> B checks in during the job B run.

> We like to know if there is anything needed to be done in SVN to make it work ?

Besides tags I don't see any way directly in Subversion and form my
opinion it is nothing which needs to or even can be addressed in
Subversion as it's a special case depending on software builds of a
company.

What you could try is script your Jenkins jobs in a way where your
first job of the chain saves a timestamp or revision number, depending
on your repo layout, of what to checkout in subsequent jobs. For
example Jenkins may checkout or update it working copies to head, as
it does by default, but in the scripts you created to actually run the
builds or whatever you do, you can update the working copies to a
specific version or a version below a specific timestamp, a value,
which the first job of the chain stored somewhere accessible for your
other jobs.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2013-01-01 19:26:46 CET

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.