To: ZHOU FEI Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: SCCS Date: Sat, 15 Apr 1995 09:41:16 PDT From: Marty Leisner In message <13994CA44E2 AT phrouter DOT phy DOT pku DOT edu DOT cn>, writes: >hi, > >I wander that there is SCCS( Source Code Control System) in djgpp. > > > > SCCS is Unix(tm) (whoever owns it now) code. RCS is freeware... But after experiences both RCS on dos and unix, I'd say for serious development, look into setting up a unix box as a server to do source control on. RCS and SCCS ust two "magic" letters appended/prepended to the filename and if you are using the 8+3 limit without a seperate directory, you have a problem. In fact, for most purposes you can use a Linux box for your djgpp development in many cases. Dosemu runs djgpp applications fine, and you can cross-compile on linux. marty