[fpc-other] Git & SVN
Florian Klämpfl
florian at freepascal.org
Tue May 23 20:26:11 CEST 2017
Am 23.05.2017 um 18:00 schrieb Karoly Balogh (Charlie/SGR):
> Hi,
>
> On Tue, 23 May 2017, Martin Frb wrote:
>
>> Or maybe they haven't forgotten how nice and simple svn is.
>
> Erm, I really don't want to be involved in the usual religious war,
> personally I use exclusively Git these days (for personal stuff), but I
> don't mind SVN, CVS, or whatever a project uses I'm working on. But.
>
>> Git just doesn't do KISS.
>
> You need an SVN server to start working with SVN.
Every tried:
C:\temp>svnadmin create repos
C:\temp>svn checkout file:///c:/temp/repos wc
Checked out revision 0.
?
>
> Also, ever tried to do partial commits in SVN? (Not committing all the
> changes in a single file.) (git add --patch)
I do it daily with FPC (using TortoiseSVN though).
More information about the fpc-other
mailing list