Thread: [Asterisk-java-users] CVS and SVN: what's the valid?
Brought to you by:
srt
From: Joan G. <lu...@bu...> - 2007-09-14 14:25:24
|
Hi: I'm diving into the project api and source. First of all thank all of you for your work. I can see in the project page that in on place you mention a cvs repository and a svn repository in other place. Whats the valid? svn co http://svn.reucon.net/repos/asterisk-java/trunk asterisk-java cvs -d :pserver:ano...@cv...:/cvsroot/asterisk-java login cvs -z3 -d :pserver:ano...@cv...:/cvsroot/asterisk-java co asterisk-java Thanks. |
From: Martin S. <ma...@be...> - 2007-09-14 14:33:33
|
SVN is what is currently used. The project was originally hosted on SourceForge, I think, so it's possible that CVS was used at some point in the past. Upon checking, it looks like CVS is only mentioned in the 1.0 docs -- the most recent docs only mention SVN -- http://asterisk-java.org/development/index.html. If you find references to CVS in the latest docs, let me know and I can update them. Thanks :) Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221=20 =20 > -----Original Message----- > From: ast...@li...=20 > [mailto:ast...@li...] On=20 > Behalf Of Joan Ginard > Sent: Friday, September 14, 2007 10:33 AM > To: Asterisk Java Users Mlist > Subject: [Asterisk-java-users] CVS and SVN: what's the valid? >=20 > Hi: >=20 > I'm diving into the project api and source. >=20 > First of all thank all of you for your work. >=20 > I can see in the project page that in on place you mention a cvs > repository and a svn repository in other place. >=20 > Whats the valid? >=20 > svn co http://svn.reucon.net/repos/asterisk-java/trunk asterisk-java >=20 > cvs -d=20 > :pserver:ano...@cv...:/cvsroot/asterisk-java login=20 > cvs -z3 -d=20 > :pserver:ano...@cv...:/cvsroot/asterisk-java > co asterisk-java >=20 >=20 > Thanks. >=20 > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >=20 |
From: lumen <lu...@bu...> - 2007-09-14 14:50:47
|
On Fri, Sep 14, 2007 at 10:33:26AM -0400, Martin Smith send: > SVN is what is currently used. The project was originally hosted on > SourceForge, I think, so it's possible that CVS was used at some point > in the past. > > Upon checking, it looks like CVS is only mentioned in the 1.0 docs -- > the most recent docs only mention SVN -- > http://asterisk-java.org/development/index.html. > > If you find references to CVS in the latest docs, let me know and I can > update them. The name of the project commits mailing list (that's not really important) http://asterisk-java.org/0.2/mail-lists.html Documentation about how to do a patch are based on cvs: http://asterisk-java.org/0.2/patch.html 'Source repository' page in the 'Project Info' section: http://asterisk-java.org/0.2/cvs-usage.html |
From: Martin S. <ma...@be...> - 2007-09-14 15:51:13
|
That's the documentation for version 0.2, unchanged from that time. The latest development documentations should be considered authoratative for email listserves and VCS repositories :). Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221=20 =20 > -----Original Message----- > From: ast...@li...=20 > [mailto:ast...@li...] On=20 > Behalf Of lumen > Sent: Friday, September 14, 2007 10:58 AM > To: ast...@li... > Subject: Re: [Asterisk-java-users] CVS and SVN: what's the valid? >=20 > On Fri, Sep 14, 2007 at 10:33:26AM -0400, Martin Smith send: > > SVN is what is currently used. The project was originally hosted on > > SourceForge, I think, so it's possible that CVS was used at=20 > some point > > in the past. > >=20 > > Upon checking, it looks like CVS is only mentioned in the=20 > 1.0 docs -- > > the most recent docs only mention SVN -- > > http://asterisk-java.org/development/index.html. > >=20 > > If you find references to CVS in the latest docs, let me=20 > know and I can > > update them. >=20 > The name of the project commits mailing list (that's not=20 > really important) > http://asterisk-java.org/0.2/mail-lists.html >=20 > Documentation about how to do a patch are based on cvs: > http://asterisk-java.org/0.2/patch.html >=20 > 'Source repository' page in the 'Project Info' section: >=20 > http://asterisk-java.org/0.2/cvs-usage.html >=20 >=20 > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >=20 |