Dear fellows, I have a problem with WinCVS 2.0.2.4 (Build 4), I cannot update, commit or even diff files with the server. Each time there is a error message,...
ernhemreg@...
Sep 2, 2006 6:42 am
18189
... Open a command prompt in the sandbox where you have edited files (red in WinCvs display). Inside this use this command to verify that CVS can find the...
... Your message is not very specific, so I'm going to ask some basic questions. First, all the CvsGui family members (gCvs, WinCvs, MacCvs) are GUI cvs...
Hi everybody, up to now we have in our group a Linux-PC which serves as our CVS server. All developpers in the group use computers with Windows XP and WinCVS...
... Install cvsnt on a Windows system, copy your current repository to it and set it up with the same repository name it has on the Linux system. Gerhard...
... Sounds like SafeTk.py (in PythonLib\cvsgui) is the wrong revision. It should be 1.6 (look at the file header). According to the tags in the log, this...
I am receiving the following error when issuing the 'cvs $z $cvsroot -Q diff -N --brief tag_1 tag_2' to do a diff on 2 different versions of a file. cvs...
See my thread on the cvsnt list, archived here: http://www.cvsnt.org/pipermail/cvsnt/2006-September/026669.html No word on a fix yet, though. ... -- Bryce...
Hello, we are facing a strange problem currently: Although there has been no error during tagging from time to time we have incomplete tags afterwards. There...
Hi, Im quite new to cvs. I need to write a macro for wincvs in python. I've looked at the existing macros, But Im not getting the exact idea of where to start...
Aziz, I am no expert myself but here is what i do based on the example macros. Do the following 5 steps in a single .py file and place the file in the macros...
I see the code indentation was lost - let me try again using the RTF editor class MyFirstMacro(Macro): def __init__(self): Macro.__init__(self, "My First...
Thanks a lot King ..This is a very good starting point for me. Regards, Aziz. ... _________________________________________________________________ Discover....
... Not sure this helps you, but probably the best method is to use a cvsnt server with its database logging, and then use any of the many database query...
Hi. I can't connect to CVSNt Server with my WinCVS client any more. Days ago, I did it. This happened but when I used putty to connect with my user at cvs...
Using the name of the branch tag in the cvs diff command references the tip of the branch, not the branch point. -- Rick Genter Principal Engineer Silverlink...
I'm using WinCVS 2.0.2.4 on a Windows 2000 server machine. I've CVSNT 2.5.0.1(Travis) Build 1976 installed on same machine as well. I'm connecting WinCVS to...
Owais Khan
mowaiskhan@...
Sep 15, 2006 3:24 pm
18210
HI, Does anybody have an idea to list tags for a specific file in wincvs. Pls respond asap. Thanks, aziz. ...
Hi, regarding 'Mozilla Bonsai". This is a tool used for quering the CVS for checkin information of particular code when and who did that. This is a free...
Hi Friends, can any one can tell me what are the Different Between CVS and WinCVS? Regards, Rajesh Kumar ... Talk is cheap. Use Yahoo! Messenger to make...
Hi, I am facing an unusual problem in winCVS. ... We are using winCVS 2.0.2.4 (Build 4). The revision number of file1.ear file in normal mode is appearing as ...
... cvs log <filename> will produce a list of all the tags associated with this file plus a list of all the revisions and log messages on the file. HTH /Bo (Bo...
Hi Rajesh, CVS refers to the Version control system.(Concurrent Versions System). Sometimes it refers to the command line client used. WinCVS is a Windows OS...
Barathi Sukumar
barathi@...
Sep 19, 2006 5:40 pm
18216
... Look here: http://cvsgui.sf.net/newfaq.htm#cvsgui_vs_cvs BTW: The link to the FAQ was also included in the Welcome mail you should have received when you...
Thanks Rick for your reply. Yes, cvs diff references the tip of the branch, but this seems to only work if the files are checked out, correct? I want to run...