CVS Client on VMS 7.3-1 and SSH

2005-07-14 Thread Roger Yanda
I'm using ssh on VMS to connect to a Linux box that has Concurrent Versions System (CVS) 1.11.20 (client/server)[ The VMS side has Concurrent Versions System (CVS) 1.11.20 (client) When I do a connect, I get the following error $ cvs co smile cvs [checkout aborted]: can't set close-on-exec

RE: CVS-Directories disappear when uploading per SFTP-Client

2005-06-21 Thread Dennis von Ferenczy
to enable it to use code completion etc. Between my local machine and the server there is only a DSL connection so I have the local changes mirrored to the web server (using the SFTP client) and then do the commit from the web server. Any better ideas? Yes. Get a CVS client

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-21 Thread Jim Hyslop
Dennis von Ferenczy wrote: Yes. Get a CVS client for your local machine and do your cvs commits from there behind the IDE's back. On the CVS server == web server, use the loginfo hook to keep a reference sandbox up to date, from which the web site operates. https://www.cvshome.org/docs

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-21 Thread Todd Denniston
Dennis von Ferenczy wrote: Dennis von Ferenczy [EMAIL PROTECTED] wrote: SNIP Yes. Get a CVS client for your local machine and do your cvs commits from there behind the IDE's back. On the CVS server == web server, use the loginfo hook to keep a reference sandbox up to date, from

RE: CVS-Directories disappear when uploading per SFTP-Client

2005-06-21 Thread Dennis von Ferenczy
It sounds like you use your production environment for testing. Good configuration management practises dictate that you should never do that. Configure your local machine to behave the same way as the production machine. Test on your local machine. If you do not do this, then

RE: CVS-Directories disappear when uploading per SFTP-Client

2005-06-21 Thread Dennis von Ferenczy
to the production web server. I am sorry, that my comment was maybe a little bit contradictory. My current workflow is the following: 1) cvs checkout on dev machine (remote, purely development no production, debian linux, cvs Concurrent Versions System (CVS) 1.12.9 (client/server)) 2) sftp checkout

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-21 Thread Pierre Asselin
Dennis von Ferenczy [EMAIL PROTECTED] wrote: Thanks for your advice. But what will be the advantage? If I get you right, then I would have to do a commit every time I want to test the changes in my scripts, Yes. even if I have changed only a single line of code Yes. - and even if the

RE: CVS-Directories disappear when uploading per SFTP-Client

2005-06-20 Thread Dennis von Ferenczy
Let's see if I got this straight: 1) You start with the CVS/ directories present. 2) You run an SFTP client. 3) The CVS/directories are gone. Based on these facts, I would say that the SFTP client removed the directories. although this sounds rather unlikely to me, I

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-20 Thread Todd Denniston
Dennis von Ferenczy wrote: Let's see if I got this straight: 1) You start with the CVS/ directories present. 2) You run an SFTP client. 3) The CVS/directories are gone. Based on these facts, I would say that the SFTP client removed the directories. although

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-20 Thread Arno Schuring
and the server there is only a DSL connection so I have the local changes mirrored to the web server (using the SFTP client) and then do the commit from the web server. Any better ideas? Let CVS mirror the changes to the webserver. CVS is perfectly capable of handling multiple copies itself

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-20 Thread Pierre Asselin
it to use code completion etc. Between my local machine and the server there is only a DSL connection so I have the local changes mirrored to the web server (using the SFTP client) and then do the commit from the web server. Any better ideas? Yes. Get a CVS client for your local machine and do

CVS-Directories disappear when uploading per SFTP-Client

2005-06-19 Thread Dennis von Ferenczy
I am running a cvs server Concurrent Versions System (CVS) 1.12.9 (client/server) on debian linux. When I do a checkout everything is fine and a CVS directory is present in every directory of the checked out module. However as soon as I upload a changed version of of my code using my SFTP-Client

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-19 Thread Pierre Asselin
Dennis von Ferenczy [EMAIL PROTECTED] wrote: When I do a checkout everything is fine and a CVS directory is present in every directory of the checked out module. However as soon as I upload a changed version of of my code using my SFTP-Client the CVS-Directory disappears from the directory

CVS VMS Client and RMS file handling

2005-06-08 Thread Piet Schuermans
CVS VMS client and RMS file handling.CVS changes file attributes of RMS files. For most files (text, executables / binary)these changes are harmless and are easy dealt with by the tools or the Operating System. Some files however result inunrecoverable damage.It can be a major problem for using

Problems- Tortoise client connecting to a remote CVS server

2005-06-06 Thread uttam ng
Hi all, I am a newbie trying to setup a Version control system. I have setup the CVSNT server on a Windows 2000 Advanced Server machine. Locally i have been able to log into the Repository, commit the changes etc using Torsoise CVS. Now i am trying to checkout the files from a remote client. I am

Re: cvs client unable to see files added by TortoiseCVS

2005-06-03 Thread Andy Jones
, the added files are not seen by client2 (i.e. cvs update doesn't fetch the files). The only way I have found to force client2 to fetch the files is to issue a cvs -d :pserver:[EMAIL PROTECTED]:/vault co MODULE/DIR/TO/ADDED/FILES I've tried updating the client cvs version to 1.11.20 and have

cvs and wincvs client error

2005-06-02 Thread PL
Hello, I am new to cvs. I just setup cvs server (cvs-1.11.17)on redhat AS 4 linux box. I also setup wincvs client (WinCVS 2.)on all windows so they canaccess cvs server. On wincvs setup, It is use C:\Program Files\GNU\WinCvs 2.0\wincvs.exe. Once I try from Admin logon:pserver:[EMAIL PROTECTED

cvs client unable to see files added by TortoiseCVS

2005-06-02 Thread Edward Moon
fetch the files). The only way I have found to force client2 to fetch the files is to issue a cvs -d :pserver:[EMAIL PROTECTED]:/vault co MODULE/DIR/TO/ADDED/FILES I've tried updating the client cvs version to 1.11.20 and have not seen any change in behavior. Is this an issue with TortoiseCVS

RE: Win32 cvs client - Unix cvs server

2005-04-10 Thread Arthur Barrett
Rob, Glad to hear you eventually got the problem sorted. As you discovered WinCVS actually uses the CVSNT client not the CVS (cvshome) client. In future if you direct questions regarding CVSNT to the CVSNT newsgroup you will probably get a more direct response: http://www.cvsnt.org/cgi

Re: Win32 cvs client - Unix cvs server

2005-04-10 Thread Sisyphus
- Original Message - From: Arthur Barrett [EMAIL PROTECTED] To: Sisyphus [EMAIL PROTECTED]; cvs info-cvs@gnu.org Sent: Monday, April 11, 2005 7:47 AM Subject: RE: Win32 cvs client - Unix cvs server Rob, Glad to hear you eventually got the problem sorted. As you discovered WinCVS

Re: Win32 cvs client - Unix cvs server

2005-04-09 Thread Arno Schuring
set CVSRSH to something like this: C:\tools\Putty\plink.exe -ssh -pw mypassword The env var CVSRSH is the rsh command that cvs ext: is to run. Setting CVSRSH (to anything) makes no difference. If I run: try CVS_RSH Arno ___ Info-cvs mailing list

Re: Win32 cvs client - Unix cvs server

2005-04-09 Thread Russ Sherk
On Apr 9, 2005 4:33 AM, Arno Schuring [EMAIL PROTECTED] wrote: set CVSRSH to something like this: C:\tools\Putty\plink.exe -ssh -pw mypassword The env var CVSRSH is the rsh command that cvs ext: is to run. Setting CVSRSH (to anything) makes no difference. If I run: try CVS_RSH

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Sisyphus
of software, an SSH client. I highly recommand you read the above mentioned web pages, they tell you all you need to set up cvs with sourceforge. Finally ended up at http://sourceforge.net/docman/display_doc.php?docid=766group_id=1#download which provides a step-by-step guide on how to get

RE: Win32 cvs client - Unix cvs server

2005-04-08 Thread Jim.Hyslop
are you referring to? I strongly suspect you have misread them. I've been using CVS on a Windows client, with a UNIX server, for 8 years. The only problems I've encountered are related to the case-sensitive vs. case-insensitive file systems. -- Jim Hyslop Senior Software Designer Leitch Technology

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Sisyphus
- Original Message - From: Sisyphus [EMAIL PROTECTED] Finally ended up at http://sourceforge.net/docman/display_doc.php?docid=766group_id=1#download which provides a step-by-step guide on how to get it working with WinCVS and PUTTY - reckon I can successfully get through that if I

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Spiro Trikaliotis
Hello, * On Sat, Apr 09, 2005 at 12:29:57AM +1000 Sisyphus wrote: Which brings me back to finding out how to get the SSH stuff working with the cvs-1.11.19 binaries. Any advice/links on that ? Yes, the link I already gave you: http://sourceforge.net/cvs/?group_id=122047 You might even want

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Russ Sherk
On Apr 8, 2005 10:29 AM, Sisyphus [EMAIL PROTECTED] wrote: - Original Message - From: Sisyphus [EMAIL PROTECTED] Finally ended up at http://sourceforge.net/docman/display_doc.php?docid=766group_id=1#download which provides a step-by-step guide on how to get it working with

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Sisyphus
- Original Message - From: Spiro Trikaliotis [EMAIL PROTECTED] To: info-cvs@gnu.org Sent: Saturday, April 09, 2005 2:32 AM Subject: Re: Win32 cvs client - Unix cvs server Hello, * On Sat, Apr 09, 2005 at 12:29:57AM +1000 Sisyphus wrote: Which brings me back to finding out how

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Sisyphus
- Original Message - From: Jim.Hyslop [EMAIL PROTECTED] To: cvs info-cvs@gnu.org Sent: Saturday, April 09, 2005 12:26 AM Subject: RE: Win32 cvs client - Unix cvs server Sisyphus wrote: The FAQ says that Win32 cvs clients don't get along with Unix cvs servers, and the mix should

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Sisyphus
- Original Message - From: Russ Sherk [EMAIL PROTECTED] set CVSRSH to something like this: C:\tools\Putty\plink.exe -ssh -pw mypassword The env var CVSRSH is the rsh command that cvs ext: is to run. Setting CVSRSH (to anything) makes no difference. If I run: cvs -d :ext:[EMAIL

Re: Win32 cvs client - Unix cvs server

2005-04-08 Thread Sisyphus
- Original Message - From: Sisyphus [EMAIL PROTECTED] I might reinstall WinCVS and try with it later. Aaah, yes - cvsnt and putty work nicely together (after setting the CVS_RSH environment as per Russ's recommendation) - 'co', 'update' and 'commit' now work beautifully. Many thanks

Win32 cvs client - Unix cvs server

2005-04-07 Thread Sisyphus
Hi, The FAQ says that Win32 cvs clients don't get along with Unix cvs servers, and the mix should be avoided. Is that advice still correct ? I have cvs-1.11.19 (binaries obtained from cvshome website) on my Windows 2000 box, and I have cvs-write permission to a sourceforge project. With

Re: Win32 cvs client - Unix cvs server

2005-04-07 Thread Spiro Trikaliotis
://sourceforge.net/docman/display_doc.php?docid=14033group_id=1#howtoaccess: If you are a project developer and will be writing to the CVS repository, you will require an additional piece of software, an SSH client. I highly recommand you read the above mentioned web pages, they tell you all

Repository on WinXP client on WinXP and Linux

2005-03-30 Thread FCC
Anybody has any experience with such a setup? I have a dual boot laptop that I use for developing code, and I have experimented with CVS for some time on WinXP and on Linux, but with repositories on WinXP and on Linux respectively. I would like to use one single repository regardless of whether I

Re: Mac CVS Client Recommendations

2005-03-11 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MoonsOfJupiter [EMAIL PROTECTED] writes: My command-line impared Mac-using workmates want to know what GUI CVS client they should be using. Some are using MacCVSX now. All are running panther. What do you think? There a wide selection from

Re: Mac CVS Client Recommendations

2005-03-11 Thread MoonsOfJupiter
Mark D. Baushke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MoonsOfJupiter [EMAIL PROTECTED] writes: My command-line impared Mac-using workmates want to know what GUI CVS client they should be using. Some are using MacCVSX now

RE: Mac CVS Client Recommendations

2005-03-11 Thread Jim.Hyslop
MoonsOfJupiter wrote: My command-line impared Mac-using workmates want to know what GUI CVS client they should be using. Some are using MacCVSX now. All are running panther. I've used SmartCVS. Most of the GUI clients I've seen are simple shells that wrap the command-line client in a GUI

Mac CVS Client Recommendations

2005-03-10 Thread MoonsOfJupiter
My command-line impared Mac-using workmates want to know what GUI CVS client they should be using. Some are using MacCVSX now. All are running panther. What do you think? Thanks :O: wd ___ Info-cvs mailing list Info-cvs@gnu.org http

Which combination of CVS-Tools can be recommended in a (Windows-Linux) Client-Server environment?

2005-02-07 Thread Christian
Hi, I'm currently installing a linux-server with red-hat 9. There are a few clients that run on Windows XP or Windows 2000. Now I have to make thoughts which CVS- tool to take, because it is planned to use CVS for source control. Has someone made experience in such a client-server environment

Re: Which combination of CVS-Tools can be recommended in a (Windows-Linux) Client-Server environment?

2005-02-07 Thread Pierre Asselin
in such a client-server environment? Yes. Server: stock CVS on Redhat 7.2, access through ssh with public key authentication. I create user accounts as needed and copy public keys to the ~/.ssh/authorized_keys files. Oh, and I installed viewcvs under apache because some users find it useful

Re: Renaming (was Re: 'cvs add' client/server semantics)

2005-02-06 Thread Paul Sander
On Feb 5, 2005, at 12:52 PM, [EMAIL PROTECTED] wrote: [ On Wednesday, February 2, 2005 at 18:23:08 (-0300), Alexandre Augusto Drummond Barroso wrote: ] Subject: RE: Renaming (was Re: 'cvs add' client/server semantics) I agree with you. I think the result from an annotate would be completely

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-06 Thread Paul Sander
On Feb 5, 2005, at 12:47 PM, [EMAIL PROTECTED] wrote: [ On Thursday, February 3, 2005 at 00:29:31 (-0800), Paul Sander wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) Many shops seem to think that it's reasonable to allow users to commit code only after it has

RE: Renaming (was Re: 'cvs add' client/server semantics)

2005-02-05 Thread Greg A. Woods
[ On Wednesday, February 2, 2005 at 18:23:08 (-0300), Alexandre Augusto Drummond Barroso wrote: ] Subject: RE: Renaming (was Re: 'cvs add' client/server semantics) I agree with you. I think the result from an annotate would be completely different when using a move operation instead

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-05 Thread Greg A. Woods
[ On Thursday, February 3, 2005 at 00:29:31 (-0800), Paul Sander wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) Many shops seem to think that it's reasonable to allow users to commit code only after it has successfully compiled. In fact I happen to agree

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-03 Thread Paul Sander
On Feb 2, 2005, at 12:53 PM, [EMAIL PROTECTED] wrote: [ On Wednesday, February 2, 2005 at 03:35:48 (-0800), Paul Sander wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) Committing empty files may not be permitted by project policy. Straw man! (and a B.S. policy if I've

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-02 Thread Paul Sander
On Feb 1, 2005, at 12:47 PM, [EMAIL PROTECTED] wrote: [ On Sunday, January 30, 2005 at 22:24:06 (-0800), Mark D. Baushke wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) - there are good reasons for 'cvs add' to have an advisory process (which becomes

Renaming (was Re: 'cvs add' client/server semantics)

2005-02-02 Thread Paul Sander
On Feb 1, 2005, at 1:25 PM, [EMAIL PROTECTED] wrote: [ On Monday, January 31, 2005 at 08:05:47 (-0800), Mark D. Baushke wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) If I move 'foo.c' to 'bar.c' the CVS/Entries file is going to be confused. In general, doing lots

RE: Renaming (was Re: 'cvs add' client/server semantics)

2005-02-02 Thread Alexandre Augusto Drummond Barroso
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Sander Sent: Wednesday, February 02, 2005 9:01 AM To: info-cvs@gnu.org Cc: [EMAIL PROTECTED] Subject: Renaming (was Re: 'cvs add' client/server semantics) [snip] I maintain that in the version

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-02 Thread Greg A. Woods
[ On Wednesday, February 2, 2005 at 03:35:48 (-0800), Paul Sander wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) Committing empty files may not be permitted by project policy. Straw man! (and a B.S. policy if I've ever seen one!) No, I don't really want total

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-01 Thread Greg A. Woods
[ On Sunday, January 30, 2005 at 22:24:06 (-0800), Mark D. Baushke wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) - there are good reasons for 'cvs add' to have an advisory process (which becomes an enforcement at cvs commit time) a) inform the user

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-01 Thread Greg A. Woods
[ On Monday, January 31, 2005 at 01:18:36 (-0800), Paul Sander wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) 'Course, Greg has claimed in the past that he already has a patch... Actually, no, I have never made any such claim. I've posted everything I have done so

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-01-31 Thread Paul Sander
for additional flexibility for the repository administrator to have more proactive control over the repository to be an interesting approach. Certainly he is not suggesting any client/server protocol change and the addition of a trigger is very simple to accomplish. No client changes are required, so

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-01-31 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Sander [EMAIL PROTECTED] writes: On Jan 30, 2005, at 10:24 PM, [EMAIL PROTECTED] wrote: At present, it is clear from both sides that the 'cvs add' behavior is broken. I have probably missed some of the points, but let me try to summarize:

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-01-30 Thread Mark D. Baushke
approach. Certainly he is not suggesting any client/server protocol change and the addition of a trigger is very simple to accomplish. No client changes are required, so only the server needs to be upgraded to add the new functionality. Greg's arguments for not contacting the server on a 'cvs add' would

Re: CVS on OS X, Tortoise client on PC

2005-01-26 Thread Steve Travis
client (which I had originally tried with the standard CVS that is so common and could not get to work either). I have now found success with *both* the eclipse CVS tool as well as a Java frontend called SmartCVS, which I like a lot (http://www.smartcvs.com) Have you considered SVN

Re: CVS on OS X, Tortoise client on PC

2005-01-26 Thread Tony Hoyle
mattmattmatt wrote: I have CVSNT for mac installed [www.cvsnt.org] on the mac, and the CVS client is accessible from the command line for our development user account (just one account for now is fine). I can create new modules in the repository locally and check files in and out without

Re: CVS on OS X, Tortoise client on PC

2005-01-24 Thread mattmattmatt
Tom, Thanks for responding. I went with CVSNT because TortoiseCVS is built on it as well (feature comparison breakdown here: http://www.cvsnt.com/cvspro/compare.htm). I actually found that it was not my CVS installation on X, but rather some sort of issue with the Tortoise client (which I had

CVS on OS X, Tortoise client on PC

2005-01-23 Thread mattmattmatt
been tricky to figure out. I have CVSNT for mac installed [www.cvsnt.org] on the mac, and the CVS client is accessible from the command line for our development user account (just one account for now is fine). I can create new modules in the repository locally and check files in and out without

RE: CVS on OS X, Tortoise client on PC

2005-01-23 Thread Arthur Barrett
info lists the protocols available. Regards, Arthur Barrett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mattmattmatt Sent: Monday, 24 January 2005 6:02 AM To: info-cvs@gnu.org Subject: CVS on OS X, Tortoise client on PC Hello I have been trying

cvs client pluggin for epic editor

2005-01-07 Thread Pujitha Sendanayake
does anyone have cvs client pluggin for epic editor? thanks, Pujitha Sendanayake __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ Info-cvs

Re: How to get the CVS client user name from the script file of

2004-12-29 Thread Larry Jones
to the program is the module name. How can I get the client user name to check if the user has the permission to checkout the module? Or does anyone have any other method to do this? https://www.cvshome.org/docs/manual/cvs-1.11.18/cvs_18.html#SEC181 -Larry Jones How am I supposed to learn

How to get the CVS client user name from the script file of module programs

2004-12-28 Thread Aric Wang
Title: How to get the CVS client user name from the script file of module programs Hi, I use the modules file to configure a perl script to run when user checkout some module. From the cvs manual, the only parameter to the program is the module name. How can I get the client user name

Unable to Checkout all Files in Repository: Client Hangs

2004-12-09 Thread Andrew Shepard
Hello: Having problem checking out all files that are in repository. This may very well be a CVSNT client problem but any insight would be veryuseful: Server Linux RedHat 9, kernel 2.4.20 CVS version 1.11.2 Repository in /var/lib/cvsroot Module name in cvsroot: testCVS-SW There are6

client cvs

2004-10-20 Thread =?iso-8859-1?q?Gleidson=20S=E1=20Barreto?=
LINCVS is a good client cvs? which differencein between cervisia and LINCVS? ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com

RE: client

2004-10-12 Thread Jim.Hyslop
Gleidson Sá Barreto wrote: Tortoise cvs is combined in windows to explorer. E excessively clints, since they are not combined to windows to explorer, as it occurs? I'm sorry, I cannot understand what you are trying to ask. Could you please try rephrasing it? -- Jim Hyslop Senior Software

client

2004-10-07 Thread Gleidson S Barreto
Tortoise cvs is combined in windows to explorer. E excessively clints, since they are not combined to windows to explorer, as it occurs? ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador

cvs client

2004-10-06 Thread Gleidson S Barreto
The combination tortoise cvs for platform windows and lincvs for platform linux is best? Exists some better alternative that lincvs for platform linux? Which the advantage of tortoise cvs in relation to wincvs?

Re: cvs client

2004-10-06 Thread Kevin Drapel
Which the advantage of tortoise cvs in relation to wincvs? I like the way Tortoise is integrated in the Windows shell but it still lacks some useful commands. For example, the merge branches options are quite limited. It would be nice if Tortoise could be customized with scripts (this seems to

Re: cvs client

2004-10-06 Thread Arthur Barrett
TortoiseCVS uses CVSNT to communicate to the server. To get the most from both clients I suggest you make sure you are using CVSNT on Linux, Windows and also the server. CVSNT is open source (free), and available for download for Linux, Windows, Solaris, HPUX, Mac OS X here:

Re: Setup of user accounts on BOTH (CVS) client and server

2004-08-17 Thread Todd Denniston
[EMAIL PROTECTED] wrote: I'm debugging my SSH/CVS connection so this may be related. I have a CVS server on a Linux (RH Fedora) and client on HPUX 10.20. I have user1 set up on BOTH machines with the same userid and groupid on BOTH machines. I use SSH to tunnel through. On the HPUX

Setup of user accounts on BOTH (CVS) client and server

2004-08-12 Thread Christopher.Fouts
I'm debugging my SSH/CVS connection so this may be related. I have a CVS server on a Linux (RH Fedora) and client on HPUX 10.20. I have user1 set up on BOTH machines with the same userid and groupid on BOTH machines. I use SSH to tunnel through. On the HPUX (client), CVSROOT=:ext:MyServer

WinCVS client commit displays The current directory is invalid

2004-08-03 Thread Jon
When I perform a commit from a remote client the following appears: Checking in main.h; /cvsrepo/KickStart/main.h,v -- main.h new revision: 1.37; previous revision: 1.36 done The current directory is invalid. * CVS exited normally with code 0 * Note: I'm running the following

RE: WinCVS client commit displays The current directory is inval id

2004-08-03 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: When I perform a commit from a remote client the following appears: Checking in main.h; /cvsrepo/KickStart/main.h,v -- main.h new revision: 1.37; previous revision: 1.36 done The current directory is invalid. * CVS exited normally with code 0

Re: how to kill server but not client

2004-07-31 Thread Larry Jones
ben writes: If this is in the documentation anywhere it's managing to elude me. Is there a functional way to remove or completely disable the cvs server daemon separately from the client? This would be on Linux machines with cvs installed via rpm's, which give no option to install only

how to kill server but not client

2004-07-30 Thread ben
If this is in the documentation anywhere it's managing to elude me. Is there a functional way to remove or completely disable the cvs server daemon separately from the client? This would be on Linux machines with cvs installed via rpm's, which give no option to install only the client. I really

Re: how to kill server but not client

2004-07-30 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ben [EMAIL PROTECTED] writes: If this is in the documentation anywhere it's managing to elude me. Is there a functional way to remove or completely disable the cvs server daemon separately from the client? This would be on Linux machines with cvs

triggering client-script on commit

2004-06-29 Thread jean-gert nesselbosch
hello everybody, I'd like to trigger a script on the cvs-clients machine, in case he has successfully commited a file to the repository. I know about how to trigger scripts on the server (with the help of the loginfo, commitinfo etc. - files). but what about triggering sripts/programms on the

CVS server + WinCVS client + GSSAPI (gserver)

2004-06-21 Thread Jean LEE
Hello all, I'm new to CVS and I would like to make a CVS server (with cvs-1.11.15) on a Redhat 7.3 station and access this server with a WinCVS 1.3.13 client on a WinXP station. I am using the gserver access method. On the server, I configured the server as it is described in cderqvist-1.11.15

Re: RES: CVS Java Client

2004-05-11 Thread Patrick Adewunmi
www.smartech.com.br Tel:(55)21-2532-6335 -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Patrick Adewunmi Enviada em: quarta-feira, 5 de maio de 2004 20:19 Para: [EMAIL PROTECTED] Assunto: CVS Java Client All, I am looking for a sample code

RES: CVS Java Client

2004-05-06 Thread Marcelo Carvalho Fernandes
-feira, 5 de maio de 2004 20:19 Para: [EMAIL PROTECTED] Assunto: CVS Java Client All, I am looking for a sample code to use for javacvs or jcvs whereby I can log into my cvs server and perform add, update, checkin and checkout from my java program. A Look at the javadoc provided

CVS Java Client

2004-05-05 Thread Patrick Adewunmi
All, I am looking for a sample code to use for javacvs or jcvs whereby I can log into my cvs server and perform add, update, checkin and checkout from my java program. A Look at the javadoc provided with javacvs or jcvs does not have any sample code showing correct usage. Thank you for your help.

Which client under Windows? (was: RE: CVS import)

2004-04-15 Thread Jim.Hyslop
Geoff Beier wrote: Does *anyone* use the cvshome.org version of cvs on windows OUTSIDE of cygwin as a matter of general practice? (AIUI, both wincvs and tortoisecvs use cvsnt, and eclipse has its own cvs client, so if your cvs use is one of those products the answer is no.) If so, what

Re: Access Windows cvs server from linux client

2004-04-14 Thread Yevgen
Am 13.04.2004 10:15 schrieb Mark D. Baushke: Try cvs -d :pserver:[EMAIL PROTECTED]:/D//Projekt03/src login Thanks, it works Regards, Yevgen -- Messages which will be detected from spamtest.ru as SPAM will be deleted immediately. Use [!NO SPAM!] in subject to mark your messages as not

Access Windows cvs server from linux client

2004-04-13 Thread Yevgen
Hello, i am not able to access the cvs server on a windows machine from my linux system. The Windows Path cause cvs to fail: cvs -d:pserver:[EMAIL PROTECTED]:D:/Projekt03/src login cvs login: CVSROOT may only specify a positive, non-zero, integer port (not `D:'). cvs login: Perhaps you

Re: Access Windows cvs server from linux client

2004-04-13 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yevgen [EMAIL PROTECTED] writes: i am not able to access the cvs server on a windows machine from my linux system. The Windows Path cause cvs to fail: cvs -d:pserver:[EMAIL PROTECTED]:D:/Projekt03/src login Try cvs -d :pserver:[EMAIL

Re: cvs as a heartbeat client (questions)

2004-04-02 Thread Todd Denniston
it starts processing files, i.e., before the client prints 'cvs server: Updating .', it terminates quickly. If I am somewhat more patient, after ~30 seconds from the kill command, cvs [any command] will terminate. It looks like the client processes another 30-50 files after the server is given

Re: cvs as a heartbeat client (questions)

2004-04-02 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd Denniston wrote: If I am somewhat more patient, after ~30 seconds from the kill command, cvs [any command] will terminate. It looks like the client processes another 30-50 files after the server is given the SIGTERM, which seems like a lot

RE: cvs as a heartbeat client (questions)

2004-03-17 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: Todd Denniston writes: 5) is there a more efficient way of locking the repository than creating all the `#cvs.rfl' in all the sub directories of all the repositories? That is, is there a single file I can create that blocks access to each repo for the whole

Re: cvs as a heartbeat client (questions)

2004-03-17 Thread Todd Denniston
Jim.Hyslop wrote: [EMAIL PROTECTED] wrote: Todd Denniston writes: 5) is there a more efficient way of locking the repository than creating all the `#cvs.rfl' in all the sub directories of all the repositories? That is, is there a single file I can create that blocks access to

cvs as a heartbeat client (questions)

2004-03-16 Thread Todd Denniston
know the file system is leaving, sync self and bail. 3) if a `killall cvs` is done on the the server processes what is the likely output on a cvs client on a remote system? Will the client automatically try again in a few seconds? Will it cause data corruption in the users sandbox? 4) worst case

Re: cvs as a heartbeat client (questions)

2004-03-16 Thread Larry Jones
signal; CVS should honor it. 3) if a `killall cvs` is done on the the server processes what is the likely output on a cvs client on a remote system? Will the client automatically try again in a few seconds? Will it cause data corruption in the users sandbox? The client will report an error from

Re: cvs as a heartbeat client (questions)

2004-03-16 Thread Todd Denniston
Larry Jones wrote: Todd Denniston writes: 2) on linux will a `killall cvs` cause cvs (as server for :ext: /or :pserver:)to cleanup and exit nicely or is there a particular signal I should pass to killall? What I want is to be able to essentially tell cvs is I know the file system is

Re: cvs as a heartbeat client (questions)

2004-03-16 Thread Bob Bowen
Todd Denniston wrote: 5) is there a more efficient way of locking the repository than creating all the `#cvs.rfl' in all the sub directories of all the repositories? That is, is there a single file I can create that blocks access to each repo for the whole repo, instead of what is suggested for

CVS client CVSNT server

2004-02-13 Thread Conrad T. Pino
Hello, From what I've read CVSNT started from a :pserver: implementation but is now on it's own development path. I gather CVSNT project works closely with WinCVS project. Can anyone comment on how well standard CVS client still operates with CVSNT server in the real world? TIA, Conrad Pino

Re: Best Windows Client??

2004-01-07 Thread Randy Millis
Subject: Best Windows Client?? I have CVS setup on a Linux server. I have several Windows clients that are using WinCVS... I have done some searching and nothing else really comes up for Windows Is that the best client to use? Specifically what I am looking for would be a client that would

RE: Getting commitinfo changes back to client

2003-12-09 Thread Jim.Hyslop
Dickson, Craig [mailto:[EMAIL PROTECTED] wrote: I use a script called from my commitinfo file to format all Java files before they get comitted to the repository. This works fine, all Java files in the repository are formatted nicely. Bad idea. The repository should store exactly what it is

best windows client?

2003-12-09 Thread Phil Labonte
I have CVS setup on a Linux server. I have several Windows clients that are using WinCVS... I have done some searching and nothing else really comes up for Windows Is that the best client to use? Specifically what I am looking for would be a client that would let a user pick individual

RE: best windows client?

2003-12-09 Thread Peter Connolly
Specifically what I am looking for would be a client that would let a user pick individual files from the repository and then be able to check out those files...? To view all the hideous detail of a repository without checking it all out, try either: CVSWeb: http://people.freebsd.org

RE: best windows client?

2003-12-09 Thread Behnke, Steven
Title: RE: best windows client? Hey there, I just CVS on windows for my development in VisualStudio.Net. I like: SmartCVS (Java based, general management client) TortoiseCVS (Explorer shell integration) PushOK Cvs Proxy (VS.Net Integration) Thanks, Steven Behnke -Original Message

RE: best windows client?

2003-12-09 Thread Peter Connolly
I tried to get used to WinCVS. Try TortoiseCVS instead: http://www.tortoisecvs.org/ pc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Labonte Sent: Tuesday, December 09, 2003 6:57 AM To: [EMAIL PROTECTED] Subject: best windows client

  1   2   3   4   5   >