Can you automate CVS?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can you automate CVS?
# 8  
Old 06-15-2010
Yes, you should be able to use the command line to automate it with a script.
You can google the syntax but it starts "cvs commit -m 'change description here' ".
This User Gave Thanks to dday For This Post:
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help With CVS - Not enough space

Hi, I am having a strange issue with CVS. The output shows that there is not enough space for the .cvspass. the .cvspass is in the users home dir, which has 4GB available. Error Message: cvs status: cannot read /home/<user>/.cvspass: Not enough space cvs status: authorization... (6 Replies)
Discussion started by: techy1
6 Replies

2. Shell Programming and Scripting

Cvs manipule.

Hello all, What i need to do is manipulate a squid log file. I have many milions of file in this format: 1442814667.478 76 4.3.2.1 TCP_MISS/200 31845 GET http://pippo.com/inde.html - DIRECT/1.2.3.4 text/css What i need to do is transform field 7 from Pippo.com - 404 File Not Found in... (4 Replies)
Discussion started by: aka0017
4 Replies

3. Shell Programming and Scripting

CVS Automation

Hi All, I am just looking for CVS automation for SQL scripts. Normally Devs will check in new sql scripts or they will update the existing sql scripts with new query. We will take the scripts from CVS and run in DB. I am thinking to automate that process like whenever a new script is checked in... (1 Reply)
Discussion started by: pvmanikandan
1 Replies

4. Shell Programming and Scripting

Automate CVS login using shell script

Hi, Can anyone pls help me to automate login to cvs. I basically want to login to cvs and update a file. the script always gets to the login and returns the prompt for a password. Is there any way to send the password in the script itself. Here is the script: #!/bin/ksh... (0 Replies)
Discussion started by: raghu_shekar
0 Replies

5. Red Hat

CVS Configuration Help

Hello, I have read a great deal of documentation on CVS and I hope I have not overlooked what I need but I have certain issues with CVS that I cannnot resolve. The setup for the /etx/xinetd.d file I have is as follows: # default: off # description: The CVS service can record the history... (2 Replies)
Discussion started by: mojoman
2 Replies

6. Red Hat

CVS on redhat

Hi all, i am trying to set up a CVS server on linux and to remote access the repository using WinCVS. I am facing some problem and i am unsure whether is it the client or the server not set up properly. In my winCVS client, i clicked Admin ->login and i specify my CVSROOT to be ":... (5 Replies)
Discussion started by: new2ss
5 Replies

7. Debian

What is CVS...?

Hi everyone... Could one of you kind Linux experts please let me know what CVS is In return I will kindly give you a thumbs up :b: a good trade I feel!! (1 Reply)
Discussion started by: TonyChapman
1 Replies

8. Solaris

cvs error

dear all I'm one of the CVS administrators here at my company and i have this cvs error in the messages Sep 18 07:20:37 dev cvs: Dying gasps received from client. can any one help me about this error ............. thanks murad jaber (1 Reply)
Discussion started by: murad.jaber
1 Replies

9. UNIX for Advanced & Expert Users

Cvs Cr-lf

I've experienced a problem with CVS when I've checked out sh script. When new build was created sources were checked out from CVS under Windows. Later this build was deployed under Linux und I recieved error from shell becouse of CR-LF EOL in file. I've tryed command dos2unix and become script... (7 Replies)
Discussion started by: Hitori
7 Replies

10. UNIX for Dummies Questions & Answers

CVS on UNIX

Hey guys, I am trying to setup CVS to run with an SSH connection, but am hitting a brick wall. I seem to be getting CVS to login correctly, but when I attempt to check out a module I am getting the following error: ksh: cvs: not found This is kinda implying to me that its not loading... (2 Replies)
Discussion started by: LiquidChild
2 Replies
Login or Register to Ask a Question
CVSCHECK(1)							  [FIXME: manual]						       CVSCHECK(1)

NAME
cvscheck - Offline status report for files in a checked-out CVS module. SYNOPSIS
cvscheck [dir] DESCRIPTION
cvscheck prints information about the status of your local CVS checkout without communicating with the server. This means it is extremely fast and does not require a network connection. The given directory and all of its subdirectories will be processed recursively. If no directory is given, the current directory and its recursed subdirectories will be used. Each file with an interesting status will be printed with a status character in front of its name. The status characters are as follows. ? foobar.c The file is not known to CVS M foobar.c The file is definitely locally modified m foobar.c The file might have local changes. You should diff with the server to make sure. C foobar.c The file has a CVS conflict and therefore cannot be committed. U foobar.c This file is in CVS but is missing in your local checkout. T foobar.c This file has an unusual sticky CVS tag. A foobar.c You have done a cvs add for this file, but have not yet committed it. R foobar.c You have done a cvs rm for this file, but have not yet committed it. This utility is part of the KDE Software Development Kit. SEE ALSO
cvs(1) AUTHORS
cvscheck was written by Dirk Muller<mueller@kde.org> and Sirtaj.Singh.Kang; <taj@kde.org> This manual page was prepared by Ben Burton<bab@debian.org> for the Debian GNU/Linux system (but may be used by others). [FIXME: source] March 8, 2003 CVSCHECK(1)