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

Re[2]: Want to set up SVN for a web app

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Thu, 2 Apr 2009 22:17:33 +0400

Greetings, Les Mikesell!

>>>> Fifth step is to make these changes available to public.
>>>> Here is the problem.
>>>> 1. Making public server another (readonly) working copy... not wise.
>> BA> It
>>>> 2. Continuous export's of the whole directory tree... not wise.
>> BA> Projects
>>
>> BA> What about:
>>
>> BA> 3. rsync (or ant or...) from your build server or other workstation that
>> BA> does have a working copy. This should be set up to exclude the .svn
>> BA> files and any .template type files you might use.
>>
>> My working copy not accessible from the world :) And I need purely production
>> server side solution, so I could just connect to it from anywhere and issue an
>> updating command. However, this "anywhere" more often will be my home machine,
>> but what about these unpredictable situations, where you loosing your server
>> files (all or part of them) and need to get it back up and running as fast as
>> possible?

LM> Rsync is typically used over ssh - with the command issued from the
LM> private/firewalled side. If you can connect to the server via ssh
LM> (perhaps even needing to establish a vpn first), rsync is a suitable
LM> mechanism to send files there.

I just found out that svnlook doing exactly what I need, but, damn, it's only
administrative tool... gonna take some research and build some distribution
scripts then... wish I could have similar tool working with repository through
any of the supported SVN protocols...

LM> And by the way - your 'Reply-To: email setting makes it difficult to
LM> respond back to the list.

My Reply-To set to reply back to the list, since list software does not do
that on itself (it must).
This way, I can't be disturbed by unintended private messages, regular "reply"
will go to the list. If you want to reply to me personally, copy my message to
personal folder and issue a "Reply to author" command.

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 02.04.2009, <22:11>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1522294
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-02 20:20:50 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.