RE: FTP Problems

2001-04-27 Thread Brad Schneider
Hmmm, we did implement a firewall recently, and I was just able to do it successfully from my home connection, using the exact same laptop I was using at work. I installed ncftp and was able to download from behind our firewall. Mystery solved. Thanks for your assistance and the quick response. I

Re: CVS Errors

2001-04-27 Thread SoloCDM
Larry Jones stated the following: > > SoloCDM writes: > > > > The following errors were produced with the immediate following > > command: > > > > make -f Makefile.cvs > > autoconf > > configure.in:147: warning: AC_TRY_RUN called without default to > > allow cross compiling > > configure.in:150:

Re: FTP Problems

2001-04-27 Thread Larry Jones
Brad Schneider writes: > > Connected to ftp.cvshome.org. > 220 Features: a p . > Name (ftp.cvshome.org:snide): anonymous > 230 Hi. No need to log in; I'm an anonymous ftp server. > ftp> ls > 200 Okay. > 150 Making transfer connection... > 425 Sorry, I couldn't make a connection: timed out. That

Re: CVS Errors

2001-04-27 Thread Larry Jones
SoloCDM writes: > > The following errors were produced with the immediate following > command: > > make -f Makefile.cvs > autoconf > configure.in:147: warning: AC_TRY_RUN called without default to > allow cross compiling > configure.in:150: warning: AC_TRY_RUN called without default to > allow c

Re: Checkout error

2001-04-27 Thread Larry Jones
Robert Penland writes: > > cvs server: cannot open /root/.cvsignore: Permission Denied > cvs [server aborted]: can't chdir(/root): Permission Denied http://cvshome.org/docs/manual/cvs_21.html#SEC182 If you need more explicit help, see the archives of this list. -Larry Jones Hello, local Navy

FTP Problems

2001-04-27 Thread Brad Schneider
FYI, I could not download using either the Sun or Windows command line ftp. The only thing that would work was Internet Explorer (both ironic and frightening). I suspect that you have a serious problem with your FTP server. Sample session text below... Brad Schneider Sun Solaris 2.7 on Sparc =

Checkout error

2001-04-27 Thread Robert Penland
We are setting up a new repository on a Unix machine and have set up a user list that gives the appropriate developers read/write access to the CVSROOT directory. Logins for the users occur without a problem, but when any of the users try to check out a module the following error is returned: cv

Re: Wierd cvs client error

2001-04-27 Thread Rob Helmer
Ok, sorry if I was trite. I understand, I'm just observing that the error you got is the standard "command not found" error for windows. I don't think it's coming from CVS. With that in mind, I am not sure what the problem could be, try "cvs ci" instead of "cvs commit", that could solve your pro

Re: Wierd cvs client error

2001-04-27 Thread Anita Chacko
Hi Like I wrote,what I don't understand is why some commands are recognised and are working;he has trouble only with 'cvs commit'command.If,as you said it is a problem with not being able to find the cvs exe,then none of the cvs commands should work.I know that the error I mentioned is a windows

CVS 1.11.1p1 released!!!

2001-04-27 Thread Derek R. Price
There was a minor bug in 1.11.1 preventing read-only checkouts. This release fixes it. NEWS FILE: http://cvshome.org/dev/NEWS-1.11.1p1.txt DOWNLOAD INSTRUCTIONS: http://cvshome.org/download.html DOWNLOAD DIRECT: ftp://ftp.cvshome.org/pub or http://ftp.cvshome.org Source patches (1.11->1.11.1

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Derek R. Price
Larry Jones wrote: > Derek R. Price writes: > > > > Why? I'd rather have any anonymous users coming in as nobody with no > > write access to anything if I can help it... > > Because it's just like the history file -- it's a cache of useful > information about the repository that you want to keep

Re: Wierd cvs client error

2001-04-27 Thread Rob Helmer
Hello, That is the error Windows reports when it can't find a file on the path. Check the user's PATH variable and make sure "cvs.exe" ( or whatever you guys use ) is on it. Please note that this is a Windows configuration issue and not a CVS issue. HTH, Rob Helmer On Fri, Apr 27, 2001 at

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Larry Jones
Derek R. Price writes: > > Larry Jones wrote: > > > Sorry, folks -- I broke read-only access in CVS 1.11.1. I've just > > checked in a fix. > > Is this something you could write a sanity case for? Hmmm. It'll be a little tricky, but I think so. -Larry Jones Hello, local Navy recruitment of

Wierd cvs client error

2001-04-27 Thread Anita Chacko
Hi We are using Unix server and windows(cmd line) clients for CVS.(server version 1.11) One of the developers is getting the following wierd behaviour. He is able to check out,run update;but when trying to commit with cvs commit,gets the error "The name specified is not recognised as an internal o

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Larry Jones
Derek R. Price writes: > > Why? I'd rather have any anonymous users coming in as nobody with no > write access to anything if I can help it... Because it's just like the history file -- it's a cache of useful information about the repository that you want to keep up to date and the fact that th

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Derek R. Price
Larry Jones wrote: > Sorry, folks -- I broke read-only access in CVS 1.11.1. I've just > checked in a fix. Is this something you could write a sanity case for? Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] CollabNet (

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Derek R. Price
Larry Jones wrote: > Derek R. Price writes: > > > > > (And make the val-tags file > > > world-writable if you didn't already.) > > > > I thought you rendered this unecessary? > > It's no longer strictly necessary, but it's still a good idea. Why? I'd rather have any anonymous users coming in a

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Larry Jones
Derek R. Price writes: > > > (And make the val-tags file > > world-writable if you didn't already.) > > I thought you rendered this unecessary? It's no longer strictly necessary, but it's still a good idea. -Larry Jones I obey the letter of the law, if not the spirit. -- Calvin

SCCS TO RCS - Newbie

2001-04-27 Thread Lamar
Hello All, I can do the conversion using the sccs2rcs script. is there a tool to recursively go thru the whole source tree to do the conversion from sccs to rcs? I am not finding a simple, automated process. I have several subdirectories deephundreds of files thanks, Lamar

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Derek R. Price
Larry Jones wrote: > Todd Denniston writes: > > > > thor:~/cvs/repo/ccvs$ cvs -z2 update > > cvs [server aborted]: "update" requires write access to the repository > > thor:~/cvs/repo/ccvs$ cat CVS/Root > > :pserver:[EMAIL PROTECTED]:/home2/cvsroot > > thor:~/cvs/repo/ccvs$ > > Sorry, folks -- I

Re: Too Many Confusing Errors

2001-04-27 Thread Larry Jones
Anthony, Ramene writes: > > C:\>cvs -d :pserver:guest@:/usr/local/cvs co lib > cvs checkout: in directory .: > cvs [checkout aborted]: *PANIC* administration files missing That generally means that the lib directory already exists and contains a CVS subdirectory, but that subdirectory doesn't co

Re: Too Many Confusing Errors

2001-04-27 Thread Larry Jones
Anthony, Ramene writes: > > cvs commit: failed to create lock directory for `/usr/local/cvs/lib' > (/usr/local > /cvslocks/lib/#cvs.lock): Permission denied > cvs commit: lock failed - giving up > cvs [commit aborted]: lock failed - giving up > > Why is permission denied, what am I missing ? As

RE: Number of lines of code changed between tags

2001-04-27 Thread Jerry Nairn
>From: Keith Beattie [mailto:[EMAIL PROTECTED]] >Sent: Thursday, April 26, 2001 3:48 PM >How can I find the total number of lines changed (for text files only) >between two static tags for an entire module or subtree of the >repository? You can pipe the output from cvs -nq diff -R -n -r tag1

Re: Hide some modules to some users

2001-04-27 Thread Larry Jones
chaessig writes: > > I would like to hide some modules to some users. That is, I would like > to prevent some users to make a checkout or an update of some modules. Set the protections on the files and directories in the repository to make them unreadable. -Larry Jones When you're as far ahead

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Larry Jones
Todd Denniston writes: > > thor:~/cvs/repo/ccvs$ cvs -z2 update > cvs [server aborted]: "update" requires write access to the repository > thor:~/cvs/repo/ccvs$ cat CVS/Root > :pserver:[EMAIL PROTECTED]:/home2/cvsroot > thor:~/cvs/repo/ccvs$ Sorry, folks -- I broke read-only access in CVS 1.11.1

New user: two simple questions about CVS

2001-04-27 Thread Pepi Strafforello
Hi folk,   I'm just started using CVS 1.11, thru a variery of Win, Mac & Linux GUIs as well as thru command line tools, in a shared environment with a Linux pserver. Our locking policy has always been "reserved checkouts", i.e. every file is by default checked out in read-only mode, and when

Re: running triggers on client side

2001-04-27 Thread Larry Jones
David A Uebele writes: > > Now assume I want to run pre-commit trigger scripts on the client > side (polling users for additional information to be used as > part of an audit trail). Unfortunately, CVS currently has no way to do that. -Larry Jones Don't you hate it when your boogers freeze? --

Re: waiting for lock in

2001-04-27 Thread Larry Jones
kelly dai writes: > > I want to do some opeartion in cvs like check in a > file. but cvs continue gave me "cvs server: [06:34:37] > waiting for kelly.dai's lock in ". I did not lock in > any files. does someone know to solve the problems? http://cvshome.org/docs/manual/cvs_10.html#SEC88 -Larry

case insensitive

2001-04-27 Thread Soundararajan Palkannu
hello   i have a file fileA.c in the repository   i checkout this file, modify this file and commit it as filea.c   when i do a checkout afterwards, i get two files one fileA.c and another filea.c. The repository is on a windows machine   how to make sure that the file name remains as fileA

Re: cvs lock problem

2001-04-27 Thread David A Uebele
If you encounter a ,DevelopersGuide.doc, file in the repository, this is the working file that RCS primatives uses while it is changing the file. Typically, it works something like this: cp DevelopersGuide.doc,v ,DevelopersGuide.doc, make changes to ,DevelopersGuide.doc, mv ,DevelopersGuide.doc, D

Re: waiting for lock in

2001-04-27 Thread mm rao
Use cvsadmin -u module. If the problem exists even after doing this, find the files : #cvs.rf1, #cvs.wf1 and #cvs.lock in the repository and delete them which will solve the problem. --MM Rao --- kelly dai <[EMAIL PROTECTED]> wrote: > I want to do some opeartion in cvs like check in a > file.

Hide some modules to some users

2001-04-27 Thread chaessig
Hi ! I would like to hide some modules to some users. That is, I would like to prevent some users to make a checkout or an update of some modules. Could someone give me hints on how I could do this ? Thanks in advance, Christian Haessig ___ Info-cv

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Donald Sharp
Still borked: donsharp-u5:9> cvs update -r cvs1-11-1 ? src/root.c.keep cvs [server aborted]: "update" requires write access to the repository donald On Fri, Apr 27, 2001 at 09:12:32AM -0400, Derek R. Price wrote: > Ingolf Steinbach wrote: > > > Hi, > > > > could someone with write permissions p

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Todd Denniston
Ingolf Steinbach wrote: > > Hi, > > could someone with write permissions please make sure that > cvs1-11-1 is in CVSROOT/val-tags? Thanks. > > % cvs up -r cvs1-11-1 > cvs [server aborted]: cannot write /home2/cvsroot/CVSROOT/val-tags: Permission denied > % cat CVS/Root > :pserver:[EMAIL PROTECT

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Ingolf Steinbach
> Done. I also upgraded cvs.cvshome.org to use CVS 1.11.1 since Larry made read-only > access to val-tags a warning instead of an error in this version. Now: % cvs up -r cvs1-11-1 cvs [server aborted]: "update" requires write access to the repository Ingolf -- Ingolf Steinbach

CVS for Tru64

2001-04-27 Thread Rui Cordeiro
Good morning I'm searching if anyone knows if there is available a compiled version of CVS code for the operating system 'Tru64 4.0.G '. Rui Cordeiro ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gn

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Derek R. Price
Ingolf Steinbach wrote: > Hi, > > could someone with write permissions please make sure that > cvs1-11-1 is in CVSROOT/val-tags? Thanks. > > % cvs up -r cvs1-11-1 > cvs [server aborted]: cannot write /home2/cvsroot/CVSROOT/val-tags: Permission denied > % cat CVS/Root > :pserver:[EMAIL PROTECTED]:

Too Many Confusing Errors

2001-04-27 Thread Anthony, Ramene
Title: Too Many Confusing Errors Team Here's another nice error that'll keep me up for weeks... C:\>cvs -d :pserver:guest@:/usr/local/cvs co lib cvs checkout: in directory .: cvs [checkout aborted]: *PANIC* administration files missing Any help in these matters would be greatly appreciat

Too Many Confusing Errors

2001-04-27 Thread Anthony, Ramene
Title: Too Many Confusing Errors Team I don't know where the problem is stemming from, either the repository or local.. But I keep running into the same errors that prevent me from either commiting anything to cvs or simply checking a project out through pserver Error: cvs commit: faile

Re: Number of lines of code changed between tags

2001-04-27 Thread Matthew Riechers
Here's an awk script that shows the lines for each file in a diff, with totals at the end. It looks like what you get from a cvs log. Just change "Index" to "diff" for a non-cvs diff. use like: cvs diff -r tag1 -r tag2 |awk -f diffloc.awk It's ugly but it works :) Matt

Re: (no subject)

2001-04-27 Thread Donald Sharp
Please feel free to peruse the archives( search for Permission denied ) and or read this: http://www.cvshome.org/docs/manual/cvs_21.html#SEC182 odnald On Fri, Apr 27, 2001 at 10:49:45AM +0800, casper wrote: > I have a question of CVS. > When I checkout a moudle from server using pserver, the

List of all deleted files of a Module ???

2001-04-27 Thread Peter Biechele
Is there a way to find out about ALL deleted files in a Module ?? Or do I have to use shell commands to extract all files in all Attic dirs ?? And is there a way to view the last version of a deleted file ?? Peter Biechele -- # Dr. Peter Bie

val-tags issue (was: CVS 1.11.1 Released)

2001-04-27 Thread Ingolf Steinbach
Hi, could someone with write permissions please make sure that cvs1-11-1 is in CVSROOT/val-tags? Thanks. % cvs up -r cvs1-11-1 cvs [server aborted]: cannot write /home2/cvsroot/CVSROOT/val-tags: Permission denied % cat CVS/Root :pserver:[EMAIL PROTECTED]:/home2/cvsroot Regards Ingolf -- I