From ovfgwm at xspbfz.com Sat Dec 13 19:41:49 2008 From: ovfgwm at xspbfz.com (erlniap) Date: Sat, 13 Dec 2008 19:41:49 +0000 (UTC) Subject: [evs] qwWIIMsDkxqOc References: Message-ID: <9a799cd836ea7a49f7b7011400e67329$1@evscm.info> pDSH0G mzayusjhvqoj, [url=http://uyjqbhastuul.com/]uyjqbhastuul[/url], [link=http://vtmklinxanmo.com/]vtmklinxanmo[/link], http://qslgrcuwkmgw.com/ From fpeigk at yyxysw.com Tue Dec 16 06:06:46 2008 From: fpeigk at yyxysw.com (ksbdaporqd) Date: Tue, 16 Dec 2008 06:06:46 +0000 (UTC) Subject: [evs] cFsEgOYajeODyIg References: Message-ID: <500af4749dd585a84f1a3ed4cd188235$1@evscm.info> LpSEJ7 dgepbosfmoyg, [url=http://uznmuczzrppe.com/]uznmuczzrppe[/url], [link=http://xkmfhlkddmec.com/]xkmfhlkddmec[/link], http://mvsztuuyibqt.com/ From arthur.barrett at march-hare.com Tue Dec 30 22:11:09 2008 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Wed, 31 Dec 2008 09:11:09 +1100 Subject: [evs] EVS stable 3.1.01 build 3292 Message-ID: Here is the first stable release of EVS including EVSManager and Migrate: http://www.evscm.org/modules/Downloads/ There is currently NO installation guide (the beta guide is out of date) and NO evaluation guide. A dramatically improved EVSManager will be available in February. The purpose of this milestone was to release a stable build that is functionally equivalent to CVSNT and (with the odd exception) SVN, plus these features: * a fast "rtag" * rename and move * transactional database (atomic commit and checkout with automatic rollback) * a single windows service evsmanager that provides: + CVS/CVSNT port 2401 services + CVSNT Lock Service port 2402 services + SVN Services + use of web folders to create revisions of files in a repository + integrated web browsing of the repository The February release will add the following to evsmanager: + VSTS Services + integrated defect tracking + richer user interface with better process support + support for checkout/document management via the EVSManager interface + graphs and reporting EVSCM is the first SCM system with support for the open "CVS protocol" that has no file (or RCS) backend but a relational SQL database. This has not been done simply for the "cool" factor - but because it creates a platform that we can build more advanced functionality on in a very robust way. Please post your comments and bug reports to support.evs on the news.cvsnt.org (nntp/news) server or via the e-mail mailing list: http://www.cvsnt.org/cgi-bin/mailman/listinfo/evs If you wish to assist with porting to Linux or other platforms please post to support.evs-dev on the news.cvsnt.org (nntp/news) serveror via the e-mail mailing list: http://www.cvsnt.org/cgi-bin/mailman/listinfo/evs-dev We will not be making any additional builds of EVS for several weeks, but each bug posted to the newsgroup will be recorded and Tony will analyse it to make an estimate of the effort to fix. In around 6 weeks we will look at each of these and prioritise them then look at scheduling. Of course if anyone else wants to simply get in and fix stuff we'd be delighted. If you post a bug I will most likely then give you write access to our bugzilla so you can update it and post more bugs. Ditto with submitting patches for EVS. Note: the source code to EVSManager is not available, and there is a post on the support.evs newsgroup dated 30/Sep/2007 with the subject "EvsManager" explaining this. Regards, Arthur Barrett Product Manager From bogus@does.not.exist.com Tue Dec 2 12:39:10 2008 From: bogus@does.not.exist.com () Date: Tue, 02 Dec 2008 12:39:10 -0000 Subject: No subject Message-ID: cvs -d :ext:. at my-cvs:/cvs/repository version Note: the user doesn't need to be specified as by default it will use the currently logged in user. You will see output like: C:\Program Files\CVSNT>cvs -d :ext:. at my-cvs:/cvs/repository version Client: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2382 (client/server) Server: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2260 (client/server) In eclipse Windows > Preference browse to Team > CVS > Ext Connection * CVS_RSH=C:\Program Files\CVSNT\extnt.exe * Parameters={host} * CVS_Server=cvsnt Now open the CVS Repository Exploring perspective and create a new Repository Location. Paste :ext:. at my-cvs:/cvs/repository into the host field (Eclipse will automatically parse this and populate the correct fields) Click Finish and you should have working CVS access. p.s. I recommend not using extnt.exe directly as I spent a few hours guessing the format (I probably should have looked up CVS_RSH definitions) and failed to get anyway. But as soon as I used cvs (which invokes extnt.exe for me) I had no problems connecting.