Thanks Chirantan. I am not able to use macros. Regards ... From: Chirantan Saha [mailto:chirantansaha@...] Sent: Friday, July 30, 2004 5:23 PM To:...
Arun Kumar Sharma, No...
arunsharma@...
Aug 2, 2004 4:22 am
13603
Sorry I meant to say that I am now able to use Macros. ... From: Arun Kumar Sharma, Noida [mailto:arunsharma@...] Sent: Monday, August 02, 2004...
Arun Kumar Sharma, No...
arunsharma@...
Aug 2, 2004 4:25 am
13604
Hello to everybody. I still have the same problem. i can't log in to my server. It all happened after i changed my Windows password. Can anyone help me,...
Hi, a friend of mine just gave me the advice to delete the .cvspass file on the client. But there's no such file on the client, nor on the server. So, i',...
Eduardo, I have noticed that Windows (WinCVS client) keeps passwords in cache somewhere, doesn't it ? Although I use ssh (unlike you using pserver, I mean), I...
Philippe Bertin
philippe.bertin@...
Aug 2, 2004 6:25 pm
13607
... CVSNT no longer caches this in .cvspass but in the registry instead. The key is HKCU\Software\Cvsnt\cvspass . Hope this helps. Oliver ... In everybody's...
Hi Philippe ... I think, you did something wrong or miss it. If you didn't like to enter your passphrase at every action, you need a ssh password agent ...
... Are you maybe using the :ssh: protocol (only available in the WinCvs GUI as of 1.3.18 and later)? According to cvs info ssh that protocol supports the ...
Hi, I'd like to apologise in advance in case this is a simple problem, this is my first time setting up a CVS repository. I've installed WinCVS on a Win2K...
Hi I'm writing a small reference guide for my project and I remembered that we used to lock binary files before we edited them in my last project. However now...
Hi all - I am having a problem with the wincvs on XP. I am trying to set up a cvs repository on one machine and be able to access it from a separate machine...
Hi Erik Try to run this commands cvs admin -l[rev] < file name > Lock the revision with number rev. If a branch is given, lock the latest revision on that...
How can I do that in WinCvs if I don't want to use the prompt? BR / Erik ________________________________ From: Chirantan Saha [mailto:chirantansaha@...]...
Hi I am not sure if any option is available or not in WinCvs when you right click the file. But if you wish you can use Command Line option in WinCVS. You can...
... You can't and you shouldn't. Exlusive Checkouts (aka Locks) have been deprecated for a long long time already. They have been superceded by Reserved Edits....
Hi James, What you require is a service for CVS to be running on the Windows Server System; check if this is running. Also, as you are using the CVSNT Server,...
On Tue, 03 Aug 2004 10:31:28 -0000, jp_treacy@... ... You have instelled a *client* on the server. This will only work on local files and as a client...
You have to install a CVS *server* if you want network-wide access to the CVS repository. Go to www.cvsnt.org and download the installer. WinCvs is inly a...
Dear All, I'm using WinCVS 1.3.17.2 Beta 17(Build 2) version. I have selected Create mising directories that exist in the repository option but it didn't save...
Jacky Chan
jacky@...
Aug 5, 2004 12:44 am
13622
Dear All, I'm using WinCVS 1.3.17.2 Beta 17(Build 2) version. I have selected Create mising directories that exist in the repository option but it didn't save...
Jacky Chan
jacky@...
Aug 5, 2004 12:45 am
13623
... option but ... No, that option is deliberately not persistent as it is among the potentially destructive/annoying options when activated accidentally. At ...
Hi All Is there anyway by which we can generate report from CVS which will be like this ? The idea is something like this(explained below), it may not be...
... The easiest thing to do is do a cvs rlog and then parse the output yourself. Andy -- Andy Harrison - Platform Software Engineer Anite Telecoms Ltd. 127...
Harrison, Andrew
andy.harrison@...
Aug 5, 2004 10:37 am
13626
Hi All! We are starting up a project and are going to use cvs. I have some thoughts regarding branching strategies. Our initial plan is to have something like...
Hi Thats realy a good idea. Any more ideas will also be appreciated. thanks Chirantan ... The easiest thing to do is do a cvs rlog and then parse the output...
... There's no need to create branches for individual projects. Those are separated by folder hierarchy and file names already. Also, why do you want to make...
Here goes a second (stupid) question regarding this branch strategy. I start with creating the test-branch from main. Then I create the dev-branch from the...
... It's the only way to do it really (at least from the client side and unless you count using log instead of rlog as a different idea). I'm pretty sure that...
... You obviously hadn't read my reply yet.... ;) ... May I ask again why you think you need to do this? ... Unless the revisions themselves are organized in...