CVSROOT completed

"Jerzy Kaczorowski" <[email protected]> Fri, 2 Apr 2004 22:27:20 -0000
Newsgroups gmane.comp.version-control.cvs.gui.devel
Message-ID <[email protected]>
I completed the elimination of CVSROOT from settings and turning it into
command line parameter.

The code involved is wrapped up with conditional compilation for now:
#if INTERNAL_AUTHEN

It is defined in Persistent.h:
#if defined(WIN32)
// ...
# define INTERNAL_AUTHEN 0
#else
// ...
# define INTERNAL_AUTHEN 1
#endif /* !WIN32 */

That means that it should work just like before for MacCvs and gCvs after
fixing small changes I made to make new code work.

I have created the tags to mark the state before and after new changes:
DISABLE_INTERNAL_AUTHEN_BEFORE
DISABLE_INTERNAL_AUTHEN

Best Regards,
Jerzy


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/cvsgui-dev/

<*> To unsubscribe from this group, send an email to:
     [email protected]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/