Re: [Perl-pdf-devel] Initial SourceForge contact..
Status: Beta
Brought to you by:
ftassin
From: Fabien T. <ft...@ol...> - 2000-02-13 23:06:25
|
According to Fabien Tassin: > > According to Aaron J Mackey: > > > > Ok Fabien, I'm registered on SourceForge and I have an account. There > > doesn't seem to be any modules available for anonymous checkout, or if > > there is, I don't know it's name. > > The CVS part is ready but there's no snapshot yet... oops. I forgot to mention the "modulename".. it's "CURRENT". The idea is to have 2 CVS branches : CURRENT and STABLE. STABLE contains nothing yet but will always contain the lastest release (whose that are on CPAN). To obtain the latest CVS release : - as anonymous : $ cvs -d:pserver:ano...@cv...:/cvsroot/perl-pdf login <no password needed, just hit enter> $ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/perl-pdf co CURRENT - as developper : $ export CVS_RSH=ssh (or "setenv CVS_RSH ssh" for csh/tcsh users) $ cvs -z3 -dY...@cv...:/cvsroot/perl-pdf co CURRENT where YOURLOGIN is your SourceForce login. > > I'm happy to send patches if you want to keep sole control over the > > repository. Up to you. > > hmm.. I would like to have 2 or 3 commiters for the CVS tree but no > more. I still don't know how to do this with SourceForge but if you want > some privileges on this project, no problem. I need your SF login. you should now be able to commit your changes directly. -- Fabien Tassin -+- ft...@ol... |