Multiple CVS and same files

2001-05-30 Thread Erik Mattsson
HI Im wondering if it is possible for different CVS's to share some files ? Im in a project that has two CVS, because they are mainly two different projects. But in these two projects we do have some common files that are used in both projects, and it would be nice if those files just could be on

Re: Multiple CVS and same files

2001-05-30 Thread Harald Kucharek
Erik Mattsson wrote: > > HI > > Im wondering if it is possible for different CVS's to share some files ? > Im in a project that has two CVS, because they are mainly two > different projects. But in these two projects we do have some > common files that are used in both projects, and it would b

Re: Multiple CVS and same files

2001-05-30 Thread Mike Castle
On Wed, May 30, 2001 at 09:42:24AM +0200, Erik Mattsson wrote: > cvsA/xml > cvsA/applecode > > cvsB/xml > cvsB/orangecode Change your layout so it's something like this: cvaA/applecode cvsB/orangecode cvsX/xml Then the xml can be on any server. You can checkout either one and cvs won't care (

AW: Multiple CVS and same files

2001-05-30 Thread Schell Walter
Hi Erik, >>the */xml contains the same files but are needed in both projects. Is >>it possible to update the cvsA/xml so the cvsB/xml also gets updated ? why not having xml only in for example cvsA ? After the first checkout the client should manage the access to the correct repository by itself

just a note

2001-05-30 Thread dragon20
PLEASE FORWARD TO THE PERSON RESPONSIBLE FOR PURCHASING YOUR LASER PRINTER SUPPLIES VORTEX SUPPLIES LASER PRINTER TONER CARTRIDGES, COPIER AND FAX CARTRIDGES SAVE UP TO 30% FROM RETAIL ORDER BY PHONE:1-888-288-9043 ORDER BY FAX: 1-888-977-1577 CUSTOMER SERVICE: 1-888-248-2015 E-MAI

Re: cvs add filename error

2001-05-30 Thread Matthew Riechers
sandra humphrey wrote: > > I am trying to add a new file to a repository with the following > command: > cvs add filename. It is returning the error: > cvs add win.ini > cvs add: in directory .: > cvs [add aborted]: there is no version here; do 'cvs checkout' first > > This is a brand new repo

CVS training

2001-05-30 Thread Santimore, Matt
Anybody out there provide end user and operational training for CVS? TIA Matt ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Linux security issues as they pertain to CVS

2001-05-30 Thread Derek R. Price
"Greg A. Woods" wrote: > [ On Tuesday, May 29, 2001 at 09:18:33 (-0500), Thornley, David wrote: ] > > Subject: RE: Linux security issues as they pertain to CVS > > > > Any problems with running pserver over an encrypted channel? It seems to > > met that would be just as secure as ssh access (and

Re: [Newbie Question] Flag records

2001-05-30 Thread Derek R. Price
"David A. Cobb" wrote: > I understand from reading here that CVS includes all of RCS, in one way or > another. > > Are lines such as " $ID$ something " and "$DATE$ something" features of RCS? Yes. http://cvshome.org/docs/manual/cvs_12.html#SEC99 > And how do they get there in the first place

Re: Release notes out of CVS

2001-05-30 Thread Derek R. Price
Anette Van Aswegen wrote: > I would like to know whether there a facility exists within CVS from where I > can retrieve a release note after we have released > a new version. How would CVS know which version was released to a client? Tags. Read up in the manual. You might start here: http://cv

Re: Release notes out of CVS

2001-05-30 Thread Todd Denniston
Anette Van Aswegen wrote: > > Hi > > I would like to know whether there a facility exists within CVS from where I > can retrieve a release note after we have released > a new version. `cvs log` and `cvs history` try http://www.red-bean.com/cvs2cl/ to get the notes down to a manageable list.

Re: [Newbie question] When LOGIN fails

2001-05-30 Thread Derek R. Price
"David A. Cobb" wrote: > Today I was working with a repository at the other end of an SSH tunnel. > > My CVS LOGIN was rejected: "server denied access to ${CVSROOT}" > > However, while experimenting with Xemacs/PCL-CVS I requested to STATUS, > and then to UPDATE my directories. Both functions ap

How to compile a static CVS

2001-05-30 Thread Mark
Hello, I have seen posts able have a static CVS binary. How does one create it? Is there a special option to configure or the coimpiler or is it done by default? I am using sun workshop 6.1 on solaris 2.6. Thanks, Mark __ Do You Yahoo!? Get pers

cannot check out project

2001-05-30 Thread Kini, Nagraj (GEAE, Foreign National)
> Hello, > This bug has been posted at lot of different places but i did not > seen to get a solution for it. > when i try to check out > i get the message > cvs server: Updating gpack > cvs server: failed to create lock directory in repository > `/cvsroot/gpack/gpack': Permission denied >

RE: cannot check out project

2001-05-30 Thread Helliwell, Matthew
> Hello, > This bug has been posted at lot of different places but i did not > seen to get a solution for it. > when i try to check out > i get the message > cvs server: Updating gpack > cvs server: failed to create lock directory in repository > `/cvsroot/gpack/gpack': Permission denied >

Re: cannot check out project

2001-05-30 Thread Donald Sharp
What are the directory permissions in /cvsroot/gpack/gpack? Are you allowed to write in there? doinald On Wed, May 30, 2001 at 10:04:48AM -0400, Kini, Nagraj (GEAE, Foreign National) wrote: > > Hello, > > This bug has been posted at lot of different places but i did not > > seen to get a sol

safe to delete directories manually

2001-05-30 Thread Rich Smith
Is it safe to delete directories in the CVS repository manually. We have some directories that were created in the wrong place in the directory tree. I would like to remove them so that they don't clutter up the browsing of the repository (via cvsweb). Is this safe to do? thanks Rich __

Re: safe to delete directories manually

2001-05-30 Thread Matthew Riechers
Rich Smith wrote: > > Is it safe to delete directories in the CVS repository manually. We have > some directories that were created in the wrong place in the directory tree. > I would like to remove them so that they don't clutter up the browsing of > the repository (via cvsweb). Is this safe to

Re: safe to delete directories manually

2001-05-30 Thread Larry Jones
Rich Smith writes: > > Is it safe to delete directories in the CVS repository manually. We have > some directories that were created in the wrong place in the directory tree. > I would like to remove them so that they don't clutter up the browsing of > the repository (via cvsweb). Is this safe to

cvs log and date ranges

2001-05-30 Thread Zachary M. Smith
I am trying to use 'cvs log' to show me the log entries for files that changed between two dates. So, for example, I run the following command: cvs log -d'05/29/2001 03:01>05/29/2001 12:06' which I would expect to show me the logs for all the files changed between 3:01am and 12:06pm on May 29.

problem after login

2001-05-30 Thread Robert Koberg
I am using pserver to connect to login to the repository. On the local linux machine everything is fine. When I try to access it remotely I can log in and it authenticates me (I assume since there is no error msg and I am back at the prompt). But when I try to to check something out I get the er

Re: cvs log and date ranges

2001-05-30 Thread Larry Jones
Zachary M. Smith writes: > > I am trying to use 'cvs log' to show me the log entries for files > that changed between two dates. So, for example, I run the following > command: > > cvs log -d'05/29/2001 03:01>05/29/2001 12:06' > > which I would expect to show me the logs for all the files chang

Re: problem after login

2001-05-30 Thread Larry Jones
Robert Koberg writes: > > But when I try to to check something out I get the error (the remote machine > is 192.168.1.102 - the cvs machine is 192.168.1.101): > > 192.168.1.102:connection refused > cvs [checkout aborted]: end of file from server (consult above message if > any) "Connection refu

cvs edit: dying gasps

2001-05-30 Thread Bina Kshatriya
If there is a watch set on a file and I try to use "cvs edit filename" to edit the file, I get an error message: "cvs edit: dying gasps" from the respository host. The weird part is that I have used watches before and did not receive this error message.

Re: question about cvs!

2001-05-30 Thread wangc
I have downloaded a version of cvs for solaris 2.5.1 and now it works Thanks, wangc - Original Message - From: "Donald Sharp" <[EMAIL PROTECTED]> To: "wangc" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 9:40 PM Subject: Re: question about cvs! >

Re: Linux security issues as they pertain to CVS

2001-05-30 Thread Greg A. Woods
[ On Wednesday, May 30, 2001 at 09:23:20 (-0400), Derek R. Price wrote: ] > Subject: Re: Linux security issues as they pertain to CVS > > No you don't. A secure channel only need authenticate the server, possibly > using an external certificate authority, a la HTTPS. You cannot have a "secure ch

Re: CVS & SSL

2001-05-30 Thread Greg A. Woods
[ On Thursday, May 24, 2001 at 15:26:17 (-0400), Derek R. Price wrote: ] > Subject: Re: CVS & SSL > > By limiting CVS to :ext: you are limiting the choice of security models to those > which provide _shell_accounts_on_the_server_! The socket provider model allows for > any sort of security model

Re: CVS & SSL

2001-05-30 Thread Greg A. Woods
[ On Thursday, May 24, 2001 at 15:26:17 (-0400), Derek R. Price wrote: ] > Subject: Re: CVS & SSL > > > Maybe I need to ask for people to help me to produce a new release of > > CVS based on my current private work so that a safe alternative > > implementation is publicly available. > > If yo

RE: CVS & SSL

2001-05-30 Thread Greg A. Woods
[ On Thursday, May 24, 2001 at 14:00:51 (-0500), Thornley, David wrote: ] > Subject: RE: CVS & SSL > > Unless you can provide me with a way to use :ext: that handles different > line-ending conventions properly Use of :ext: and any handling of end-of-line issues is orthogonal. > is not prone to

how to execute cvs commit from script?

2001-05-30 Thread Bhavaniprasad Polimetla
Dear sir, script: #!/bin/ksh `cvs commit temp.c` the script giving following error. Vim: Warning: Output is not to a terminal how to execute cvs commit from script? thankyou, Bhavani. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.or

Re: Multiple CVS and same files

2001-05-30 Thread Erik Mattsson
Well I found a solution, it is possible to use symlinks (unix) when creating files and directories in other directories. It is both possible to symlink the directories and files and committing works lika a charm now :) So I ended up with a layout such this one cvsA/xml cvsA/apple and cvsB/orang

Re: how to execute cvs commit from script?

2001-05-30 Thread Shubhabrata Sengupta
cvs commit -m "Your comment here" temp.c -Original Message- From: Bhavaniprasad Polimetla <[EMAIL PROTECTED]> To: CVS <[EMAIL PROTECTED]> Date: Thursday, May 31, 2001 12:32 PM Subject: how to execute cvs commit from script? >Dear sir, > >script: > >#!/bin/ksh >`cvs commit temp.c` > >the