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

Re: The ability to schedule changes

From: Morten Ludvigsen <morten_2ps_dk_at_yahoo.co.uk>
Date: 2002-09-09 09:43:35 CEST

Sorry I havn't answered till now - I have had a busy weekend :-)

Thanks for your suggestion.

I think it solves my problem, with the addition of an "end"-date (in effect scheduling the removal
of the document).

I am thinking of using web-dav as a layer when serving the document. Is it possible to read the
properties through web-dav without retrieving the document and without using an svn client? Where
would I look to see a description of this?

Thanks,

Morten Ludvigsen
2-People Software
Denmark

 --- Daniel Berlin <dberlin@dberlin.org> wrote:
>
> On Friday, September 6, 2002, at 07:11 AM, Morten Ludvigsen wrote:
>
> > Hi,
> >
> > I am making a web site content management system where I want to use
> > Subversion as the storage.
> >
> > The requirements are:
> >
> > 1. Any document should be edited in a "developement" environment.
> > 2. A document revision can be moved from "developement" to a "test"
> > environment.
> > 3. A document revision can be moved from "test" to a "production"
> > environment.
> > 4. Which revision of a document that should be served from the
> > "production"
> > environment should controlled by the current date
> > (ie. the ability to schedule changes).
> >
> > It is a simple matter to implement the first three requirements by
> > using branches in Subversion.
> >
> > Requirement four on the other hand is a bit more challenging. If
> > anyone here has a suggestion I
> > would be very gratefull.
> >
>
> You could probably do it by setting custom properties, and using them
> to determine which document to serve (IE set a property called
> "livedate", and walk the revisions backwards from the newest until you
> find one with a livedate that is earlier than the current date)
>

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 9 09:44:13 2002

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.