amiga.org
     
iconAll times are GMT -6. The time now is 07:01 AM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Operating System Specific Discussions » Amiga OS » Amiga OS -- Development » StormC 4 and CVS

Amiga OS -- Development This particular forum deals with issues regarding development for all versions of AmigaOS.

Reply
 
Thread Tools Display Modes
Old 03-22-2003, 10:02 AM   #1
Sidewinder
Technoid
Points: 8,097, Level: 60 Points: 8,097, Level: 60 Points: 8,097, Level: 60
Activity: 2% Activity: 2% Activity: 2%
 
Sidewinder's Avatar
 
Join Date: Mar 2002
Posts: 241
Send a message via ICQ to Sidewinder Send a message via AIM to Sidewinder Send a message via MSN to Sidewinder Send a message via Yahoo to Sidewinder
Default StormC 4 and CVS

I recently installed StormC 4 and am attempting to use the CVS features, however I am running into many problems. First of all I needed to install version 48 or higher of ixemul.library which wasn't a problem (I have tried version 48.0 and 48.2 from aminet), but whenever I attempt to init the CVS repository or publish changes in StormC I recieve an error says that fork() is not implemented. I've read the docs in StormC 4 regarding CVS and to my knowledge nothing is said about fork(), but my German ist nicht so gut. I realize that fork() is extreamly difficult to implement on the Amiga, but is there any way around it?

Has anyone else had these troubles or been able to get CVS working with StormC 4?
__________________
Sidewinder
Sidewinder is offline   Reply With Quote
Old 03-22-2003, 10:31 AM   #2
Targhan
Cult Member
Points: 8,097, Level: 60 Points: 8,097, Level: 60 Points: 8,097, Level: 60
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 818
Send a message via ICQ to Targhan
Default Re: StormC 4 and CVS

I'm glad you brought this topic up. I've got Storm4 here, and never bothered to learn CVS. However, CVS is a great system of keeping track of changes to code--even on a local system.

What I'll do is foreward the questions directly to Haage&Partner, and try to get an answer from them. :-)

__________________
Regards,
Targhan
Targhan is offline   Reply With Quote
Old 03-22-2003, 10:43 AM   #3
Sidewinder
Technoid
Points: 8,097, Level: 60 Points: 8,097, Level: 60 Points: 8,097, Level: 60
Activity: 2% Activity: 2% Activity: 2%
 
Sidewinder's Avatar
 
Join Date: Mar 2002
Posts: 241
Send a message via ICQ to Sidewinder Send a message via AIM to Sidewinder Send a message via MSN to Sidewinder Send a message via Yahoo to Sidewinder
Default Re: StormC 4 and CVS

Ok, so now I'm really annoyed! I found a copy of 48.0 of of the ixemul.library on the StormC 4 CD (it's the same one from Aminet) but I installed it anyway. When I went back to my project the CVS menu was active! So I selected status or something and it gave me an error and now it is back to its old behavior. Ghosted CVS menu, etc. Gerr.

It would be great if you could forward this question to H&P. Thanks for your help.
__________________
Sidewinder
Sidewinder is offline   Reply With Quote
Old 03-22-2003, 10:48 AM   #4
Targhan
Cult Member
Points: 8,097, Level: 60 Points: 8,097, Level: 60 Points: 8,097, Level: 60
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 818
Send a message via ICQ to Targhan
Default Re: StormC 4 and CVS

The email has been sent. I hope they will answer it. In the meantime, you could try AmiCVS from the aminet. However, it's a shell based CVS system.

I did give H&P the url to this thread, so I hope we can avoid any H&P bashing.
__________________
Regards,
Targhan
Targhan is offline   Reply With Quote
Old 03-22-2003, 11:28 AM   #5
trgse
Too much caffeine
Points: 5,235, Level: 46 Points: 5,235, Level: 46 Points: 5,235, Level: 46
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jul 2002
Posts: 150
Send a message via ICQ to trgse
Default Re: StormC 4 and CVS

here is a couple of pointers

1) set the env-var CVSROOT correctly (I think it is in error in the manual)

setenv CVSROOT "/<drive>/<any other path>/CVS-Root"

notice the unix format

2) if you have downloaded anything from internet
which has got any cvs stuff in it then delete those CVS/xxx since StormCVS does not work with network connections (use olaf & Jen's version for that)

3) in the project manager make sure that cvs is enabled

4) add all the files you need.
__________________
MacOS X rulez!

Quad Mac Rulez!
trgse is offline   Reply With Quote
Old 03-22-2003, 05:42 PM   #6
Sidewinder
Technoid
Points: 8,097, Level: 60 Points: 8,097, Level: 60 Points: 8,097, Level: 60
Activity: 2% Activity: 2% Activity: 2%
 
Sidewinder's Avatar
 
Join Date: Mar 2002
Posts: 241
Send a message via ICQ to Sidewinder Send a message via AIM to Sidewinder Send a message via MSN to Sidewinder Send a message via Yahoo to Sidewinder
Default Re: StormC 4 and CVS

@trgse

Thanks for the tips. I tried it out and it works if I remove the
colons from the CVSROOT environment variable and use slashes before
and after the volume name as if it were a UNIX file name. Thanks for
the help. BTW, does anyone know if the StormC CVS program supports
ssh connections?

Thanks again.
__________________
Sidewinder
Sidewinder is offline   Reply With Quote
Reply

Bookmarks

Tags
stormc , cvs

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
StormC 64-bit arithmetic bug? Minuous Amiga OS -- Development 5 09-27-2004 10:33 AM
StormC 4 documentation Spyros Amiga Software Issues and Discussion 3 09-24-2003 07:57 AM
Dev CD, StormC 4 & WinUAE Desolator Amiga OS -- Development 3 06-16-2003 04:22 AM
StormC 4 gcc, mui question. Olle Amiga OS -- Development 3 03-11-2003 10:32 AM
StormC 3.0 and STL Ransom Amiga OS -- Development 7 01-28-2003 04:36 AM