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

Re: How do I obtain a list of modified, added, or deleted files?

From: Jan Hendrik <list.jan.hendrik_at_gmail.com>
Date: Wed, 25 Jun 2008 09:33:02 +0200

Concerning Re: How do I obtain a list of modif
John Peacock wrote on 24 Jun 2008, 12:14, at least in part:

> > A downside of all this automating however is that at times for
> > logical or other reason a change may be committed in a number of
> > consecutive commits, with the website not really being presentable
> > until the final commit. No automated updating of the live server
> > working copy could take care of this while it can be easily
> > forgotten to be turned off in time. Or turned on again ...
>
> That's actually not a problem. When I deployed this at my previous
> company, I kept a test server in sync with trunk. The only time the
> production server was updated is when a tag (matching a specific
> regular expression) was created. That way you can confirm that the
> production site is only updated at well defined locations. It also
> means you can roll back to any previous tag (which should all be
> stable) at any time.
>
> The neat thing about using a tool like this is that the web developers
> don't even need login access to the production server; the mere act of
> creating the tag does the right thing...

I guess it depends. Tags are ok if the layout is separate from the
content (and I don't mean HTML-CSS-JS separation here), but I
wouldn't like making tags every time a new content page is added
or another one modified. E.g. for historical reasons we don't have
our content in a database separated from the web templates etc.,
but that has some advantages of its own as well.

Jan Hendrik
---------------------------------------
Freedom quote:

     It's time we asked ourselves if we still know the freedoms
     intended for us by the Founding Fathers.
     James Madison said, 'We base all our experiments
     on the capacity of mankind for self-government.'
     This idea that government was beholden to the people,
     that it had no other source of power,
     is still the newest, most unique idea
     in all the long history of man's relation to man.
               -- Ronald Reagan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-25 09:32:45 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.