CVS Support ?

Working on new editor enhancements?
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

CVS Support ?

Post by Flype »

Is there any plan to interface the IDE and CVS (or SVN) ?
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

I thought about this idea a couple of times, but what would that actually offer that another svn client can't ? Just duplicating the features of any standard svn client is too much work for no real benefit imho.
quidquid Latine dictum sit altum videtur
Fred
Administrator
Administrator
Posts: 18224
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Use TortoiseSVN and you have it intergrated to explorer, so within every PB dialogs (open/save) :)
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Re: CVS Support ?

Post by Kale »

Flype wrote:Is there any plan to interface the IDE and CVS (or SVN) ?
CVS must die! :wink: use SVN or GIT.
--Kale

Image
Fred
Administrator
Administrator
Posts: 18224
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

CVS is dead :P
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

mercurial for the win! :P
quidquid Latine dictum sit altum videtur
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

freak wrote:mercurial for the win! :P
Mercurial ?
It looks very good, didn't know about it, thank you for the info.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

freak wrote:I thought about this idea a couple of times, but what would that actually offer that another svn client can't ? Just duplicating the features of any standard svn client is too much work for no real benefit imho.
I can imagine, that really a lot of effort is needed to include SVN support (especially with comparing older and newer versions, etc.) to the PureBasic IDE.

So it's clear for me, that no one can compete with e.g. TortoiseSVN (available for free) on Windows, but it's another question on MacOS (and probably Linux) I think. There you haven't such a good and complete package available for free. On MacOS I use the SCPlugin for instance, but I'm not able to compare two source versions...

Overall I think a full integration of SVN would be a very huge task, and probably this time is better spend in other parts of PureBasic. And every "professional" writing big programs will spend the money for 3rd party tools, if he really need full SVN support and can't have it for free (like with TortoiseSVN on Windows)...
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Post by Foz »

freak wrote:mercurial for the win! :P
+1.

I use it at work (windows) and at home (linux & windows).

TortoiseHG is just fantastic (well, it was until 0.8 came out, there is a work flow issue that I'm waiting to be resolved... until then, 0.7.6 is my version :))
Post Reply