From lists at connectionbrazil.com Sun May 3 23:10:46 2009 From: lists at connectionbrazil.com (Gerhard Fiedler) Date: Sun, 3 May 2009 19:10:46 -0300 Subject: [cvsnt] SCC plugin for CVSNT? References: <6A2183114F274A4C896DF2313C3E04DE3C54F8E18B@s3r-vby-exch01.system3r.com> Message-ID: Bo Berglund wrote: > After some Googling I realized that there is no point in trying to > integrate CVSNT with SCC, really. One loses too many of the good > features of CVSNT to make it worth the effort. I will make the > developers use a separate CVS client GUI instead (Tortoise or > WinCvs). FWIW, I use the PushOK plugin (not free). I find this integration useful in that it cvs-edits files automatically when I start editing them, and I can use the IDE's project feature (which groups files into projects, which not always are also separated in different directories) to see which files are modified and to commit files. It's not a replacement for something like WinCvs (or the command line :), but a sometimes convenient addition. I don't use it with remote repos. I find the response times too long; they interrupt my work flow when repo accesses happen automatically. Also note that the advantages depend on the IDE and how it uses the SCCI. Gerhard From triemer at vision-experts.com Tue May 5 13:53:02 2009 From: triemer at vision-experts.com (Tilo Riemer) Date: Tue, 5 May 2009 14:53:02 +0200 Subject: [cvsnt] CVSNT on OpenSolaris In-Reply-To: <848B05BFEF0942EFAB4391D3FEED0FCD@NOSTROMO> References: <946E76E38BC1E2448B68F32FAEA2BA5858F9F0@2ksrvr01.march-hare.local> <848B05BFEF0942EFAB4391D3FEED0FCD@NOSTROMO> Message-ID: <5906662F580F4A5BB854D3E8A699D74A@NOSTROMO> Hi, now I could build cvsnt 2.5.03.2382 on OpenSolaris (x86) and got it running. But there is necessary to patch it. The vanilla version uses the system getopt function which is not compatible with the GNU getopt. Therefore cvsnt can't parse the options correctly. After forcing the use of the cvsnt version of getopt it works (I hope... only a few tests till now). cvsnt 2.5.04.2403 works in principle but it does not cooperate with the inetd of OpenSolaris. And I could not build newer versions because a lot of linker errors. If someone is interested in using of cvsnt on OpenSolaris and if he need help he can contact me. Best regards, Tilo Riemer -------------------------------------------------- From: "Tilo Riemer" Sent: Friday, April 24, 2009 5:05 PM To: Subject: Re: [cvsnt] CVSNT on OpenSolaris > Arthur, > > the command > cvs login -p > does not work as expected... the passed password is always ignored and cvs > shows the login prompt. > > Is this a problem specific to OpenSolaris? > Tested with 2.5.03.2382 and 2.5.04.2403. The command works on Windows an > RHEL5 correctly (with build 2382). From triemer at vision-experts.com Tue May 5 14:26:35 2009 From: triemer at vision-experts.com (Tilo Riemer) Date: Tue, 5 May 2009 15:26:35 +0200 Subject: [cvsnt] CVSNT on OpenSolaris In-Reply-To: <5906662F580F4A5BB854D3E8A699D74A@NOSTROMO> References: <946E76E38BC1E2448B68F32FAEA2BA5858F9F0@2ksrvr01.march-hare.local><848B05BFEF0942EFAB4391D3FEED0FCD@NOSTROMO> <5906662F580F4A5BB854D3E8A699D74A@NOSTROMO> Message-ID: <6C6A038A54154C878743A2D92FEAB52A@NOSTROMO> Hi again, -------------------------------------------------- From: "Tilo Riemer" Sent: Tuesday, May 05, 2009 2:53 PM To: Subject: Re: [cvsnt] CVSNT on OpenSolaris > cvsnt 2.5.04.2403 works in principle but it does not cooperate with the > inetd of OpenSolaris. Correction: 2403 works also. Best regards, Tilo Riemer From arthur.barrett at march-hare.com Tue May 5 22:50:14 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Wed, 6 May 2009 07:50:14 +1000 Subject: [cvsnt] CVSNT on OpenSolaris Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FA44@2ksrvr01.march-hare.local> Tilo, > Correction: 2403 works also. Great news! Please send patches to the cvsnt-dev newsgroup so they can be incorporated in the tree. Regards, Arthur Barrett From messagegc at gmail.com Wed May 6 11:00:55 2009 From: messagegc at gmail.com (Gaurav Chhabra) Date: Wed, 6 May 2009 15:30:55 +0530 Subject: [cvsnt] Error: No connection could be made because the target machine actively refused it Message-ID: <1c2185540905060300k542a36f0s8393b342514be564@mail.gmail.com> Hi, We have CVSNT 2.5.04 [(Zen) Build 3236] server running on RHEL ES 4. On client side we have WinCVS 2.0.2.4 on WinXP SP3. I am trying to connect to the server using :pserver: I earlier got some error messages ( http://www.cvsnt.org/pipermail/cvsnt/2009-April/032098.html) and I am still struggling, trying to establish connection between client & server. I am now getting the following error: -------------------- cvs -z9 -d :pserver:cvsuser at 10.5.68.161:2401/usr/local/cvsrep login Logging in to :pserver:cvsuser at 10.5.68.161:2401:/usr/local/cvsrep connect to 10.5.68.161:2401 failed: No connection could be made because the target machine actively refused it. -------------------- After searching through the archives, I got that "This means CVSNT is not up and running or you have a firewall on that machine blocking access (port 2401) from outside." So, I checked the following: ===================== SERVER SIDE ---> [root at localhost ~]# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination [root at localhost ~]# I think the firewall is OFF. Please correct me if I?m wrong. -------------------- [root at localhost ~]# netstat -nap | grep 2401 [root at localhost ~]# Does the above mean that 2401 on server side is not listening? -------------------- [root at localhost ~]# netstat -nap | grep cvs tcp 0 0 127.0.0.1:2402 0.0.0.0:* LISTEN 3426/cvslockd tcp 0 0 ::1:2402 :::* LISTEN 3426/cvslockd tcp 0 0 ::ffff:10.5.68.161:22 ::ffff:10.5.68.35:4089 ESTABLISHED 4861/sshd: syscvs [ udp 0 0 0.0.0.0:5353 0.0.0.0:* 3426/cvslockd unix 3 [ ] STREAM CONNECTED 11947 4861/sshd: syscvs [ unix 2 [ ] DGRAM 7710 3426/cvslockd -------------------- [root at localhost ~]# cat /etc/xinetd.d/cvspserver service cvspserver { socket_type = stream protocol = tcp wait = no user = cvs passenv = PATH log_type = FILE /var/log/cvspserver server = /usr/local/bin/cvsnt server_args = authserver disable = no } ===================== CLIENT SIDE ---> On command prompt, C:\Documents and Settings>telnet xx.x.xx.xxx 2401Connecting To xx.x.xx.xxx...Could not open connection to the host, on port 2401: Connect failed -------------------- C:\Documents and Settings>netstat -na Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:2401 0.0.0.0:0 LISTENING ===================== Can anyone please point me to the problem? Regards, Gaurav From triemer at vision-experts.com Thu May 7 10:03:39 2009 From: triemer at vision-experts.com (Tilo Riemer) Date: Thu, 7 May 2009 11:03:39 +0200 Subject: [cvsnt] CVSNT on OpenSolaris In-Reply-To: <946E76E38BC1E2448B68F32FAEA2BA5858FA44@2ksrvr01.march-hare.local> References: <946E76E38BC1E2448B68F32FAEA2BA5858FA44@2ksrvr01.march-hare.local> Message-ID: <077643886D794FB38AECCF3E9A21D349@NOSTROMO> Arthur, -------------------------------------------------- From: "Arthur Barrett" Sent: Tuesday, May 05, 2009 11:50 PM To: "Tilo Riemer" ; Subject: RE: [cvsnt] CVSNT on OpenSolaris > Please send patches to the cvsnt-dev newsgroup so they can be incorporated > in the tree. Of course I can (and will do it if desired) send the patches but I'm not a friend of autoconf & co. That means I have run ./configure at first and after that I have adapted config.h and lib/Makefile to force compiling of lib/getopt_long.c. The right way is adding a check for getopt to the autoconf stuff... Best regards, Tilo Riemer From tony.hoyle at march-hare.com Thu May 7 21:24:13 2009 From: tony.hoyle at march-hare.com (Tony Hoyle) Date: Thu, 07 May 2009 21:24:13 +0100 Subject: [cvsnt] CVSNT on OpenSolaris In-Reply-To: References: <946E76E38BC1E2448B68F32FAEA2BA5858FA44@2ksrvr01.march-hare.local> Message-ID: Tilo Riemer wrote: > The right way is adding a check for getopt to the autoconf stuff... There's already a getopt compatibility test in configure.in, which is designed for OSX which has a broken getopt. It shouldn't be hard to modify that test to detect whatever is wrong with the solaris one. Tony From Pawan_Yadav01 at infosys.com Fri May 8 11:46:52 2009 From: Pawan_Yadav01 at infosys.com (Pawan Kumar Yadav01) Date: Fri, 8 May 2009 16:16:52 +0530 Subject: [cvsnt] Repository access problem Message-ID: Hi I am running version 2.5.03 (scorpio) Build 2382. I am using Windows XP SP2. Pserver. I have created the repository(TEST)and the temporary files directory in NTFS file system(in none system directory). Created a admin alias of a local user. Made it a administrator by putting the 'admin' in the admin file. AclMode is set to 'Normal'. Imported a module in the repository. Created another user(suppose A). Gave this user all permissions on the module. The user can checkout the TEST repository, but the problem is whenever I run the command CVS ls -l -R it says User A cannot read from /TEST/.Same thing happens if I run this command using 'admin' user. I have given both the users all permissions through the security tab in folder properties dialog. I get the same message when I try to import the repository in eclipse. Can some help please. Thanks in advance Pawan **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** From messagegc at gmail.com Sat May 9 11:57:50 2009 From: messagegc at gmail.com (Gaurav Chhabra) Date: Sat, 9 May 2009 16:27:50 +0530 Subject: [cvsnt] Error: No connection could be made because the target machine actively refused it In-Reply-To: <1c2185540905060300k542a36f0s8393b342514be564@mail.gmail.com> References: <1c2185540905060300k542a36f0s8393b342514be564@mail.gmail.com> Message-ID: <1c2185540905090357j60f7dbedibe1dba1e2814b874@mail.gmail.com> Hi, Finally, I have been able to login successfully and checkout the code. I can also checkin properly. After so many unsuccessful attempts, I yesterday thought of trying using :ssh: [as Arthur suggested in one of his post :) ] and it worked. For connecting using :ssh:, I had to create $CVSROOT/CVSROOT/admin file. I added the system user name (present on CVSNT server) to this file. Without this file, I was not able to checkout & checkin. After succeeding using :ssh:, I again thought of giving :pserver: a try. Today was a great day! I can now checkout using :pserver: also. For :pserver: ---> Almost everything remained same in the configuration files that I touched earlier. Only thing that I did today was that I appended the name of the CVS user (who is the first field in $CVSROOT/CVSROOT/passwd file) in the $CVSROOT/CVSROOT/admin file. [root at localhost ~]# cat /usr/local/cvsrep/CVSROOT/passwd cvsuser:MH1PeBf7wNDa.:syscvs [root at localhost ~]# cat /usr/local/cvsrep/CVSROOT/admin syscvs cvsuser Without adding this CVS user, I was able to login but not able to checkout. While checking out, it used to give the folowing error: ------------------------------------------------------------- cvs -z9 -d :pserver:cvsuser at xx.x.xx.xxx:/usr/local/cvsrep checkout -- CVSROOT (in directory C:\Documents and Settings\servista7\Desktop) cvsnt server: User cvsuser cannot read CVSROOT ***** CVS exited normally with code 1 ***** ------------------------------------------------------------- I am happy now but there is one thing that is causing worry. I referred the CVSNT Official doc. It mentions that 'admin' file is for Repository administrators. If this is the case, then obviously, I can't write everyone's name in that file. I also tried using 'writers' file but to no avail. Can anyone please provide some guidance on this issue? Thanks & Regards, Gaurav From vinayak.prabhu at stfc.ac.uk Tue May 12 12:01:43 2009 From: vinayak.prabhu at stfc.ac.uk (Prabhu, VM (Vinayak)) Date: Tue, 12 May 2009 12:01:43 +0100 Subject: [cvsnt] CVS FOR WINDOWS SERVER/CLIENT CONFIGURATION Message-ID: <677CE4DD24B12C4B9FA138534E29FB1D06473CE5@exchange11.fed.cclrc.ac.uk> Hi, I have installed cvsnt on windows Nt and It's running. I have installed wincvs. Logged into Wincvs. I cannot create a repository using wincvs I get this message. Can you please help. TCL is available, shell is enabled : help (select and press enter) cvs -d c:\cvsroot init cvs [init aborted]: Couldn't open default trigger library: No such file or directory ***** CVS exited normally with code 1 ***** Thanks. Vinny. -- Scanned by iCritical. From constanceztoo02 at latterell.com Tue May 12 20:13:49 2009 From: constanceztoo02 at latterell.com (Regina Romero) Date: Tue, 12 May 2009 11:13:49 -0800 Subject: [cvsnt] =?koi8-r?b?QmVpbmcgd2VhbHRoeSBpcyBhYm91dCBiZWluZyBoZWFs?= =?koi8-r?b?dGh5IJYgbGVhcm4gaG93Lg==?= Message-ID: <000d01c9d32d$66232c60$6400a8c0@constanceztoo02> About this mailing: You are receiving this e-mail because you subscribed to MSN Featured Offers Microsoft respects your privacy. If you do not wish to receive this MSN Featured Offers e-mail, please click the "Unsubscribe" link below. This will not unsubscribe you from e-mail communications from third-party advertisers that may appear in MSN Feature Offers. This shall not constitute an offer by MSN. MSN shall not be responsible or liable for the advertisers' content nor any of the goods or service advertised. Prices and item availability subject to change without notice. 2009 Microsoft | Unsubscribe | More Newsletters | Privacy Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 This message was sent from iContact to cvsnt at cvsnt.com. It was sent from: iContact AutoResponder, 2635 Meridian Pkwy Suite 200, Durham, NC 27713. You can modify/update your subscription via the link below. View this message in the iContact Community: View message Comment on this message Receive as RSS From plowshareo7 at michelanicoli.com Tue May 12 20:51:10 2009 From: plowshareo7 at michelanicoli.com (Bobbie Erwin) Date: Tue, 12 May 2009 14:51:10 -0500 Subject: [cvsnt] Even if you become poor your watch will stay with you. Message-ID: <000d01c9d33a$ff6b0f20$6400a8c0@plowshareo7> see you then! i recommend rounding your troops for a similar conversation, and a brainstorm session for how to prepare for what lies ahead. just sayin. the best part of dinner was the irish soda bread- it was so so good, and it's really easy to make. when she does these weekends she fills up really fast so don't wait- if you need color and/or cut and/or face waxing at very reasonable prices email her promptly and she'll get you booked and give you directions. i am going to turn on some good music and choose to be happy. corned beef is cheap meat, a head of cabbage is less than 50 cents, and i bet you have all the ingredients for the bread in your cupboard. you should make this meal tonight! when you need to be home, may you find your way. haha, that's my girl. cate was so happy she began yelling "let's give a hand to springtime! i am blocking my two latest projects today and will show them tomorrow. we ate corned beef and cabbage with irish soda bread last night in preparation for the day of the irish. but then again, we looove roadtrips. (i hate in quilting and knitting and sewing when the designs get all fancy just because they can). it's definately worth the long drive, she never looks like a senator from krypton on the red carpet. you sit at the counter 1. in the craft room i throw everything on the homework table. that clears up the floor for more mess craft making. in a tiny town in idaho i always enjoy knitting lacy stuff but this pattern was especially fun, super easy, and portable. i was chuckling while i cooked thinking about how my irish grandparents always had a plaque on their wall with this prayer on it: "may you be in heaven a half hour before the devil knows your dead" ha! From tmh at nodomain.org Mon May 18 10:04:16 2009 From: tmh at nodomain.org (Tony Hoyle) Date: Mon, 18 May 2009 10:04:16 +0100 Subject: [cvsnt] test Message-ID: <4A112490.60507@nodomain.org> From messagegc at gmail.com Mon May 18 14:09:06 2009 From: messagegc at gmail.com (Gaurav Chhabra) Date: Mon, 18 May 2009 18:39:06 +0530 Subject: [cvsnt] Error: No connection could be made because the target machine actively refused it In-Reply-To: <1c2185540905090357j60f7dbedibe1dba1e2814b874@mail.gmail.com> References: <1c2185540905060300k542a36f0s8393b342514be564@mail.gmail.com> <1c2185540905090357j60f7dbedibe1dba1e2814b874@mail.gmail.com> Message-ID: <1c2185540905180609s36fdc1beo106a78c331bc454c@mail.gmail.com> Hi All, Can anyone please tell me how to access :pserver: without entering the user's name in 'admin' file? I am not able to access the CVS server repository without entering the user's name in $CVSROOT/CVSROOT/admin file. This type of access is obviously not desirable. Kindly refer my last post in this thread for more details. Regards, Gaurav From bharathpace at gmail.com Tue May 19 15:05:46 2009 From: bharathpace at gmail.com (Bharath S) Date: Tue, 19 May 2009 19:35:46 +0530 Subject: [cvsnt] How to configure cvs and which is the correct Message-ID: <4c3d74020905190705s54394638s9bd2e92bb8990cec@mail.gmail.com> for evaluating trail version of cvs I installed CVS nt from CVSNT 2.5.03.2382 Stable SERVER setup file CVSNT 2.5.03.2382 Stable SERVER setup file . I have already installed wincvs from http://www.wincvs.org/download.html#wincvs_recommended Question 1: Is the cvsnt i installed correct Question 2: In the installation guide http://web.telia.com/~u86216177/InstallCVSNT25.html it is given set cvsroot=:sserver:@:/TEST What is the path from which I should give cvsroot i have installed cvsnt in c:\program files\cvsnt and created a repository directory in c:\cvsrepos\cvsstemp. My doubt is from which path should I give the cvsroot command above. Also pls tell me whether CVSNT 2.5.03.2382 Stable SERVER is the correct file for installing cvsnt (some tell it is old) What i want to do is create user accounts on the cvsnt and create different access and check in and check out projects. Please send me any document for doing this if you have any. Can anyone tell me how can i configure. I need documents related to that. Urgently required. Thanks in advance Bharath From bharathpace at gmail.com Wed May 20 11:12:18 2009 From: bharathpace at gmail.com (Bharath S) Date: Wed, 20 May 2009 15:42:18 +0530 Subject: [cvsnt] Unable to configure username/password check in/out Message-ID: <4c3d74020905200312l32095be6ib7cda40c0ff7ca47@mail.gmail.com> Hi Friends I installed CVS nt from CVSNT 2.5.03.2382 Stable SERVER setup file . I have already installed wincvs from http://www.wincvs.org/download.html#wincvs_recommended When ever i go to the commandline and try to create a user or password like cvs passwd -a where account name is my nt login id I am getting the message no connection could be made because the target machine actively refused it. 2) Also when I am checking out using cvs co cvsroot I am getting the same error. I have set the cvsroot using -d and also in the environment variables If I try through wincvs admin/login and set the root directory and password below it is giving normal aborted with code 0. I am unable to create a login Please help as this urgently required. Thanks Bharath From arthur.barrett at march-hare.com Wed May 20 13:20:29 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Wed, 20 May 2009 22:20:29 +1000 Subject: [cvsnt] Unable to configure username/password check in/out Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FAC5@2ksrvr01.march-hare.local> Bharath, > I installed CVS nt from CVSNT 2.5.03.2382 Stable SERVER setup file > . This is over 2 years old - we no longer actively support it - please download 2.5.04 from the main web site: http://march-hare.com/cvspro/en.asp#downcvsnt > > Please help as this urgently required. > Please read the FAQ: http://march-hare.com/cvspro/faq/faq2.asp#2z Regards, Arthur Barrett From bharathpace at gmail.com Wed May 20 14:31:57 2009 From: bharathpace at gmail.com (Bharath S) Date: Wed, 20 May 2009 19:01:57 +0530 Subject: [cvsnt] cvs trial version not starting Message-ID: <4c3d74020905200631o787748b4m48052657c9d59284@mail.gmail.com> Dear Friends I have downloaded cvs suite studio from the url http://march-hare.com/cvspro/ and I think this is the latest free download I am beginner to this configuring controls. I have got a important task at hand. Also it is taking a a lot of time to start still showing starting ... once i installed the machine. (screen shot attached) Question Can this trial version be used for evaluation purposes I have attached a screen shot containing what I am getting when i start the cvs suite studio. Can anybody please tell me why it is taking long to start or is it hanging up. And pls guide me how can i configure roles and permissions for my local folders and use wincvs along with this. Please tell me whether this cvssuite studio 2.5.04.3236 can be integrated with visual studio.net 2005/2008. Thanks in advance Bharath From arthur.barrett at march-hare.com Wed May 20 21:38:39 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Thu, 21 May 2009 06:38:39 +1000 Subject: [cvsnt] cvs trial version not starting Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FAC7@2ksrvr01.march-hare.local> Bharath, > I have downloaded cvs suite studio from the url > http://march-hare.com/cvspro/ and I think this is the latest > free download Remember that if you are setting up your own server you need to download the server and the client (you've already got the client) and if you are installing both the server and client on one PC then you need to install them in the order: 1) client 2) server. > Also it is taking a a lot of time to start still showing > starting ... once i > installed the machine. (screen shot attached) The screenshot you sent shows that it is waiting for you to click on 'use free' or 'upgrade to suite'. > And pls guide me how can i configure roles and permissions 1) install client ( done ) 2) install server 3) create server repository using control panel: CVSNT 4) make no other changes to CVSNT server control panel 5) start CVS Suite Studio 6) on left side 'open' your new server repository (if you can't see it STOP HERE) 7) drag folders to import from the right to the left and 'drop' on the new repository 8) right click folders on right to set permissions 9) drag folders to checkout from the left to the right and 'drop' on some 'new' folder 10) make changes to files on PC 11) right click PC files or folders to 'CVS->Commit' > Please tell me whether this cvssuite studio 2.5.04.3236 can > be integrated with visual studio.net 2005/2008. This is NOT included in the trial - it is in the 'full' version, if you need more information please contact sales at march-hare.com: http://march-hare.com/cvsnt/features/scci/en.asp Regards, Arthur From guideveloper at gmail.com Fri May 22 13:16:42 2009 From: guideveloper at gmail.com (rui) Date: Fri, 22 May 2009 13:16:42 +0100 Subject: [cvsnt] cvs import failure on windows server 2003 sp 1 with cvsnt 2.5.04 Message-ID: <353f18200905220516g4eec4b8ck63605bccab8eefaf@mail.gmail.com> Hi Tao and others, I just saw that you have the same problem as I am having which you have posted on cvsnt forum as well. http://www.cvsnt.org/pipermail/cvsnt/2009-April/032040.html I have windows server 2003 sp1 installed and I am trying to do a big import upto 2 GB using wincvs. but it fails with the same error cvs [import aborted]: writing to server socket: error -1 Just wanted to know, have you been able to resolve this issue, i tried the same import on MS Windows XP professional SP 3 and it did the import correctly I have correct and full permissions with domain name on the cvsnt server and the repository folder and have tried both sspi and pserver protocols. Here is my import command cvs -d :sspi:fs01:/rendering_test import -C -I ! -I CVS -W "*.TOT -k 'b'" -W "*.VAL -k 'b'" -W "*.USR -k 'b'" -W "*.RAS -k 'b'" -W "*.ACS -k 'b'" -W "*.png_dif -k 'b'" -W "*.AGE -k 'b'" -W "*.MRN -k 'b'" -W "*.DPT -k 'b'" -W "*.png -k 'b'" -W "*.FUN -k 'b'" -W "*.DRF -k 'b'" -W "*.ADM -k 'b'" -W "*.DUD -k 'b'" -W "*.VNM -k 'b'" -W "*.CHK -k 'b'" -W "*.TPE -k 'b'" -W "*.DOC -k 'b'" -W "*.DES -k 'b'" -W "*.DEP -k 'b'" -W "*.COG -k 'b'" -W "*.CFS -k 'b'" -W "*.IDE -k 'b'" -W "*.COD -k 'b'" -W "*.TX3 -k 'b'" -W "*.RID -k 'b'" -W "*.CTY -k 'b'" -W "*.DEL -k 'b'" -W "*.BTW -k 'b'" -W "*.DNO -k 'b'" -W "*.ONO -k 'b'" -W "*.SOC -k 'b'" -W "*.TX6 -k 'b'" -W "*.TX5 -k 'b'" -W "*.RAN -k 'b'" -W "*.rpt -k 'b'" -W "*.pcl -k 'b'" -W "*.tif_dif -k 'b'" -W "*.SMC -k 'b'" -W "*.DA1 -k 'b'" -W "*.TX4 -k 'b'" -W "*.TE4 -k 'b'" -W "*.TE3 -k 'b'" -W "*.TE2 -k 'b'" -W "*.TE1 -k 'b'" -W "*.CRN -k 'b'" -W "*.AMO -k 'b'" -W "*.CSN -k 'b'" -W "*.TX2 -k 'b'" -W "*.NU1 -k 'b'" -W "*.DT1 -k 'b'" -W "*.APL -k 'b'" -W "*.ACN -k 'b'" -W "*.BRA -k 'b'" -W "*.SPL -k 'b'" -W "*.lgo -k 'b'" -W "*.scc -k 'b'" -W "*.XFO -k 'b'" -W "*.frm -k 'b'" -W "*.LGO -k 'b'" -W "*.IMP -k 'b'" -W "*.IML -k 'b'" -W "*.JDL -k 'b'" -W "*.dat -k 'b'" -W "tfrca_14stuff -k 'b'" -W "*.MET -k 'b'" -W "*.PRL -k 'b'" -W "*.stw -k 'b'" -W "*.STW -k 'b'" -W "*.t01 -k 'u'" -W "*.sw -k 'b'" -W "*.met -k 'b'" -W "*.out -k 'b'" -W "*.mtc -k 'b'" -W "*.1 -k 'b'" -W "*.spl -k 'b'" -W "*.INLINE -k 'b'" -W "*.img -k 'b'" -W "*.IMG -k 'b'" -W "*.ORG_IDX -k 'b'" -W "*.AX -k 'b'" -W "*.IN -k 'b'" -W "*.pdf -k 'b'" -W "*.MON -k 'b'" -W "*.MAS -k 'b'" -W "*.CLI -k 'b'" -W "*.REP -k 'b'" -W "*.INT -k 'b'" -W "*.BUI -k 'b'" -W "*.BNO -k 'b'" -W "*.TXE -k 'b'" -W "*.TXD -k 'b'" -W "*.TXC -k 'b'" -W "*.TXB -k 'b'" -W "*.TXA -k 'b'" -W "*.AMA -k 'b'" -W "*.TEF -k 'b'" -W "*.NOM -k 'b'" -W "*.NIF -k 'b'" -W "*.FEC -k 'b'" -W "*.FAC -k 'b'" -W "*.OUT -k 'b'" -W "*.TNU -k 'b'" -W "*.INU -k 'b'" -W "*.ANU -k 'b'" -W "*.MRF -k 'b'" -W "*.GRF -k 'b'" -W "*.ERF -k 'b'" -W "DATAINFO -k 'b'" -W "*.NO -k 'b'" -W "*.INN -k 'b'" -W "*.CNO -k 'b'" -W "*.POL -k 'b'" -W "*.CON -k 'b'" -W "*.HOL -k 'b'" -W "*.RIC -k 'b'" -W "*.NUM -k 'b'" -W "*.CCN -k 'b'" -W "*.IN1 -k 'b'" -W "*.BAN -k 'b'" -W "*.CUS -k 'b'" -W "*.TX1 -k 'b'" -W "*.DAT -k 'b'" -W "*.RES -k 'b'" -W "*.REF -k 'b'" -W "*.CAL -k 'b'" -W "INDEXXX -k 'b'" -W "INDEXX -k 'b'" -W "*.NAM -k 'b'" -W "*.DNM -k 'b'" -W "*.ACC -k 'b'" -W "*.INV -k 'b'" -W "*.IDX -k 'b'" -W "*.HED -k 'b'" -W "*.DPX -k 'b'" -W "CR_DRIVE -k 'b'" -W "*.PSG -k 'b'" -W "*.psg -k 'b'" -W "*.616 -k 'b'" -W "*.output -k 'b'" -W "*.AOI -k 'b'" -W "*.acif -k 'b'" -W "*.bd -k 'b'" -W "*.decomp -k 'b'" -W "*.AFP -k 'b'" -W "*.afp -k 'b'" -W "*.bin -k 'b'" -W "*.IDS -k 'b'" -W "*.tif -k 'b'" -W "*.RAW -k 'b'" -W "*.M4RAW -k 'b'" -W "*.PDF -k 'b'" -W "*.PCL -k 'b'" -W "*.TIF -k 'b'" -W "*.PNG -k 'b'" -W "*.ZIP -k 'b'" -W "X0FNT005 -k 'b'" -W "X0FNT004 -k 'b'" -W "X0FNT003 -k 'b'" -W "X0FNT002 -k 'b'" -W "X0FNT001 -k 'b'" -W "X0FNT000 -k 'b'" -W "T1TRANSE -k 'b'" -W "T1TRANSA -k 'b'" -W "C0FNT005 -k 'b'" -W "C0FNT004 -k 'b'" -W "C0FNT003 -k 'b'" -W "C0FNT002 -k 'b'" -W "C0FNT001 -k 'b'" -W "C0FNT000 -k 'b'" -W "*.oly -k 'b'" -W "*.FRM -k 'b'" -W "*.FNT -k 'b'" -W "*.OLY -k 'b'" -m "no message" -- auto_test dw trunk (in directory C:\rendering_test\auto_test) Regards, RUI From arthur.barrett at march-hare.com Fri May 22 14:34:23 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Fri, 22 May 2009 23:34:23 +1000 Subject: [cvsnt] cvs import failure on windows server 2003 sp 1 with cvsnt2.5.04 Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5865A8AF@2ksrvr01.march-hare.local> Rui, > I have windows server 2003 sp1 installed and I am trying to do a big > import upto 2 GB using wincvs. > but it fails with the same error > cvs [import aborted]: writing to server socket: error -1 On the server enable 'clients are allowed to trace server' and then trace the import - the server is probably crashing someplace. Send just the last few lines of the trace to the mailing list along with the CVSNT client/server versions and Client/Server OS versions. Regards, Arthur From guideveloper at gmail.com Fri May 22 15:49:09 2009 From: guideveloper at gmail.com (rui) Date: Fri, 22 May 2009 15:49:09 +0100 Subject: [cvsnt] cvs import failure on windows server 2003 sp 1 with cvsnt2.5.04 In-Reply-To: <946E76E38BC1E2448B68F32FAEA2BA5865A8AF@2ksrvr01.march-hare.local> References: <946E76E38BC1E2448B68F32FAEA2BA5865A8AF@2ksrvr01.march-hare.local> Message-ID: <353f18200905220749l36c1c359j7fbf3e33fea19117@mail.gmail.com> Hi, client version: WinCvs 2.0.2.4 (Build 4) server version: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2382 (client/server) Client OS version: Windows XP Professional service pack 3 Server OS version: Windows server 2003 sp 1 I have enabled the option you mentioned on the server, but i don't get any trace in output window of wincvs. How do i enable that? Regards, Raja On Fri, May 22, 2009 at 2:34 PM, Arthur Barrett wrote: > Rui, > >> I have windows server 2003 sp1 installed and I am trying to do a big >> import upto 2 GB using wincvs. >> but it fails with the same error >> cvs [import aborted]: writing to server socket: error -1 > > On the server enable 'clients are allowed to trace server' and then > trace the import - the server is probably crashing someplace. ?Send just > the last few lines of the trace to the mailing list along with the CVSNT > client/server versions and Client/Server OS versions. > > Regards, > > > Arthur > From arthur.barrett at march-hare.com Fri May 22 22:17:26 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Sat, 23 May 2009 07:17:26 +1000 Subject: [cvsnt] cvs import failure on windows server 2003 sp 1 with cvsnt2.5.04 Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5865A8B1@2ksrvr01.march-hare.local> Rui, > client version: WinCvs 2.0.2.4 (Build 4) This is NOT a client, this is a GUI that then runs the client (CVSNT). > server version: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) > Build 2382 (client/server) This is quite old - please upgrade to 2.5.04 or the 2.5.05 testing release. If any fixes are required to solve your problem they will always be made to 2.5.05. > I have enabled the option you mentioned on the server, but i don't get > any trace in output window of wincvs. > How do i enable that? In the DOS prompt: C:\rendering_test\auto_test cvs -ttt -d :sspi:fs01:/rendering_test import -n -C -m "" auto_test FAQ: http://www.march-hare.com/cvspro/faq/faq2.asp#2z Regards, Arthur Barrett From Ray_Blankenship at selgs.com Sat May 23 12:01:25 2009 From: Ray_Blankenship at selgs.com (Ray_Blankenship at selgs.com) Date: Sat, 23 May 2009 04:01:25 -0700 Subject: [cvsnt] AUTO: Ray Blankenship is out of the office. (returning 06/02/2009) Message-ID: I am out of the office until 06/02/2009. I will return your email as soon as possible on my return. Note: This is an automated response to your message "cvsnt Digest, Vol 77, Issue 11" sent on 5/23/2009 4:00:05 AM. This is the only notification you will receive while this person is away. From sravanthi_gujje at yahoo.co.in Mon May 25 07:09:40 2009 From: sravanthi_gujje at yahoo.co.in (sravanthi gujje) Date: Mon, 25 May 2009 11:39:40 +0530 (IST) Subject: [cvsnt] Error:SSL connection failed Message-ID: <906981.36478.qm@web95309.mail.in2.yahoo.com> I have created the repository profile. While I am importing Project into repository. It is showing an error Error: import testapplication SSL connection failed (-1): error:1408F10B:SSL routines:SSL3_GET_RECORD: wrong version number cvs [server aborted]: Connection to server failed Command Aborted. Steps done while creating a module:- 1)Opened the Smartcvs Professional. Click on Projects menu item and select Create Module. Then selected the project directory path and clicked on next,it opens the Repository window then clicked on next, then it opens Module Name window then click on next, it opens project name window then clicked on next then it opens confirmation window then clicked on finish button then it is showing an error in the output window import testapplication SSL connection failed (-1): error:1408F10B:SSL routines:SSL3_GET_RECORD: wrong version number cvs [server aborted]: Connection to server failed Command Aborted. Please suggest me to solve this problem.. Explore and discover exciting holidays and getaways with Yahoo! India Travel http://in.travel.yahoo.com/ From catacombae at gmail.com Mon May 25 07:17:17 2009 From: catacombae at gmail.com (Erik Larsson) Date: Mon, 25 May 2009 08:17:17 +0200 Subject: [cvsnt] Error:SSL connection failed In-Reply-To: <906981.36478.qm@web95309.mail.in2.yahoo.com> References: <906981.36478.qm@web95309.mail.in2.yahoo.com> Message-ID: <4A1A37ED.9010000@gmail.com> sravanthi gujje wrote: > I have created the repository profile. While I am importing Project into > repository. It is showing an error > Error: import testapplication > SSL connection failed (-1): error:1408F10B:SSL > routines:SSL3_GET_RECORD: wrong version number > cvs [server aborted]: Connection to server failed > Command Aborted. > > Steps done while creating a module:- > > 1)Opened the Smartcvs Professional. Click on Projects menu item and select > Create Module. Then selected the project directory path and clicked on next,it > opens the Repository window then clicked on next, then it opens Module Name > window then click on next, it opens project name window then clicked on next > then it opens confirmation window then clicked on finish button then it is > showing an error in the output window > > import testapplication > SSL connection failed (-1): error:1408F10B:SSL > routines:SSL3_GET_RECORD: wrong version number > cvs [server aborted]: Connection to server failed > Command Aborted. > > Please suggest me to solve this problem.. > I got this error a couple of weeks ago, and in my case it was because of a faulty certificate configuration on the server side (sserver protocol). Make sure you generate a proper .pem file and set its path appropriately in CVSNT's configuration. - Erik From fernando-madruga at criticalsoftware.com Tue May 26 02:03:21 2009 From: fernando-madruga at criticalsoftware.com (Fernando Madruga) Date: Tue, 26 May 2009 02:03:21 +0100 Subject: [cvsnt] Problem with rlog choking on filename keyword Message-ID: <002901c9dd9d$c3c03f50$4b40bdf0$@com> Some cvsnt files have a filename keyword where the contents are not enclosed in @ characters, for instance: filename this-is-a-file-name.doc instead of: filename @ this-is-a-file-name.doc@ These files will make rlog (and consequently cvsweb) break. Is there a way to fix those files and/or has this been fixed in a later build? I'm using CVSNT 2.5.03 (Scorpio) Build 2382 on a Linux (CentOS) machine. Thank you, Fernando Madruga Critical Software, S. A. From arthur.barrett at march-hare.com Tue May 26 06:30:05 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Tue, 26 May 2009 15:30:05 +1000 Subject: [cvsnt] Problem with rlog choking on filename keyword Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5865A8B7@2ksrvr01.march-hare.local> > Some cvsnt files have a filename keyword where the contents > are not enclosed in @ characters, for instance: Yes this is correct. CVSNT is NoT CVS, it has many additional keywords. CVSNT includes it's own version of the rcs programs like rlog, or you cann use 'cvs rlog' instead of 'rlog'. > I'm using CVSNT 2.5.03 (Scorpio) Build 2382 on a Linux > (CentOS) machine. This is very old - 2.5.04 has been around for a while and 2.5.05 is in test. Regards, Arthur From fernando-madruga at criticalsoftware.com Tue May 26 09:29:00 2009 From: fernando-madruga at criticalsoftware.com (Fernando Madruga) Date: Tue, 26 May 2009 09:29:00 +0100 Subject: [cvsnt] Problem with rlog choking on filename keyword In-Reply-To: <946E76E38BC1E2448B68F32FAEA2BA5865A8B7@2ksrvr01.march-hare.local> References: <946E76E38BC1E2448B68F32FAEA2BA5865A8B7@2ksrvr01.march-hare.local> Message-ID: <000001c9dddc$05c65f40$11531dc0$@com> >> Some cvsnt files have a filename keyword where the contents >> are not enclosed in @ characters, for instance: > Yes this is correct. CVSNT is NoT CVS, it has many additional keywords. > CVSNT includes it's own version of the rcs programs like rlog, or you > can use 'cvs rlog' instead of 'rlog'. The only rlog I could find was throwing those errors, and I noticed that adding the @ chars to the string in the filename would make it work. I'll have to schedule an upgrade test but doing that on a production system is not easy. Is rlog from version 2.5.04 "compatible" with a running 2.5.03 system? That is, suppose that I install 2.5.04 for a single user (haven't checked if it's possible!); could I then use that rlog? Alternatively, supposing that somehow whoever installed cvsnt on this system failed to use the corresponding rlog, can I install cvsnt 2.5.03 on the same system for a single user and then just copy that rlog? (I'm kind of new to Linux sys admin tasks!) >> I'm using CVSNT 2.5.03 (Scorpio) Build 2382 on a Linux >> (CentOS) machine. > This is very old - 2.5.04 has been around for a while and 2.5.05 > is in test. This is an old system that I inherited, and you know how it goes: if it ain't broke, don't fix it! :) In this case, my main concern is with a 3rd party product (webcvs) which is more of a commodity than a necessity. Thank you for your answer. Best regards, Fernando Madruga From arthur.barrett at march-hare.com Tue May 26 10:10:34 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Tue, 26 May 2009 19:10:34 +1000 Subject: [cvsnt] Problem with rlog choking on filename keyword Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5865A8BA@2ksrvr01.march-hare.local> Fernando, > The only rlog I could find was throwing those errors, You'll need to know how it was installed - from an RPM or from source. I'm not certain if the standard RPM includes the CVSNT rlog or if you have to build from source. > In this case, my main concern is with a 3rd party product (webcvs) > which is more of a commodity than a necessity. I used to maintain a port of CVSWEB for CVSNT but haven't touched it in years - you may want to look at viewvc instead (viewcvs), some other people on this mailing list will probably be able to help with that - start a new thread with 'viewvc' in the subject line to catch their attention. You may want to find Bo's custom version of ViewVC... Regards, Arthur From joepro at gmail.com Tue May 26 17:58:39 2009 From: joepro at gmail.com (Joe Prokop) Date: Tue, 26 May 2009 11:58:39 -0500 Subject: [cvsnt] Version 2.5.04 build 3236 slow on windows 2008 Message-ID: <87d8289e0905260958w67bbc997t4a48c143edd64b4b@mail.gmail.com> Hey, I've got a similar problem to the one reported on this list a month ago but I didn't see a solution to it. I haven't had luck running the process as an Administrator instead of System like that person did. Basically every cvs command has about a 2:15 minute delay before there is a response. I've got "Don't resolve client names" checked and there is no anti-virus running. This is on a brand new virtual server that we just configured. Here is the output from cvs -ttt rls. Note that after hitting enter it took 2:15 for the first log message to appear and then again another pause you see in the log messages. All other messages finished within 1 second. Any ideas what is causing this? Thanks. C:\Program Files\CVSNT>cvs -d :pserver:user at 192.168.151.10:8081/cvsrepo -ttt rls 12:39:30: -> Tracelevel set to 3. PID is 2164 12:39:30: -> Session ID is 8744a1c1b426ad5 12:39:30: -> Session time is Tue May 26 16:39:30 2009 12:39:30: -> Client was compiled Nov 3 2008 23:29:25 12:39:30: -> Client was compiled with MSVC C/C++ 1310 12:39:30: -> Client build platform is microsoft-windows-x86 12:39:30: -> Client running on "Windows Server "Longhorn" Server 4.0 Service Pack 1 (Build 6001) [6.0.6001] (Service Pack 1)" 12:39:30: -> Loading protocol pserver as pserver.dll 12:39:30: -> CLibraryAccess::Load loading C:\PROGRA~1\CVSNT/protocols/pserver.dll 12:39:30: -> main loop with CVSROOT=: pserver:user at 192.168.151.10:8081/cvsrepo 12:39:30: -> start_server(0) 12:39:30: -> client start - client_protocol->connect 12:39:30: -> client start - Loop, getting responses from the server. 12:41:46: -> client start - got "I LOVE YOU" 12:41:46: -> client start - continue login. 12:41:46: -> client start - server started. -- Joe From arthur.barrett at march-hare.com Tue May 26 21:21:18 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Wed, 27 May 2009 06:21:18 +1000 Subject: [cvsnt] Version 2.5.04 build 3236 slow on windows 2008 Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FAE6@2ksrvr01.march-hare.local> Joe, > I've got a similar problem to the one reported on this list a > month ago but > I didn't see a solution to it. I haven't had luck running > the process as an > Administrator instead of System like that person did. > Basically every cvs > command has about a 2:15 minute delay before there is a > response. I've got > "Don't resolve client names" checked and there is no > anti-virus running. > This is on a brand new virtual server that we just configured. Read this thread all the way through to the end. It contains instructions how to diagnose the problem and also the most common reason for the cause (DNS problems with verifying the signature on the EXE and DLLs): http://www.cvsnt.org/pipermail/cvsnt/2008-October/031355.html The gory technical detail is that the 2.5.04 DLLs are signed and on startup the signature is verified (with Verisign) - if your DNS is incorrectly configured thten this delays the loading of each of the the protocol DLLs by 20-30 seconds. At least one other person was not able to correctly configure their DNS to get this to operate and we have committed a fix to 2.5.05 for people thus affected and will be releasing a new test MSI soon. Regards, Arthur Barrett From joepro at gmail.com Tue May 26 23:43:40 2009 From: joepro at gmail.com (Joe Prokop) Date: Tue, 26 May 2009 17:43:40 -0500 Subject: [cvsnt] Version 2.5.04 build 3236 slow on windows 2008 In-Reply-To: <946E76E38BC1E2448B68F32FAEA2BA5858FAE6@2ksrvr01.march-hare.local> References: <946E76E38BC1E2448B68F32FAEA2BA5858FAE6@2ksrvr01.march-hare.local> Message-ID: <87d8289e0905261543q317412d3g3eb8512a71a4f886@mail.gmail.com> Thanks Arthur, that is helpful. I was looking down the wrong path but I believe this is the issue. This server is on a subnet that does not have access to the internet. Does it cause any issue if these verifications can not be done? I can probably think of a way to have these calls return 'access denied' instead of just waiting for timeouts. -- Joe On Tue, May 26, 2009 at 3:21 PM, Arthur Barrett < arthur.barrett at march-hare.com> wrote: > Joe, > > > I've got a similar problem to the one reported on this list a > > month ago but > > I didn't see a solution to it. I haven't had luck running > > the process as an > > Administrator instead of System like that person did. > > Basically every cvs > > command has about a 2:15 minute delay before there is a > > response. I've got > > "Don't resolve client names" checked and there is no > > anti-virus running. > > This is on a brand new virtual server that we just configured. > > Read this thread all the way through to the end. It contains > instructions how to diagnose the problem and also the most common reason > for the cause (DNS problems with verifying the signature on the EXE and > DLLs): > http://www.cvsnt.org/pipermail/cvsnt/2008-October/031355.html > > The gory technical detail is that the 2.5.04 DLLs are signed and on > startup the signature is verified (with Verisign) - if your DNS is > incorrectly configured thten this delays the loading of each of the the > protocol DLLs by 20-30 seconds. > > At least one other person was not able to correctly configure their DNS > to get this to operate and we have committed a fix to 2.5.05 for people > thus affected and will be releasing a new test MSI soon. > > Regards, > > > Arthur Barrett > From arthur.barrett at march-hare.com Wed May 27 00:53:06 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Wed, 27 May 2009 09:53:06 +1000 Subject: [cvsnt] Version 2.5.04 build 3236 slow on windows 2008 Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FAE9@2ksrvr01.march-hare.local> Joe, > Does it cause any issue if these verifications > can not be done? Not technically, and the patches to 2.5.05 Tony's done should mean that it doesn't try in future. We wanted to check that the DLL was validly signed (ie: the checksums match etc) but we inadvertently were also checking that the certificate is valid (which requires an internet connection to check for certificate revokation). > I can probably think of a way to have these calls > return 'access denied' instead of just waiting for > timeouts. Good idea. The few people who I've spoken with indicate that quite a lot of software suddenly starts to speed up when these sorts of problems are fixed... Regards, Arthur From cristian.macarascu at freescale.com Wed May 27 12:43:06 2009 From: cristian.macarascu at freescale.com (Macarascu Alexandru Cristian-AMACARA1) Date: Wed, 27 May 2009 12:43:06 +0100 Subject: [cvsnt] Updating from regular tag marks some dirs with sticky branch tag instead of regular tag Message-ID: Ahoj! I have this problem of several directories checked out with sticky type T (branch) and other dirs as type N (regular tag), although I am sure that the tag I checked-out from was never placed as a branch, but always as a tag... Moreover, I've asked one of my colleagues to check out using the same command line and types 'T'/'N' appear in different directories than on my working copy. I'm using: Client: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2382 (client/server) from WinCVS 2.1.1.1 Server: CVSNT 2.5.03 (Scorpio) Build 2382 What am I missing? Thanks, Cristian. The information contained in this email has been classified as: ( ) Freescale General Business Information ( ) Freescale Internal Use Only ( ) Freescale Confidential Proprietary (X) Personal Memorandum From arthur.barrett at march-hare.com Wed May 27 13:03:11 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Wed, 27 May 2009 22:03:11 +1000 Subject: [cvsnt] Updating from regular tag marks some dirs with stickybranch tag instead of regular tag Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FAF0@2ksrvr01.march-hare.local> Cristian, > I have this problem of several directories checked out with > sticky type > T (branch) and other dirs as type N (regular tag), although I am sure > that the tag I checked-out from was never placed as a branch, > but always > as a tag... > > Moreover, I've asked one of my colleagues to check out using the same > command line and types 'T'/'N' appear in different directories than on > my working copy. Can you please do 'cvs status' on the same file in the two sandboxes that exhibit the problem as described? > Server: CVSNT 2.5.03 (Scorpio) Build 2382 Note: this version is quite old, 2.5.04 is the current stable and we are currently testing 2.5.05. Regards, Arthur Barrett From pdfeeny at aep.com Wed May 27 19:17:52 2009 From: pdfeeny at aep.com (pdfeeny at aep.com) Date: Wed, 27 May 2009 14:17:52 -0400 Subject: [cvsnt] CVSNT and Eclipse Message-ID: Hi All, I've checked the CVSNT newsgroup and FAQ and the Eclipse FAQ and newsgroup for the answer to the following questions with no success. Here's my scenario: Our environment is CVSNT Server (2.5.03.2382) on a RH Linux server with WinXP clients. Most clients connect using TortoiseCVS and WinCVS. I have a number of developers that want to use Eclipse to connect to the repository. After configuring my Eclipse installation and CVSNT client, I have tested checking out from CVSNT using Eclipse with a modicum of success. I can check out a module only if I specify the module's path relative to the repository location (i.e., mod-dir/module relative to /usr/local/cvs/cvs-repo). When browsing the CVSNT modules from Eclipse, I get the following error: Resource CVSROOT/ is not a child of folder In my /etc/PServer file on the server, Compat0_OldVersion=1 and Compat0_OldCheckout=1. Compat0_HideStatus is commented out. The way I understand this, I need to set Compat0_OldVersion=0, Compat0_OldCheckout=0 and possibly Compat0_HideStatus=0 in order to allow fully compatible access to my Eclipse users to access the repository. What will changing the value of these parameters do to my Tortoise and WinCVS users? What functionality will I lose/gain by changing these variables? Would it be better to set up a separate repository for these users instead of integrating their modules into the current repository? Paul D. Feeny, MCP, MCSA IT System Administrator II - SCM IT Production Management Phone: 614.716.2249 Audinet: 200.2249 From arthur.barrett at march-hare.com Wed May 27 20:50:30 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Thu, 28 May 2009 05:50:30 +1000 Subject: [cvsnt] Updating from regular tag marks some dirs with stickybranch tag instead of regular tag Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FAF4@2ksrvr01.march-hare.local> Cristian, Please reply to the group not me personally. > Thanks for replying! The problem is not related to files, but > directories only. > > Actually we came across it simply because we checked out from > a regular > tag and, by mistake, added a new file to CVS control - and the results > was that CVS server created a branch called like the regular tag and > added the file on that branch. > > So, what I can give you are two Tag files from different directories, > one showing T and the other N. Or is there another way I can > help you to > help me? What was the EXACT command you used to add the file? When I checkout a non-branch tag and try and add a file in an existing directory I get this error: cvsnt server: cannot add file on non-branch tag CVSNT_2_5_03_3309 Please reply to the group not me personally. Regards, Arthur Barrett From arthur.barrett at march-hare.com Wed May 27 21:07:03 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Thu, 28 May 2009 06:07:03 +1000 Subject: [cvsnt] CVSNT and Eclipse Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FAF5@2ksrvr01.march-hare.local> Paul, > Here's my scenario: Our environment is CVSNT Server > (2.5.03.2382) on a RH This version is quite old, please upgrade to 2.5.04. Also based on past newsgroup activity I think AEP have been using CVSNT for some time - please alert your management to the benefits that using CVSNT has brought you and advise them to support the project by purchasing CVS Suite (CVSNT) for $124 per user - annual support and software maintenance is also available. > from Eclipse, I get the following error: > > Resource CVSROOT/ is not a child of folder In CVSNT only admin users can 'see' CVSROOT, there is no reason for any non-Administrator to ever use CVSROOT and certainly no need to ever use Eclipse to access it. > and possibly Compat0_HideStatus=0 in order to allow fully compatible > access to my Eclipse users to access the repository. > What will changing the value of these parameters do to my > Tortoise and WinCVS users? Please read the comments in the PServer.example file carefully, including: # Compatibility levels - currently: # 0 = Legacy cvs (cvshome.org cvs, eclipse) # 1 = cvsnt (cvsnt client, wincvs, tortoisecvs, etc.) Based on the provided documentation I think it is clear what effect compat0 has on wincvs, tortoisecvs. Regards, Arthur Barrett From michael at piccolosoft.com Wed May 27 22:53:16 2009 From: michael at piccolosoft.com (Michael Lindgren) Date: Wed, 27 May 2009 14:53:16 -0700 Subject: [cvsnt] Setting User Name Message-ID: <7rj2hl$399562@pd7mo1no-svcs.prod.shaw.ca> How can you set the user name for each computer using WinCVS? Right now, when using the Annotate feature, I only see the correct name for the workstation with the repository on it. Everyone shows up as 'Guest', which is not helpful at all. Thanks, Michael From arthur.barrett at march-hare.com Thu May 28 00:32:11 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Thu, 28 May 2009 09:32:11 +1000 Subject: [cvsnt] Setting User Name Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5865A8D3@2ksrvr01.march-hare.local> Michael, > How can you set the user name for each computer using WinCVS? > Right now, > when using the Annotate feature, I only see the correct name for the > workstation with the repository on it. Everyone shows up as > 'Guest', which is not helpful at all. Usually each person has a username to log into the windows PC and this username and the windows authentication token is used automatically if you use the SSPI protocol. If you are using 'login free' PC's then you'll need to get more advanced in your setup. If a 'per pc' login is adequate then you could just rename your guest account on each PC to a better name. Please supply more information with your next post (server, client, cvsnt version on client - not the wincvs version - it's a GUI and uses cvsnt for the work, cvsnt version on server, CVSROOT connection string, etc etc): http://march-hare.com/cvspro/faq/faq2.asp#2z Regards, Arthur Barrett From michael at piccolosoft.com Thu May 28 00:42:29 2009 From: michael at piccolosoft.com (Michael Lindgren) Date: Wed, 27 May 2009 16:42:29 -0700 Subject: [cvsnt] Setting User Name Message-ID: <7rj0j3$4ccrnv@pd5mo1no-svcs.prod.shaw.ca> Each PC has and uses Windows logons for each user. None of them are using the 'Guest' account, so this should not be the cause of this problem. I have CVSNT 2.0.51d running on the computer hosting the repository, name ULTRAVIOLET. All computers involved are running Windows XP. The connection string is :sspi;hostname=ULTRAVIOLET:/myrepo. Thanks, Michael From arthur.barrett at march-hare.com Thu May 28 06:39:21 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Thu, 28 May 2009 15:39:21 +1000 Subject: [cvsnt] Setting User Name Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5865A8DA@2ksrvr01.march-hare.local> Michael, > I have CVSNT 2.0.51d running on the computer hosting the That's like 5 years old and has several security issues - current stable is 2.5.04 and 2.5.05 is in testing. > ULTRAVIOLET. All computers involved are running Windows XP. > The connection > string is :sspi;hostname=ULTRAVIOLET:/myrepo. Should be :sspi:ultraviolet:/myrepo and it should automatially use the username of the logged on person, if it's not you've got a configuration error somewhere. Regards, Arthur Barrett From michael at piccolosoft.com Thu May 28 17:50:36 2009 From: michael at piccolosoft.com (Michael Lindgren) Date: Thu, 28 May 2009 09:50:36 -0700 Subject: [cvsnt] Setting User Name Message-ID: <7rj2hl$39krnn@pd7mo1no-svcs.prod.shaw.ca> I upgraded to CVSNT 2.5.04 and now I can't checkout anything on any computers other than Ultraviolet (where the repository is stored). I keep getting the following error: cvs [checkout aborted]: end of file from server (consult above messages if any) ***** CVS exited normally with code 1 ***** There are no above messages, so I'm somewhat perplexed as to why this is happening. The only thing that has changed was the upgrade to CVSNT 2.5.04. Michael From joepro at gmail.com Thu May 28 17:58:00 2009 From: joepro at gmail.com (Joe Prokop) Date: Thu, 28 May 2009 11:58:00 -0500 Subject: [cvsnt] Version 2.5.04 build 3236 slow on windows 2008 In-Reply-To: <946E76E38BC1E2448B68F32FAEA2BA5858FAE9@2ksrvr01.march-hare.local> References: <946E76E38BC1E2448B68F32FAEA2BA5858FAE9@2ksrvr01.march-hare.local> Message-ID: <87d8289e0905280958x497d7dedid0098c9fff5db0f@mail.gmail.com> Well I don't think I can do anything to fix it. I used the host file to redirect all the various domains it tries to contact, like crl.verisign.net, ocsp.lax2.verisign.com, cds118.iad9.llnw.net, etc... to 0.0.0.0 but it just keeps retrying to connect. Every couple seconds it issues a new request. Any idea how long before the update is released? -- Joe On Tue, May 26, 2009 at 6:53 PM, Arthur Barrett < arthur.barrett at march-hare.com> wrote: > Joe, > > > Does it cause any issue if these verifications > > can not be done? > > Not technically, and the patches to 2.5.05 Tony's done should mean that > it doesn't try in future. We wanted to check that the DLL was validly > signed (ie: the checksums match etc) but we inadvertently were also > checking that the certificate is valid (which requires an internet > connection to check for certificate revokation). > > > I can probably think of a way to have these calls > > return 'access denied' instead of just waiting for > > timeouts. > > Good idea. The few people who I've spoken with indicate that quite a > lot of software suddenly starts to speed up when these sorts of problems > are fixed... > > Regards, > > > Arthur > From cristian.macarascu at freescale.com Thu May 28 18:49:19 2009 From: cristian.macarascu at freescale.com (Macarascu Alexandru Cristian-AMACARA1) Date: Thu, 28 May 2009 18:49:19 +0100 Subject: [cvsnt] Updating from regular tag marks some dirs with stickybranch tag instead of regular tag In-Reply-To: <946E76E38BC1E2448B68F32FAEA2BA5858FAF4@2ksrvr01.march-hare.local> References: <946E76E38BC1E2448B68F32FAEA2BA5858FAF4@2ksrvr01.march-hare.local> Message-ID: Hi! I cannot recall the exact command, as I've used WinCVS GUI. I've created a very short example that reproduced my problem (a module with two subdirs, each with a single text file): cvs -w -d :sspi:fsrcvs:/CVS/swmaint/team_repos import -I ! -I CVS -m test -n -- sticky_tag_example cvs -w -d :sspi:fsrcvs:/CVS/swmaint/team_repos checkout -P -- sticky_tag_example cvs -w tag -- bld_1 cvs -w update -P -d -r bld_1 Looking into Tag files from each CVS/ directory in my sandbox, I can see that both subdirs have the 'N' type, but the root directory has the 'T' type. If I try to add a file in a subdir (cvs -w add -- foo.c) I get 'cvs server: cannot add file on non-branch tag bld_1' But if I add a file in the root folder of the module (same cvs -w add -- foo.c) it says: cvs server: scheduling file `foo.c' for addition on branch `bld_1' cvs server: use 'cvs commit' to add this file permanently and when I commit, I have version 1.1.2.1 of my newly added foo.c file on a branch called 'bld_1'. Best regards, Cristian. The information contained in this email has been classified as: ( ) Freescale General Business Information (X) Freescale Internal Use Only ( ) Freescale Confidential Proprietary ( ) Personal Memorandum -----Original Message----- From: Arthur Barrett [mailto:arthur.barrett at march-hare.com] Sent: Wednesday, May 27, 2009 10:51 PM To: cvsnt at cvsnt.org Cc: Macarascu Alexandru Cristian-AMACARA1 Subject: RE: [cvsnt] Updating from regular tag marks some dirs with stickybranch tag instead of regular tag Cristian, Please reply to the group not me personally. > Thanks for replying! The problem is not related to files, but > directories only. > > Actually we came across it simply because we checked out from a > regular tag and, by mistake, added a new file to CVS control - and the > results was that CVS server created a branch called like the regular > tag and added the file on that branch. > > So, what I can give you are two Tag files from different directories, > one showing T and the other N. Or is there another way I can help you > to help me? What was the EXACT command you used to add the file? When I checkout a non-branch tag and try and add a file in an existing directory I get this error: cvsnt server: cannot add file on non-branch tag CVSNT_2_5_03_3309 Please reply to the group not me personally. Regards, Arthur Barrett From joepro at gmail.com Thu May 28 21:27:19 2009 From: joepro at gmail.com (Joe Prokop) Date: Thu, 28 May 2009 15:27:19 -0500 Subject: [cvsnt] Version 2.5.04 build 3236 slow on windows 2008 In-Reply-To: <87d8289e0905280958x497d7dedid0098c9fff5db0f@mail.gmail.com> References: <946E76E38BC1E2448B68F32FAEA2BA5858FAE9@2ksrvr01.march-hare.local> <87d8289e0905280958x497d7dedid0098c9fff5db0f@mail.gmail.com> Message-ID: <87d8289e0905281327n6e43acb3w6e84f3cfc5167bf8@mail.gmail.com> Just an update for future record. We setup a proxy for this and it appears to work now. I'm still planning on updating when the patch is available so I don't have to do this. Relating back to the other thread from last month where running the process as an Admin fixed the response time, if they are also using a proxy, the settings are on a per user basis. So the proxy may not have been configured for the Local System user but was configured for the Admin account. I just configured the proxy on a cvsadmin account and ran the service under this user. -- Joe On Thu, May 28, 2009 at 11:58 AM, Joe Prokop wrote: > Well I don't think I can do anything to fix it. I used the host file to > redirect all the various domains it tries to contact, like > crl.verisign.net, ocsp.lax2.verisign.com, cds118.iad9.llnw.net, etc... to > 0.0.0.0 but it just keeps retrying to connect. Every couple seconds it > issues a new request. Any idea how long before the update is released? > > -- > Joe > > > > On Tue, May 26, 2009 at 6:53 PM, Arthur Barrett < > arthur.barrett at march-hare.com> wrote: > >> Joe, >> >> > Does it cause any issue if these verifications >> > can not be done? >> >> Not technically, and the patches to 2.5.05 Tony's done should mean that >> it doesn't try in future. We wanted to check that the DLL was validly >> signed (ie: the checksums match etc) but we inadvertently were also >> checking that the certificate is valid (which requires an internet >> connection to check for certificate revokation). >> >> > I can probably think of a way to have these calls >> > return 'access denied' instead of just waiting for >> > timeouts. >> >> Good idea. The few people who I've spoken with indicate that quite a >> lot of software suddenly starts to speed up when these sorts of problems >> are fixed... >> >> Regards, >> >> >> Arthur >> > > From arthur.barrett at march-hare.com Thu May 28 22:16:30 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Fri, 29 May 2009 07:16:30 +1000 Subject: [cvsnt] Version 2.5.04 build 3236 slow on windows 2008 Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FB00@2ksrvr01.march-hare.local> Joe, > Relating back to the other thread from last month > where running the process as an Admin fixed the > response time, if they are also using a proxy, the > settings are on a per user basis. So the proxy may > not have been configured for the Local System user > but was configured for the Admin account. Ahh - good explanation, makes sense to me. > I just configured the proxy on a cvsadmin account > and ran the service under this user. I assume you mean you set 'cvsadmin' as 'run as user' in the CVSNT control panel (not the services control panel)? You should never ever run CVSNT as the user 'cvsadmin', this group name is reserved on CVSNT (unix/linux) for administrators - running CVSNT as cvsadmin will in effect mean that all users become administrators. One windows servers it *should* have no effect (because we use the Administrators group there) but it's still best avoided: http://www.cvsnt.org/manual/html/admin.html And http://www.cvsnt.org/manual/html/Administrators.html For CVSNT users and groups are always interchangable (so a user named cvsadmin is the same as a group named cvsadmin). Regards, Arthur Barrett From arthur.barrett at march-hare.com Thu May 28 22:22:16 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Fri, 29 May 2009 07:22:16 +1000 Subject: [cvsnt] Setting User Name Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5865A8E2@2ksrvr01.march-hare.local> Michael, > I upgraded to CVSNT 2.5.04 and now I can't checkout anything on any > computers other than Ultraviolet (where the repository is stored). Something was seriously wrong with your server BEFORE you upgraded, hopefully this new problem helps narrow the reason down. Did you upgrade the client and the server or only the server? If at all possible the versions should match (and both TortoiseCVS and WinCVS work OK with 2.5.04). When you test on the server are you using SSPI? If this works then the services are running OK. On the client try this on the command line: cvs -d :sspi:ultraviolet:/myrepo logout cvs -d :sspi:ultraviolet:/myrepo rls If that fails then on the server start the CVSNT server control panel and on the advanced tab enable 'clients are allowed to tracce server', then on the client do this: cvs -d :sspi:ultraviolet:/myrepo logout cvs -ttt -d :sspi:ultraviolet:/myrepo rls Look at the trace for any reason why the server is failing - don't post the whole trace to the newsgroup because posts over 8K are rejected automatically - but you can post excerpts. Regards, Arthur Barrett From arthur.barrett at march-hare.com Fri May 29 00:41:02 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Fri, 29 May 2009 09:41:02 +1000 Subject: [cvsnt] Updating from regular tag marks some dirs with stickybranch tag instead of regular tag Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FB05@2ksrvr01.march-hare.local> Cristian, > cvs -w update -P -d -r bld_1 I'm pretty sure that should be: cvs -w update -A -P -d -r bld_1 But I tested your combination on my mac (10.5) and it seems OK: cvs -w -d :pserver:localhost:/myrepo import -I ! -I CVS -m test -n -- sticky_tag_example cd .. cvs -w -d :pserver:localhost:/myrepo checkout -P -- sticky_tag_example cd sticky_tag_example cvs -w tag -- bld_1 cvs -w update -P -d -r bld_1 acAir:sticky_tag_example abarrett$ cvs ci -m test cvs commit: Examining . cvs commit: Examining first cvs commit: Examining nowarning cvs commit: Examining second cvsnt server: sticky tag `bld_1' for file `GINHEADPRT-AMITAL.XML' is not a branch cvsnt server: sticky tag `bld_1' for file `second/GDWUMAPEVN.XML.FIX' is not a branch cvsnt [server aborted]: correct above errors first! MacAir:sticky_tag_example abarrett$ cvs ver Client: Concurrent Versions System (CVSNT) 2.5.04 (Zen) Build 3125 (RC 8) (client/server) Server: Concurrent Versions System (CVSNT) 2.5.04 (Zen) Build 3125 (RC 8) (client/server) If you can reproduce it on 2.5.04 or 2.5.05 then I'll look at it again, but for now it looks like either anti-virus messing up the update to the CVS/Tag file or a very very old bug that's been fixed for years. Regards, Arthur From lists at connectionbrazil.com Fri May 29 02:21:04 2009 From: lists at connectionbrazil.com (Gerhard Fiedler) Date: Thu, 28 May 2009 22:21:04 -0300 Subject: [cvsnt] Database audit doesn't work with MS SQL Server Message-ID: <1tu06l4h50ys9$.dlg@connectionbrazil.com> Hello, I'm trying to enable the audit database on a Microsoft SQL Server. The problem seems to be that the SessionId field in the CommitLog and HistoryLog tables is always inserted as '0'. (Using this value then probably makes the final update of the EndTime field also fail.) See the log below. This seems to be a supported database server. (Version is SQL Server 9.0.1399 - that's SQL Server 2005.) I created the tables from the CVSNT control panel and enabled auditing -- all pretty much plain and simple: select "mssql", set up connection, select logging of Sessions, Commits, Tags and History, click "Test Connection", click "Create Tables", click "OK". Is there something specific that needs to be done when connecting to this server? Or is it not supported? Thanks, Gerhard ------------------------------------------------- 09:56:03: -> Tracelevel set to 3. PID is 2660 09:56:03: -> Session ID is a644a1e89e35c14 09:56:03: -> Session time is Thu May 28 12:56:03 2009 09:56:03: -> Loading protocol sspi as sspi.dll 09:56:03: -> CLibraryAccess::Load loading C:\PROGRA~1\CVS\CVSNT/protocols/sspi.dll 09:56:03: -> main loop with CVSROOT=:sspi:xsprada\gfiedler at cvs.xsprada.local:/Engineering 09:56:06: -> Server codepage is CP1252 09:56:06: -> Client codepage is CP1252 09:56:06: -> Server version is CVSNT 2.5.04 (Zen) Build 3236 () 09:56:06: -> Client version is CVSNT 2.5.03 (Scorpio) Build 2382 ... 07:55:50: S -> LoadTrigger(audit.dll) 07:55:50: S -> CLibraryAccess::Load loading C:\PROGRA~1\CVSSUI~1/triggers/audit.dll 07:55:50: S -> call library init with physical_repository=C:/cvsrepo/Engineering. 07:55:50: S -> Connecting to mssql 07:55:50: S -> CLibraryAccess::Load loading C:\PROGRA~1\CVSSUI~1/database/mssql.dll 07:55:50: S -> Select Version From SchemaVersion 07:55:50: S -> Select Version From SchemaVersion 07:55:50: S -> MSSQL Execute Done 07:55:50: S -> MSSQL Execute all complete now get the Number of Result Columns 07:55:50: S -> Audit SchemaVersion=3 07:55:50: S -> Insert Into SessionLog (Command, StartTime, Hostname, Username, SessionId, VirtRepos, PhysRepos , Client) Values (?,'2009-05-28 12:55:47',?,?,'14904a1e89d35be0',?,?,'CVSNT 2.5.03 (Scorpio) Build 2382') sele ct @@IDENTITY 07:55:50: S -> Bind vtString (SQL Server) 07:55:50: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:50: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:50: S -> Bind vtString (SQL Server) 07:55:50: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:50: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:50: S -> Bind vtString (SQL Server) 07:55:50: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:50: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:50: S -> Bind vtString (SQL Server) 07:55:50: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:50: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:50: S -> Bind vtString (SQL Server) 07:55:50: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:50: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:50: S -> Insert Into SessionLog (Command, StartTime, Hostname, Username, SessionId, VirtRepos, PhysRepos , Client) Values (?,N'2009-05-28 12:55:47',?,?,N'14904a1e89d35be0',?,?,N'CVSNT 2.5.03 (Scorpio) Build 2382') s elect @@IDENTITY 07:55:50: S -> MSSQL Execute Done 07:55:50: S -> MSSQL Execute all complete now get the Number of Result Columns ... 07:55:52: S -> Call pre-loaded 'audit.dll' 07:55:52: S -> Insert Into HistoryLog (SessionId, Type, Workdir, Revs, Name, BugId, Message) Values (0, 'M',?, '1.7',?,'', ? ) 07:55:52: S -> Bind vtString (SQL Server) 07:55:52: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:52: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:52: S -> Bind vtString (SQL Server) 07:55:52: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:52: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:52: S -> Bind vtString (SQL Server) 07:55:52: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:52: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:52: S -> Insert Into HistoryLog (SessionId, Type, Workdir, Revs, Name, BugId, Message) Values (0, N'M',? ,N'1.7',?,N'', ? ) 07:55:52: S -> MSSQL Execute Done 07:55:52: S -> MSSQL Execute all complete now get the Number of Result Columns ... 07:55:52: S -> Call pre-loaded 'audit.dll' 07:55:52: S -> Insert Into CommitLog (SessionId, Directory, Message, Type, Filename, Tag, BugId, OldRev, NewRe v, Added, Removed, Diff) Values (0, ?, ? ,'M',?,'','','1.6','1.7',0, 1, ? ) 07:55:52: S -> Bind vtString (SQL Server) 07:55:52: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:52: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:52: S -> Bind vtString (SQL Server) 07:55:52: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:52: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:52: S -> Bind vtString (SQL Server) 07:55:52: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:52: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:52: S -> Bind vtString (SQL Server) 07:55:52: S -> Bind vtString as type SQL_NTS (Null Terminated String) 07:55:52: S -> Bind vtString as SQL_VARCHAR/text C_WCHAR 07:55:52: S -> Insert Into CommitLog (SessionId, Directory, Message, Type, Filename, Tag, BugId, OldRev, NewRe v, Added, Removed, Diff) Values (0, ?, ? ,N'M',?,N'',N'',N'1.6',N'1.7',0, 1, ? ) 07:55:52: S -> MSSQL Execute Done 07:55:52: S -> MSSQL Execute all complete now get the Number of Result Columns ... 07:55:52: S -> Call pre-loaded 'audit.dll' 07:55:52: S -> postcommand_proc() 07:55:52: S -> Update SessionLog set EndTime='2009-05-28 12:55:52', FinalReturnCode=0 where Id=0 07:55:52: S -> Update SessionLog set EndTime=N'2009-05-28 12:55:52', FinalReturnCode=0 where Id=0 07:55:52: S -> MSSQL Execute Done audit_trigger error (session end): From lists at connectionbrazil.com Fri May 29 02:21:35 2009 From: lists at connectionbrazil.com (Gerhard Fiedler) Date: Thu, 28 May 2009 22:21:35 -0300 Subject: [cvsnt] Log revisions on branch Message-ID: Hello, I have a question about usage of the (r)log command. Basically, I want a list of all revisions on a branch, but only the ones that do have actual commits on a branch. A variation is a list of all revisions on a branch after a given tag that was used on that branch. I can't figure out how to use the log command to get this list of files. Any help appreciated. Thanks, Gerhard From arthur.barrett at march-hare.com Fri May 29 04:20:56 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Fri, 29 May 2009 13:20:56 +1000 Subject: [cvsnt] Database audit doesn't work with MS SQL Server Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FB0B@2ksrvr01.march-hare.local> Gerhard, > I'm trying to enable the audit database on a Microsoft SQL > Server. The > problem seems to be that the SessionId field in the CommitLog and > HistoryLog tables is always inserted as '0'. (Using this value then > probably makes the final update of the EndTime field also > fail.) See the > log below. This was already answered in another thread: http://www.cvsnt.org/pipermail/cvsnt/2009-March/032001.html I've added you to the cc list on bug 5353. Regards, Arthur From triemer at vision-experts.com Fri May 29 07:18:17 2009 From: triemer at vision-experts.com (Tilo Riemer) Date: Fri, 29 May 2009 08:18:17 +0200 Subject: [cvsnt] Log revisions on branch In-Reply-To: References: Message-ID: <3386195EAEB04232972C728951BBADD1@NOSTROMO> Hello, -------------------------------------------------- From: "Gerhard Fiedler" > Basically, I want a list of all revisions on a branch, but only the ones > that do have actual commits on a branch. A variation is a list of all > revisions on a branch after a given tag that was used on that branch. From bogus@does.not.exist.com Tue May 26 09:17:23 2009 From: bogus@does.not.exist.com () Date: Tue, 26 May 2009 08:17:23 -0000 Subject: No subject Message-ID: Best regards, Tilo Riemer From AviatorTom at aol.com Fri May 29 19:15:43 2009 From: AviatorTom at aol.com (AviatorTom at aol.com) Date: Fri, 29 May 2009 14:15:43 EDT Subject: [cvsnt] Please sign in your USAA account, verify and update your profile immedi Message-ID: Is something wrong at USAA? I can't log on to my accounts. Tom Dollahite, _aviatortom at aol.com_ (mailto:aviatortom at aol.com) **************Discover the variety of Bisquick? mix. Get Recipes & Savings Now. (http://pr.atwola.com/promoclk/100126575x1222831871x1201491818/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B215225813%3B37274670%3Be%3Fhttp:%2F%2 Frecipes.bisquick.bettycrocker.com%3FESRC%3D971) From cwirkom at comcast.net Fri May 29 21:09:37 2009 From: cwirkom at comcast.net (Mark Cwirko) Date: Fri, 29 May 2009 13:09:37 -0700 Subject: [cvsnt] Question regarding CVSROOT path corruption Message-ID: <000801c9e099$64978700$2dc69500$@net> I installed CVS Suite v2.5.04.3236 this morning, and when trying to run any command line options I get the following error: >cvs version cvs [version aborted]: c:\Program Files\CVS Suite\CVSNT Tools/CVSROOT: No such file or directory CVSROOT=c:\Program Files\CVS Suite\CVSNT Tools I'm running this on Windows Vista. It looks like something in CVS is trying to append the "/CVSROOT" to the end of the CVSROOT path, but can't figure out where or why it is trying to do this. Thank you for any light you can shed on this issue. Mark From arthur.barrett at march-hare.com Fri May 29 21:55:35 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Sat, 30 May 2009 06:55:35 +1000 Subject: [cvsnt] Question regarding CVSROOT path corruption Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FB12@2ksrvr01.march-hare.local> Hi Mark, > I installed CVS Suite v2.5.04.3236 this morning, and when > trying to run any command line options I get the following > error: It appears as though you have downloaded and installed CVSNT with CVS Suite Studio - "CVS Suite" is a different product and contains VS.NET integration, comprehensive documentation and versions of CVSNT that have been specifically tested and developed for commercial software development etc. It's a little confusing - basically what you get for 'free' is 'community content', if you need the documentation, support and full set of tools and QA tested product then you need to purchase it from the web site. > CVSROOT=c:\Program Files\CVS Suite\CVSNT Tools That's not really a valid CVSROOT - I've never seen anyone even try that before - I suppose it's an easy enough mistake to make, and the error message doesn't particularly help. CVSROOT is a 'connection string' that tells the client how to connect to the server, eg: :sspi:server.mydomain.net:/myrepository Regards, Arthur Barrett From arthur.barrett at march-hare.com Sat May 30 23:21:30 2009 From: arthur.barrett at march-hare.com (Arthur Barrett) Date: Sun, 31 May 2009 08:21:30 +1000 Subject: [cvsnt] Question regarding CVSROOT path corruption Message-ID: <946E76E38BC1E2448B68F32FAEA2BA5858FB16@2ksrvr01.march-hare.local> Gerhard, I think you forgot to post to cvsnt at cvsnt.org... > When I looked at the manual, it seems to indicate that it would be a > valid CVSROOT. > > http://www.cvsnt.org/manual/html/Repository.html#Specifying-a-repository : That is the old 'local' protocol which I've been threatening to disable for some time now. If I do move this further I'll probably start with removing all references to it from the documentation. What I really should have written to Mark is the same thing I wrote to Bharath recently: 1) install client from here (includes graphical and command line clients): http://march-hare.com/cvspro/#downcvsnt 2) install server from here: http://march-hare.com/cvspro/#downcvsnt 3) create server repository using control panel: CVSNT 4) make no other changes to CVSNT server control panel 5) start CVS Suite Studio 6) on left side 'open' your new server repository (if you can't see it STOP HERE) 7) drag folders to import from the right to the left and 'drop' on the new repository 8) right click folders on right to set permissions 9) drag folders to checkout from the left to the right and 'drop' on some 'new' folder 10) make changes to files on PC 11) right click PC files or folders to 'CVS->Commit' I think this is going to have to end up on the web site somewhere as a 'quick start' guide to 2.5.04... Regards, Arthur Barrett From hot-deals at laspalmasclub.com Sat May 30 03:45:42 2009 From: hot-deals at laspalmasclub.com (Las Palmas by the Sea) Date: Fri, 29 May 2009 22:45:42 -0400 Subject: [cvsnt] Summer Vacations in Puerto Vallarta Message-ID: <19d1c00413d4167a2577cecdb8707472@vallarta-paradise.com> From hot-deals at laspalmasclub.com Sat May 30 03:45:42 2009 From: hot-deals at laspalmasclub.com (Las Palmas by the Sea) Date: Fri, 29 May 2009 22:45:42 -0400 Subject: [cvsnt] Summer Vacations in Puerto Vallarta Message-ID: <19d1c00413d4167a2577cecdb8707472@vallarta-paradise.com> From bogus@does.not.exist.com Tue May 26 09:17:23 2009 From: bogus@does.not.exist.com () Date: Tue, 26 May 2009 08:17:23 -0000 Subject: No subject Message-ID: more=20 people to use concurrent/co-operative versioning if you let each team = decide=20 on what methodology works best for them. Eventually people on teams = using=20 'reserved' versioning get to 'see' that teams using unreserved still get = the=20 work done and they can easily 'switch' without migration, losing history = and=20 other problems associated with using different tools for each process. Regards, Arthur From bogus@does.not.exist.com Tue May 26 09:17:23 2009 From: bogus@does.not.exist.com () Date: Tue, 26 May 2009 08:17:23 -0000 Subject: No subject Message-ID: All users who are a member of the internal group should have full access on HEAD and a "guest" user (who is listed in the readers file, but is NOT a member of the internal group) should be able to checkout code from the TEST_BRANCH, but not from HEAD. The problem is that the "guest" user is still unable to checkout code from the TEST_BRANCH due to the following error: cvs checkout: cannot open CVS/Entries for reading: No such file or directory Again, I apologize for my confusion Arthur, but what seems to be such a simple configuration is kicking my butt and it's very frustrating. Thanks again for your patience and support, Terry