can not rename ,temp.txt, to temp.txt,v: file exists

2001-04-23 Thread David Penn
Hi, all, i met a problem in cvs. When I commit temp.txt, it abort with message: cannot rename ,temp.txt, to temp.txt,v: file exists. I have to remove temp.txt,v in the server and lose all my log and rebuild temp.txt file. However, the error occurs again after several revisions. What's

subcribe

2001-04-23 Thread Infoman: Martin Kretschmar
Dipl.-Phys. Dr. Martin Kretschmar Software Development Corporate Info Center Infoman AG, Vaihinger Straße 169, D-70567 Stuttgart Tel.: +49 711/67971-682, Fax: +49 711/67971-10 E-Mail: [EMAIL PROTECTED] ___ Info-cvs mailing list [EMAIL PROTECTED]

browsing repository modules

2001-04-23 Thread Jasper V Ferrer
hi, is there any way i can determine what modules are stored in the repository? currently i just have a log file where i note the modules (projects) i have imported and their corresponding branches and some description of the project. thanks! __

Re: browsing repository modules

2001-04-23 Thread Peter Biechele
There are several ways: 1) cvs co -s maybe even cvs co -s|sort -f 2.) Use tkcvs and open the module browser, if you have inserted comments into the CVSROOT/modules file. Hope this helps Peter Biechele Am Dienstag, 24. April 2001 04:43 schrieb Jasper V Ferrer: hi, is there any way i

toner supplies

2001-04-23 Thread mail3
PLEASE FORWARD TO THE PERSON RESPONSIBLE FOR PURCHASING YOUR LASER PRINTER SUPPLIES VORTEX SUPPLIES -SPECIALS OF THE DAY ON LASER TONER SUPPLIES AT DISCOUNT PRICES-- LASER PRINTER TONER CARTRIDGES COPIER AND FAX CARTRIDGES WE ARE --THE-- PLACE TO BUY YOUR

Re: Error: cannot open /root/.cvsignore: Permission denied

2001-04-23 Thread Matthias Kranz
On Mon, Apr 23, 2001 at 02:00:15PM +0100, Geraint Evans wrote: I keep getting the following error whenever I try to do anything: cannot open /root/.cvsignore: Permission denied I am using pserver to access a remote repository. The error is intermittent - sometimes everything works fine

$Name and branches

2001-04-23 Thread David D. Hagood
(I hate not being able to reply to the messages, but either I'm having problems getting email from the list or my filters rae eating the messages. Could be worse: they could be spitting out nastygrams ;^)) Greg: I do agree with the bit about not allowing code out of control without a tag. In

cvswrappers

2001-04-23 Thread Lenng, Helen
I'd like to try to use cvswrappers to implement a virtual module for database stored procedures. Basically, when one tries to update a file, get cvs to run a script which extracts a stored procedure from a server (where servername, database, procedure name are reflected in the filename) and

Setting up a cvs server on Windows NT 4.0

2001-04-23 Thread Rix
can you point me in the right directtion? thanks

CVS setup on NT for a website

2001-04-23 Thread Larry Meadors
I'm working on a web site, and I want to use CVS to manage the source. I've spent hours surfing looking for the page that would help me understand how to do that, but have failed. I want to keep the source on the webserver and have multiple people check it out in-place so that their changes

RE: Setting up a cvs server on Windows NT 4.0

2001-04-23 Thread Chuck . Irvine
http://www.cvshome.com/dev/codewindow.html -Original Message- From: richard [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 11:02 AM To: info-cvs Cc: richard Subject: Setting up a cvs server on Windows NT 4.0 can you point me in the right directtion?   thanks  

RE: Ideas for handling hardcoded URLs on a CVS managed website?

2001-04-23 Thread Ryan Grow
I would look at some ways to handle this outside of CVS. Are there any ways you could use relative directory urls wherever possible in the code to minimize the number of places where production may have a different url than development? Another possibility is to have the code be driven by a

RE: rename question -- urgent!!

2001-04-23 Thread Chen, Susie
It seems like there is only one thing I can do, that is: rename the file on branch A (old.txt - new.txt) before merging A into trunk. Does it make any differences if the content of old.txt is NOT modified on Branch A? Thanks a lot -Susie -Original Message- From: David L. Martin

Re: Val-tags file

2001-04-23 Thread Mike Ciul
Larry Jones wrote: Branch names *are* tags. CVS uses it to validate that a user-entered tag is valid: If the tag appears in the val-tags file, it is assumed to be valid. If the tag does not appear in the val-tags file, then CVS goes looking through all of the files in the repository that are

Re: Val-tags file

2001-04-23 Thread Larry Jones
Mike Ciul writes: cvs [export aborted]: cannot write /usr/local/cvsroot/CVSROOT/val-tags: Permission denied If I do this as a user with write access: cvs export -r [new-tag] [module] I can then run the script with no errors. What's the best way to fix this problem? Make the

RE: Setting up a cvs server on Windows NT 4.0

2001-04-23 Thread Bishop, Murray
http://www.cvsnt.org/ describes a server that runs on windows NT. -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 2:39 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Setting up a cvs server on Windows NT 4.0

Re: Val-tags file

2001-04-23 Thread Eric Siegerman
On Mon, Apr 23, 2001 at 03:20:08PM -0400, Mike Ciul wrote: I have a script that exports and installs a module. For security reasons, it runs as a read-only user. If I make a new branch tag and then run the script, this is what happens: my script says: cvs -d [readonlyuser@repository]

Help with Notify without CVS_watch_on

2001-04-23 Thread Jason C Toole
Forgive me, I'm new!Does anyone have a detailed description of how to be notified via email WITHOUT using CVS Watch On? Here's what I want to accomplish. I want people to be notified when ANY of a whole group of files is "edit"ed "unedit"ed "commit"ed etc. But we don't want the developers

/tmp issue with CVS

2001-04-23 Thread Kumar, Subramaniam
We use WinCVS(on NT Desktop) and the CVS repository on UNIX(on a NFS file system.) What we see is , everytime is a user uses CVS , it creates directories in /tmp on the Unix Machine which never gets deleted. This leads to /tmp getting full. Is there a config setting on CVS which will

Clearing up /tmp

2001-04-23 Thread Kumar, Subramaniam
We use WinCVS(on NT Desktop) and the CVS repository on UNIX. The CVS repo. is on a NFS file system. What we see is , everytime is a user uses CVS , it creates directories in /tmp on the Unix Machine which never gets deleted. This leads to /tmp getting full. Is there a config setting on CVS

strange error -- touch: cannot change times...

2001-04-23 Thread Dean Do
Hello - I have a question about a strange error message while removing a file. The message came up after CVS was 'done' removing the file -- touch: cannot change times on ... However, this message does not appear to have any funtional effect as the file did get removed from the tree

Commit fail

2001-04-23 Thread Christopher Temple
When I try to commit a change I get an error: commit aborted can not open lock file (file exsists). This happens when I attempt a commit from the command prompt on the server, as well as when I try from within WinCVS. Any ideas? JohnGet your FREE download of MSN Explorer at

Branch question

2001-04-23 Thread Prakash Ranade
Hello CVS gurus, I have a question with branches. foo.c /*- Branch 2.5 / / ---*-- Main

unreconised authorisation error

2001-04-23 Thread mm rao
Hi, I have applied Corey Martins permissions patch to cvs-1.11 source and build the source again. After creating the Repository I am trying to LOGIN. But I am getting the ollowing error: nas4@sunserv34:/opt/local/home/CVSPatch/cvs-1.11/src cvsadmin login (Logging in to nas4@localhost) CVS

Error: cannot open /root/.cvsignore: Permission denied

2001-04-23 Thread Geraint Evans
Hi I keep getting the following error whenever I try to do anything: cannot open /root/.cvsignore: Permission denied I am using pserver to access a remote repository. The error is intermittent - sometimes everything works fine and other times I can't do anything. The person who is hosting

Re: Clearing up /tmp

2001-04-23 Thread Rob Helmer
Hello, Well, one problem is that you should not share your repo with NFS. CVS and NFS both have locking mechanisms, and they don't play nicely. I don't think those files are supposed to stay in /tmp, I don't know if this has anything to do with using NFS to share your repository. Why not use

Re: Commit fail

2001-04-23 Thread Rob Helmer
Hi Chris, Two requests: one, please send text as well as HTML, some of us use text mail clients and HTML mail kind of a pain for us. two, please copy and paste the whole error message. I think I know what the problem is, but it's hard to know for sure. Thanks. Anyway, in answer to your