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

Re: Transport System

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Tue, 12 May 2009 08:44:13 -0500

Ryan Schmidt wrote:
>
>>>
>>>> In SAP Systems we use JDI as our repository. When we need to
>>>> transport applications from Development Server to Test or
>>>> Prodution Servers, exists a tool (called Change and transport
>>>> system, CTS) to do it, that JDI owned.
>>>>
>>>> My question is: Is there any Subversion tool for the applications
>>>> transport? The client i use is Subclipse and it will be
>>>> interesting to integrate it with Subclipse.
>>> I'm not aware of such a tool for Subversion, but I also don't know
>>> what it means to transport an application, and I'm not familiar
>>> with SAP or JDI. Perhaps you could elaborate on exactly what you
>>> need such a tool to do.
>>>
>>> In Subversion, I think you would usually simply check out an
>>> additional working copy when you need to deploy on an additional
>>> server.
>> Hi Ryan, maybe I didn't explain my problem correctly, I'm going to
>> try it again and i wish you could help me.
>>
>> I wanted to know if exists any Subversion tool to deploy my
>> application in different servers as i want.
>>
>> First, i want to deploy my application in a Development Server.
>> But, later, i want to deploy the application in a Production Server.
>> Is there any tool to automatize this?
>
> You still didn't say what you mean by "deploy". If you just mean that
> you want to get the files from Subversion to those servers, then
> there are many options available. You could svn checkout or svn
> export your code to a local machine and then ftp or scp or rsync them
> to the remote development or production server.

Note that the rsync '-C' option is a shorthand notation to exclude
metatdata and it knows about svn as well as cvs - but look at the man
page to see the full exclude list. Rsync is also particularly nice for
copying to production because it copies to a tmp file name and only
renames to the original when the transfer is complete so the running app
  never sees an incomplete file.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2213624
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-12 15:45:31 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.