Re: [lazarus] Managing Cross Platform Projects

2007-03-22 Thread Marc Santhoff
Am Mittwoch, den 21.03.2007, 19:14 -0700 schrieb George Lober: > Since the subject of SVN came up I couldn't resist to ask. Presently my > method is to take a snapshot of the project directory to do backup. Easy > and simple to do, and since I'm a one man show it is good enough for me. > But of cou

Re: [lazarus] Managing Cross Platform Projects

2007-03-22 Thread Lee Jenkins
Patrick Chevalley wrote: In the past I do myself some fright by manually copy the files to a Samba share ... -- Warm Regards, Lee _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subje

Re: [lazarus] Managing Cross Platform Projects

2007-03-22 Thread Marco van de Voort
On Wed, Mar 21, 2007 at 07:14:42PM -0700, George Lober wrote: > while back I thought about setting up SVN because of the drawbacks, but > since I am not familiar with it, the setting-up and running of it looked > quite complicated. The other major concern that held me back was about > how much disk

Re: [lazarus] Managing Cross Platform Projects

2007-03-22 Thread Patrick Chevalley
The other major concern that held me back was about how much disk space an SVN implementation consumes over time as it grows, and how big a backup of the SVN server data would be compared to my present method. What are your experiences? I use rsync to backup my sourceforge project svn, this is

Re: [lazarus] Managing Cross Platform Projects

2007-03-21 Thread Graeme Geldenhuys
On 3/21/07, Lee Jenkins <[EMAIL PROTECTED]> wrote: > I think that even with only 2 persons on a project, or even only 1 > person working on different > operating systems, subversion is a good solution. Further you can see > all alterations later, it´s very convenient. Thank you. I'll take a loo

Re: [lazarus] Managing Cross Platform Projects

2007-03-21 Thread George Lober
Since the subject of SVN came up I couldn't resist to ask. Presently my method is to take a snapshot of the project directory to do backup. Easy and simple to do, and since I'm a one man show it is good enough for me. But of course there are problems if you need to look into changes in code, and t

Re: [lazarus] Managing Cross Platform Projects

2007-03-21 Thread Mattias Gaertner
On Wed, 21 Mar 2007 17:54:50 -0400 Lee Jenkins <[EMAIL PROTECTED]> wrote: > Felipe Monteiro de Carvalho wrote: > > On 3/21/07, Lee Jenkins <[EMAIL PROTECTED]> wrote: > >> I was wondering what other did to manage cross platform projects? > > > > I mostly use subversion to manage the source code. Y

Re: [lazarus] Managing Cross Platform Projects

2007-03-21 Thread Lee Jenkins
Felipe Monteiro de Carvalho wrote: On 3/21/07, Lee Jenkins <[EMAIL PROTECTED]> wrote: I was wondering what other did to manage cross platform projects? I mostly use subversion to manage the source code. You will need a server for that, of course. It´s not hard to set up, I´ve already done it f

Re: [lazarus] Managing Cross Platform Projects

2007-03-21 Thread Felipe Monteiro de Carvalho
On 3/21/07, Lee Jenkins <[EMAIL PROTECTED]> wrote: I was wondering what other did to manage cross platform projects? I mostly use subversion to manage the source code. You will need a server for that, of course. It´s not hard to set up, I´ve already done it for internal non-open source projects

[lazarus] Managing Cross Platform Projects

2007-03-21 Thread Lee Jenkins
Hi all, I was wondering what other did to manage cross platform projects? The problem that I have is writing the project in on OS (Windows for the current project) and then compiling over on linux. Everything compiles fine, but it's a pain to port a project over because of unit reference p