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

New feature request: svn deploy

From: Dzonatas <dzonatas_at_dzonux.net>
Date: Tue, 22 Jan 2008 19:03:24 -0800

Hello,

I have a request for a new feature on subversion to make file deployment
manageable.

The command would follow the scheme:

svn deploy sURL dURL

and

svn deploy dURL

sURL is the URL to the subversion repository.

dURL is destination to where to deploy the files. Accepts either ftp://
addresses or local file system addresses. (maybe ssh/scp addresses as well)

There would more info than an export and less then a checkout. Only
minimal information is stored in the ".svn" at the dURL location.

A "svn deploy" acts like:

* "svn checkout" if sURL is specified.
* "svn update" if sURL is not specified.

The default would be not to store any backup or local revision of each
file in the .svn directory; hence, it would appear like an "export" but
with the .svn directory to contain minimal information, like hash and
version information.

The command "svn deploy" can be executed on any remote site. If dURL
has already been setup, then svn deploy will find the original sURL
stored on dURL and proceed to transfer files from sURL to dURL as
needed. It may require authentication for both sURL and dURL if auth is
not cached anywhere.

Food for thought for future features. Thanks for reading.

Dz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-23 04:02:26 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.