On 2/24/2011 8:02 AM, Christopher D Haakinson wrote:
OK, so I've been testing out the svn:eol-style prop and it appears to
work, but it seems like an awful lot of work for such a simple issue.
Is there something server-side I can setup to ensure that all files
contain the correct eol style?
As
OK, There is one way that works. I'd suggest using it.
Most server OSes now have some way to make a virtual hoist. Solaris
has zones, Linux has xen and there is VMware. The idea is that you
build the new updated web site on a new virtual host. and then you
test it. Once you like the tst res
On Feb 26, 2011, at 16:18, Nate wrote:
> Steps to reproduce:
> 1) created a new repo in /opt/svnrepo using the following command: svnadmin
> create myproject
> 2) Next I checked out the client on my workstation (I've tried it on a Mac
> and a Linux Centos 5.5 system)
> svn co https://myserver.wh
On Feb 26, 2011, at 17:26, Blair Zajac wrote:
> On Feb 26, 2011, at 2:47 PM, Ryan Schmidt wrote:
>
>> On Feb 25, 2011, at 13:53, Blair Zajac wrote:
>>
>>> First, both svn and rsync do atomic replaces of the file, so you don't have
>>> to worry about the live files being observed in some odd sta
On Feb 26, 2011, at 2:47 PM, Ryan Schmidt wrote:
On Feb 25, 2011, at 13:53, Blair Zajac wrote:
On 2/25/11 11:39 AM, Christopher D Haakinson wrote:
Now I've come to the point in my development where I need to
figure out what's
the best method for transferring my svn files to my live sit
Hi,
I've searched for quite some time for the answer to this problem.
OS: Centos 5.5
Subversion version:
svn, version 1.6.13 (r1002816)
compiled Oct 2 2010, 20:48:38
Steps to reproduce:
1) created a new repo in /opt/svnrepo using the following command: svnadmin
create myproject
2) Next I ch
On Feb 25, 2011, at 13:53, Blair Zajac wrote:
> On 2/25/11 11:39 AM, Christopher D Haakinson wrote:
>>
>
>> Now I've come to the point in my development where I need to figure out
>> what's
>> the best method for transferring my svn files to my live site.
>>
>> I've read that I should use a po
Sorry for having posted the wrong mailing list.
By the way, I tried both http:// and https:// with the same result.
With svn:// the error is slightly different: it says 'can't connect to host'
Any help?
Paolo
-Messaggio originale-
Da: Branko Čibej [mailto:br...@xbc.nu] Per conto di
Guten Tag Christopher D Haakinson,
am Freitag, 25. Februar 2011 um 20:39 schrieben Sie:
> My main question is: Which method is best for updating my live files?
> Should I use rsync in my post hook or should I use svn update?
I would always prefer svn update and use tags for production software,