Search the web
Sign In
New User? Sign Up
cvsgui · WinCvs, MacCvs, gCvs discussion list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18783 - 18812 of 19028   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18783
When I login and checkout a module from WinCVS server with cvsnt client, in which local Windows folder is the .cvspass file stored? Thanks --Ravi...
Ravi
mr_ravi_patil
Offline Send Email
Jun 5, 2008
6:58 am
18784
In your settings folder. Whichever one you have defined. Ususally its the home folder of the user (My Documents). But id=f you want the system to 'forget' your...
Saurabh Manohar
saurabhmanohar@...
Send Email
Jun 5, 2008
7:25 am
18785
I have never been able to get WinCVS to work with either the XP or Vista Firewall. Even though I have added the exception for WinCVS to the firewall, it takes...
albdumz
Offline Send Email
Jun 6, 2008
4:49 am
18786
... Since WinCVS uses cvsnt to perform the actual cvs operations, I'd expect you also need to add cvsnt.exe to the exception list... (This is my very...
Jens Miltner
jmiltner
Offline Send Email
Jun 6, 2008
6:37 am
18787
Since there is no cvsnt.exe on my system under the cvsnt directory, I tried adding cvs.exe but that did not help. Would appreciate if anyone has any other...
Al Bu
albdumz
Offline Send Email
Jun 6, 2008
5:28 pm
18788
Trying once more to see if anyone can offer any suggestions for this issue with the firewall (both xp and vista). Thanks. From: albu70@...:...
Al Bu
albdumz
Offline Send Email
Jun 9, 2008
9:05 pm
18789
... WinCVS is a 'front end' to CVSNT as Jens explained. You need to remove wincvs from the test set and if the problem exists without WinCVS then report it to...
Arthur Barrett
arthurgbarrett
Offline Send Email
Jun 10, 2008
6:02 am
18790
I would swear that around 5 years ago there used to be a macro in WinCVS that created a report identifying the last change made to each line of a file. That...
Luis
cipactli810
Offline Send Email
Jun 16, 2008
5:18 pm
18791
... I believe "cvs annotate" at the command line does this. -- Rick Genter Principal Software Engineer Silverlink Communications...
Rick Genter
q0dr
Offline Send Email
Jun 16, 2008
5:20 pm
18792
Perfect! Thank you very much!...
Luis
cipactli810
Offline Send Email
Jun 16, 2008
6:32 pm
18793
Hi All, There's no recommended release since 2005-08 but development release on 2007-01 Latest Recommended Release: WinCvs 2.0.2.4 (released 2005-08-15) Latest...
Les_chang_hk
Offline Send Email
Jul 7, 2008
5:00 am
18794
Hi guys, I need help! I installed the application MacCvsX-3.3b1 on my leopard. But as I try to do any updates, checkouts, etc.. I have this error: ssh_askpass:...
ntongoy
Offline Send Email
Jul 9, 2008
9:37 am
18795
... Norberto, please try MacCvsX 3.3b2, which you can find at the sourceforge downloads: ...
Jens Miltner
jmiltner
Offline Send Email
Jul 9, 2008
9:44 am
18796
I'm new to using WinCVS, and new to this group. Can anyone tell me where I can find out what's better about this v2.0.2.4 WinCVS, and if there a newer CVSNT...
Collette Parr
collette.parr
Offline Send Email
Jul 9, 2008
9:30 pm
18797
May be you need to import the project from the  CVS serverwith the account that you want to do update etc>>>>   Thanks, ______________________________   ...
Adane A Kelkile
adish86
Offline Send Email
Jul 9, 2008
11:17 pm
18798
Collette, ... The source code ;) ... You can download WinCVS without CVSNT and then download the latest stable or testing CVSNT from cvsnt.org ... I don't...
Arthur Barrett
arthurgbarrett
Offline Send Email
Jul 9, 2008
11:33 pm
18799
Actually I installed MacCvsX 3.3b2-1. I only need to checkout modules from my server through ssh. The wierd thing though is that I can do it through the...
ntongoy
Offline Send Email
Jul 11, 2008
8:43 am
18800
... When you checkout through Terminal, do you have to enter your password? MacCvsX does not provide a way to enter passwords - you'll have to work with an...
Jens Miltner
jmiltner
Offline Send Email
Jul 11, 2008
8:47 am
18801
Yes, when I use the command line through terminal, it requires me enter my password. Hmmmm.. can you walk me through with the steps on how to manage the ...
ntongoy
Offline Send Email
Jul 11, 2008
11:37 am
18802
... Did you read the tutorial at <http://ormset.no/wordpress/2007/10/28/leopard-finally-supporting-ssh-agent-at-login ... This is actually pretty...
Jens Miltner
jmiltner
Offline Send Email
Jul 11, 2008
1:30 pm
18803
I did what you said in the command line and i found out that my .ssh directory only contain a "known_host" file. i dont have the id_dsa file. it also didnt ask...
ntongoy
Offline Send Email
Jul 11, 2008
3:00 pm
18804
I ran into an error installing the SSHKeyChain. It says: The following install step failed: run postinstall script for SSHKeyChain... I am a mac newbie. What...
ntongoy
Offline Send Email
Jul 11, 2008
3:06 pm
18805
... If you're running Leopard, forget about any 3rd party ssh-agent utilities like SSHKeyChain - you won't need them. Instead, create an ssh key using ...
Jens Miltner
jmiltner
Offline Send Email
Jul 11, 2008
4:12 pm
18806
Do I have to include the 'j' in "ssh -i ~/.ssh/id_dsa j<username>@<host>" ? ... ...
ntongoy
Offline Send Email
Jul 11, 2008
5:59 pm
18807
... Aah - no, my bad (incomplete edit/copy/paste operation). just replace <username> with the remote username and <host> with the host address. Essentially,...
Jens Miltner
jmiltner
Offline Send Email
Jul 11, 2008
7:11 pm
18808
Jens, ... Well, you learn something new every day... I usually use these instructions which don't mention that at all, but do nicely explain how to create the...
Arthur Barrett
arthurgbarrett
Offline Send Email
Jul 13, 2008
10:10 pm
18809
Hi, I followed your steps and when I tried to run my MacCvsX for update, I still have the same error: ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file...
ntongoy
Offline Send Email
Jul 14, 2008
4:34 am
18810
... When you run ssh from Terminal, does it still prompt you for a password / passphrase? (You need to get ssh working without being prompted for password / ...
Jens Miltner
jmiltner
Offline Send Email
Jul 14, 2008
6:30 am
18811
Yes, it still prompts me for a passphrase even though I followed the steps you gave me....
ntongoy
Offline Send Email
Jul 14, 2008
8:01 am
18812
... Ok - you need to get this working without a commandline password prompt in Terminal (the only acceptable password prompt is the keychain UI asking your for...
Jens Miltner
jmiltner
Offline Send Email
Jul 14, 2008
9:17 am
Messages 18783 - 18812 of 19028   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help