On 12 March 2010 11:11, Peter Williams <[email protected]> wrote: >> >> How to use svn with lazarus (there are some tips, too): >> >> http://wiki.lazarus.freepascal.org/Getting_Lazarus#Development_versions_from_SVN > > I think I read that link a year or 2 back. I saw that SVN / Subversion > was all command line and script based & that discouraged be, because I > was never particularly skill at writing scripts. That's why RapidSVN > appeals to me. It uses a GUI interface to control Subversion.
There are no scripts, just a command line invocation. Most of the time you will use `svn up` and `svn diff`. I usually use a graphical diff tool like meld. Henry -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
