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.
Zsolt Branyiczky wrote: > Hi, > > I'm a bit confused to compile CVSNT 2.5.03 build 2260. (I still have to > add that I could compile 2.5.01 1976 without any problem with vc2003.) > My problem is that a lot of files in src directory has c extension > instead of the earlier cpp (after checking out CVSNT_2_5_03_2260 tag) > and cvsnt.vcproj uses references of the cpp ones. Therefore the project > cannot be compiled. > > I do not understand because > > In c:\work\cvsnt\CVSNT_2_5_03_2260.orig\cvsnt\src\CVS\Entries there is > /import.c/1.38.2.88/Sat Feb 11 13:40:12 2006/-kkv/TCVSNT_2_5_03_2260 > > But after > cvs log -- import.cpp (in directory C:\work\cvsnt\cvsnt\src\) > (in HEAD) > > Rcs file : '/usr/local/cvs/cvsnt/src/import.cpp,v' > Working file : 'import.cpp' > Head revision : 1.73 > Branch revision : > Locks : strict > Access : > Symbolic names : > 1.38.2.88 : 'CVSNT_2_5_03_2344' > 1.38.2.88 : 'CVSNT_2_5_03_2342' > 1.38.2.88 : 'CVSNT_2_5_03_2341' > 1.38.2.88 : 'CVSNT_2_5_03_2330' > 1.38.2.88 : 'CVSNT_2_5_03_2329' > 1.38.2.88 : 'CVSNT_2_5_03_2326' > 1.38.2.88 : 'CVSNT_2_5_03_2322' > 1.38.2.88 : 'CVSNT_2_5_03_2291' > 1.72 : 'CVSNT_2_6_01_2288' > 1.72 : 'CVSNT_2_6_01_2260' > 1.38.2.88 : 'CVSNT_2_5_03_2260' <------ my rev/tag > 1.38.2.88 : 'CVSNT_2_5_03_2252' > ... > ---------------------------- > Revision : 1.38.2.88 <------- my revision > Date : 2006/2/11 13:40:12 > Author : 'tmh' > State : 'Exp' > Lines : +1 -1 > Keyword : 'kv' > Filename : 'import.cpp' <----- here is import.cpp > Description : > Pass basic tests > > Who understands this? File import.c is retrieved instead of import.cpp. > > Regards > Zsolt Branyiczky I have updated my cvsnt client from 1976 to 2260, but still if I chekout cvsnt using CVSNT_2_5_03_2260 version tag, I get plenty of c files into src directory instead of the cpp ones. How else can I obtain the source of CVSNT_2_5_03_2260? I cannot make my usual modification (using different edit flags on the same file in different branches) unless it can be recompiled. Regards Zsolt ps. I mistyped the cvs log line in my initial post, in fact import.c must have been written there instead of import.cpp