Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
hey, it works! steps to install cvsnt on redhat 5.1 64-bit: 1. get latest cvs sources: cvs -d :pserver:cvs at cvs.cvsnt.org:/usr/local/cvs export -d src -r CVSNT_2_0_x cvsnt 2. configure: cd src ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-64bit --disable-sqlite --disable-mysql --disable-odbc --disable-oracle --disable-postgres --libdir=/usr/lib64 3. make & install: make install many thanks to arthur! greetings, wolf. +++ "AB" == Arthur Barrett wrote: +++ AB> Wolf-Dietrich, > It works with (see trace in attachment): > cvsnt -ttt -d local:/CVS update -j B_patch_5_0_4 MBO-OrderExport.Page.txt > It doesn't work with (see trace in attachment): > cvsnt -ttt -d :pserver:wfilss at ep-server:/CVS update -j B_patch_5_0_4 MBO-OrderExport.Page.txt AB> I think it's the same bug as this: AB> http://customer.march-hare.com/webtools/bugzilla/ttshow_bug.cgi?id=5033&tt=1 AB> That was just fixed yesterday, so if you checkout the source from the AB> repo on branch CVSNT_2_0_x you can test it and let the newsgroup know AB> your results. AB> Also from your trace: 16:49:14: -> Could not open /etc/cvsnt/Pserver AB> You need a readable /etc/cvsnt/Pserver to use CVSNT. AB> Regards, AB> Arthur