Welcome, Guest. Please login or register.

Author Topic: CVS 1.11.2 AmigaOS Port update released  (Read 2297 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SystemTopic starter

  • Full Member
  • ***
  • Join Date: Jul 2003
  • Posts: 199
    • Show only replies by System
    • http://amiga.org
CVS 1.11.2 AmigaOS Port update released
« on: July 23, 2002, 09:40:50 AM »
On the 22nd, the authors of the AmigaOS port (Olaf Barthel & Jens Langner) of CVS (Concurrent Versions System) released a new, updated version 1.11.2 of the development system. Beside the update to the newest cvs version, also some bugs in the ssh implementation were fixed.

So everyone interested :-o can grab a new version from:
http://amcvs.light-speed.de/

 

Offline lionstorm

Re: CVS 1.11.2 AmigaOS Port update released
« Reply #1 on: July 23, 2002, 03:04:55 PM »
Well, sounds cool but what can I do with it ? Sorry for my poor knowledge about what CVS actually is.
LionStorm
 

Offline Treke

  • Newbie
  • *
  • Join Date: Feb 2002
  • Posts: 45
    • Show only replies by Treke
Re: CVS 1.11.2 AmigaOS Port update released
« Reply #2 on: July 23, 2002, 03:45:20 PM »
Nevermind, it is the well known versioning system for sources and binaries (even they are handled in deifferent manner) for software developers. You have the repository, where you can commit your latest version of sources(and binaries, even they are not so efectively stored) and retrieve (any version ) of your particular source code file (if you want to go back on the development line) You can branch the development, merge sources, lock sources, etc. CVS client can connect to retpository via TCP/IP, so this is a big benefit. But as I experienced windows versions have bugs( I dunno if client or server, sometimes I just cannot do one thing  could do earlier in unchanged conditions ). Amiga version will have them for sure too ;) (bacause this is just a port)
   Eh, and... I think Olaf and Jens did this port because they needed to work with versioning system, so they ported it ;) I don't know them, I just guess ;)) Good work.

re

Treke
 

Offline Herewegoagain

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 653
    • Show only replies by Herewegoagain
    • Http://www.ncscaug.us
Re: CVS 1.11.2 AmigaOS Port update released
« Reply #3 on: July 23, 2002, 07:44:01 PM »
So this would be more for developers to store/share common file versions, right?  Not something like clicking on "Windows Update" or Mac's "Software Updater"  

Sorry, but I'm ignorant about it's use too.
North and South Carolina Users interested in a \\\'local\\\' user group should visit NCSC Amiga Users Group page and sign up for membership. It\\\'s free!
 

Offline Treke

  • Newbie
  • *
  • Join Date: Feb 2002
  • Posts: 45
    • Show only replies by Treke
Re: CVS 1.11.2 AmigaOS Port update released
« Reply #4 on: July 23, 2002, 08:20:13 PM »
Yes. for example 2 developers can work on the same soruce version. And CVS secures that no conflicts are made(if one developer locks the file on the server, the second cannot commit the changes he-the second- made, because file is locked by first developer) or provides methods to detect conflicts.

re

Treke