Re: [Quickfix-developers] Subversion Repository
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-06-01 15:19:55
|
FYI, it's probably worth mentioning that Subversion works a bit =20 differently with it's checkouts. The checkout command provided by =20 sourceforge: svn co https://svn.sourceforge.net/svnroot/quickfixj =20 quickfixj, is probably not what you want. This will essentially =20 check out not just the development version, but *every* branch in the =20= source code tree as well. For this reason most people will probably =20 want to use a command more like this: svn co https://=20 svn.sourceforge.net/svnroot/quickfixj/trunk quickfixj --oren On Jun 1, 2006, at 9:38 AM, Steve Bate wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20 > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi Staffan, > > QuickFIX/J is in it's own Subversion repository now. See the following > page > for information on accessing it. > > http://sourceforge.net/svn/?group_id=3D163099 > > Regards, > > Steve > >> -----Original Message----- >> From: qui...@li... >> [mailto:qui...@li...] On >> Behalf Of Staffan Ulfberg >> Sent: Thursday, June 01, 2006 4:28 PM >> To: Oren Miller >> Cc: qui...@li... >> Subject: Re: [Quickfix-developers] Subversion Repository >> >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> "Oren Miller" <or...@qu...> writes: >> >>> The QuickFIX source has migrated from CVS to a Subversion >> repository. >>> The conversion was done with cvs2svn, so all the history has been >>> transfered. Directions on accessing the repository are on the >>> developer page: http://www.quickfixengine.org/developers.html >>> >>> Unlike with CVS, everybody hits the same repository, so >> there are no >>> delays between commiter checkins and public checkouts. >> >> I tried to check out the sources a few minutes ago, but I'm >> not able to find the Java sources (quickfixj). I can find a >> lot of native code, but not the (newer?) java code. Am I >> doing something wrong? >> >> Staffan >> >> >> ------------------------------------------------------- >> All the advantages of Linux Managed Hosting--Without the Cost >> and Risk! >> Fully trained technicians. The highest number of Red Hat >> certifications in the hosting industry. Fanatical Support. >> Click to learn more >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D107521&bid=3D248729& >> dat=3D121642 >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and =20 > Risk! > Fully trained technicians. The highest number of Red Hat =20 > certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=107521&bid$8729&dat=121642= > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |