RE: merge mode for XML

2002-05-15 Thread Sean Hager
This thread is a die hard, but it is still the best conversation on the list ;) sean. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Ring Sent: Tuesday, May 14, 2002 7:16 PM To: [EMAIL PROTECTED] Subject: RE: merge mode for XML

Re: how to implement user level security in cvs ?

2002-05-15 Thread Muhammad Shakeel
Dear Noel, Thanks a lot for quick and valuable reply. I implemented the ACL but did not implemented ACL on file level. Therefore on file level i had given a read permission to others (r--r--r--) by setting CVSUMASK. Therefore the folders also got the read permission in others field. Is this

Re: how to implement user level security in cvs ?

2002-05-15 Thread Noel Yap
--- Muhammad Shakeel [EMAIL PROTECTED] wrote: Thanks a lot for quick and valuable reply. I implemented the ACL but did not implemented ACL on file level. Therefore on file level i had given a read permission to others (r--r--r--) by setting CVSUMASK. Be careful that you're not turning

RE: merge mode for XML

2002-05-15 Thread Greg A. Woods
[ On Monday, May 13, 2002 at 10:31:36 (-0700), Glew, Andy wrote: ] Subject: RE: merge mode for XML Motivation: schema changes in most existing relational databases are onerous. For very good reason. And what is that reason? because an RDBMS cannot understand the semantic

failing login to remote server

2002-05-15 Thread Schwenk, Jeanie
Both machines are running cvs 1.11.1p1 and ssh. The server is running HP-UX The client is running linux mandrake 8.2. From the linux client, I can slogin and sftp successfully as jschwenk to the HP machines so ssh is running as expected. But when I try cvs login, authentication fails. I

How to restrict pserver logins for cvs users

2002-05-15 Thread Datla, Raghav
Hi, I want to restrict users (local unix users) from specific machines logging into cvs server using pserver method with cvs user accounts?. Any advice will be appreciated. Thanks, -Raghav ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: How to restrict pserver logins for cvs users

2002-05-15 Thread david
Hi, I want to restrict users (local unix users) from specific machines logging into cvs server using pserver method with cvs user accounts?. Any advice will be appreciated. My first advice is that, if you have a serious concern about security, don't use pserver. Limiting specific

CVS command HELP

2002-05-15 Thread Tom Wheels
I have a new project with many different directories and files in it. I understand the only way to put this into CVS is to use the Import command, however this is my problem, i want this new project to live under a specific directory I currently have in the repository called development. any

RE: CVS command HELP

2002-05-15 Thread Teala Spitzbarth
Personally I don't use the import command to bring new source into our repository. I have a simple recursive shell script that walks down a directory structure adding directories and then checking to see if files are non-text and then either adds them with -kb or not, and commits them. Works

Re: CVS command HELP

2002-05-15 Thread Larry Jones
Tom Wheels writes: I have a new project with many different directories and files in it. I understand the only way to put this into CVS is to use the Import command, however this is my problem, i want this new project to live under a specific directory I currently have in the repository

Re: How to restrict pserver logins for cvs users

2002-05-15 Thread Larry Jones
[EMAIL PROTECTED] writes: Assuming that you want to block off the users, remember that CVS requires a valid user account when invoked. If the users have accounts on the server, they can use those; If you want to block off just certain system users, you can add them to the CVSROOT/passwd

Win CVS Not Recognizing Some Files

2002-05-15 Thread Brett Sheeran
Help, Win CVS has suddenly stopped recognizing some files. These files now appear as ? question marks even though they are still in the respository. When I try updating these files then WinCVS comes up with C for conflicts and tells me to move the files out of the way. This is driving me crazy

WinCVS: half of the files have been 'changed'?

2002-05-15 Thread Rudolf Polzer
I wanted to copy a repository from my Linux PC to some Windows PC using a CD-R. The problem is: after extracting all file times were rounded to a two-second boundary, which made WinCVS think half of the files have changed. Is there a way to tell WinCvs that it should just write the current dates

(no subject)

2002-05-15 Thread Rashmi Vittal
Hi, I am adding a new file to the repository. Can somebody tell me what I need to add in this C file so that I shall be able to see the logs printed at the beggining of the file. Thank you Rashmi __ Do You Yahoo!? LAUNCH - Your Yahoo! Music

CVS bug:Need CVS GUI to see/check G version Tree and revID

2002-05-15 Thread susan_betty
Hello, -1st question is: * is there any GUI tool for CVS in Unix which allow to see a graphical ver sion Tree of a file -2nd question: Have you noticed some any bug strange behavoiur of CVS on head branch for ex, i have revision 1.2. 1.3 then suddenly i find 1.1.1.1 revision id *In fact i

RE: Organising tags for an automated build system

2002-05-15 Thread Glew, Andy
If I use a date-based tag format like AUTOMATED-BUILD_{DATE} I end up writing scripts that figure out which tag is the most recent tag for every module. If I use a general tagname like AUTOMATED-BUILD I think I need to remove such a tag before a new one is created ? Or does cvs

Re: CVS for website maintenance ?

2002-05-15 Thread John
On Tue, 14 May 2002 11:47:00 -0600, Tom Hall [EMAIL PROTECTED] wrote: Is this the wrong list ? 1) Correct list. Assume you have a website and you'd like to be able to have several people make changes to it. Would it make sense to use CVS for this ? 2) CVS is so made for this type of work.

Re: CVS over SSH hangs

2002-05-15 Thread vkd
Joseph Shraibman [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I've been having a similar problem on a redhat box with the cvs-1.11.1p1-6.2 rpm installed. When I try to checkout a large project from the localhost with ssh the checkout hangs after random

Re: CVS over SSH hangs

2002-05-15 Thread Joseph Shraibman
I've been having a similar problem on a redhat box with the cvs-1.11.1p1-6.2 rpm installed. When I try to checkout a large project from the localhost with ssh the checkout hangs after random files, I have to cntrl+C and start it again, and again, and again until the whole project is finished.

Re: CVS for website maintenance ?

2002-05-15 Thread Rudolf Polzer
Scripsit illa aut ille Tom Hall [EMAIL PROTECTED]: Assume you have a website and you'd like to be able to have several people make changes to it. By hand or using WYSIWYG editors? If the latter: do all use the same editor or different ones? Would it make sense to use CVS for this ? Perhaps.

Re: can't add file to branch, not permissions problem

2002-05-15 Thread Larry Jones
Teala Spitzbarth writes: I sure hope all the log fixes syntax changes are in 1.11.2 and that the News file just didn't include those details! They are. Mea culpa. -Larry Jones Wh. -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: CVS bug:Need CVS GUI to see/check G version Tree and revID

2002-05-15 Thread Rene Berber
susan_betty [EMAIL PROTECTED] wrote in message news:abqjlg$jn7$[EMAIL PROTECTED]... Hello, -1st question is: * is there any GUI tool for CVS in Unix which allow to see a graphical ver sion Tree of a file Many, TkCVS is one of them (http://www.twobarleycorns.net/tkcvs.html); take a look at

RE: CVS bug:Need CVS GUI to see/check G version Tree and revID

2002-05-15 Thread Teala Spitzbarth
Susan, If you did an import to bring the files into the repository initially, it will create a 1.1.1.1 version I don't think it is a bug. There are graphical tools: tkcvs will display graphical renditions of file versioning, see: http://www.twobarleycorns.net/tkcvs/tkcvs-log.gif Cheers,

RE: Win CVS Not Recognizing Some Files

2002-05-15 Thread Teala Spitzbarth
Do the Entries file in the CVS subdirectories look correct? (for any directories in the sandbox with affected files) ie. could the Entries files have been corrupted somehow? If the Entries files are missing entries for the files in question then that is why WinCVS is displaying ?. If this is

Incorrect file dates on some clients

2002-05-15 Thread Brett G. Palmer
Hi All, We are seeing incorrect CVS dates from some clients. For example, I will add new files to a module and then another developer will checkout these new files, but the dates are 24 hours in the future. This causes a lot of problems when this same developer modifies any of the files since

CVS generates new files

2002-05-15 Thread Rasmus Resen Amossen
cvs has began to generate new files when I run cvs update or cvs checkin. Fx. I have a file, helloworld in version 1.7 in my working catalog, and the file is newer on the server. When I run cvs update, the file helloworld is beeing merged with the file on the server, but the old version (1.7) is

removing and adding files in CVS

2002-05-15 Thread brianpdoyle
Here is the situation: Added a commited the file, BE4.GIF. The file needs to be all lowercase so I removed and committed, BE4.GIF. I add then add and attempt to commit the file: be4.gif and I get the error: assertion *rcsnode == NULL failed: file commit.c, line 2003 [server aborted] :

merge just overwriting?

2002-05-15 Thread Burckhardt, Jacob P.
Sagi Brody writes: Hello, I just started using CVS. I imported my software as follows: the development version of my sofware as the main trunk the stable latest release as a branch When I modify files in the branch and attempt to merge them into the trunk (cvs update -j stable

help

2002-05-15 Thread raghuram s
I am a programmer from the US[Michigan]. I need your help for setting up cvs repository server.I am getting an error called BROKEN PIPE ERROR SIGNAL when i try to login into the repository. I am using pserver and port 2401 as suggested in many articles..PLEASE HELP ME REGARDING THIS.It

log_accum.pl

2002-05-15 Thread Azmat
How do I obtain the log_accum.pl script so I can receive e-mails on my commits? Thanks. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

No space left on device on the import command

2002-05-15 Thread Nicolas PEZRON
Hello, I have the following error from WinCVS : cvs server: cannot close /cvs/CIDRE/Windows/Dev1/Lettre d'accompagnement faciale DOREMI.rep,v: No space left on device cvs server: ERROR: cannot write file /cvs/CIDRE/Windows/Dev1/Lettre d'accompagnement faciale DOREMI.rep,v: No space left

duplicate key found for 'y' ???

2002-05-15 Thread Duke Neukom
I'm updating a branch, and I get the message cvs update: duplicate key found for 'y'. Does anyone know what causes this message? Lawrence ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Upgrading cvs to newer version

2002-05-15 Thread Anette van der Schyf
Hi We are currently running cvs version 1.10.7 on linux 2.2. We want to upgrade to version 1.11.2 of cvs. I would like to know if the following steps of upgrading is correct: 1. I have downloaded cvs-1.11.tar.gz 2. Type on commandline: gunzip cvs-1.11.tar.gz 3. Type on