Re: slightly off topic - Directory Structures

2003-06-24 Thread Karl-König Königsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | This is what I was thinking ... that if you want to build exactly what is | in production than jars and other lib or dependencies need to be included. | We were actually contemplating using CVS as a mechanism to store what is

Re: slightly off topic - Directory Structures

2003-06-24 Thread thomas . maciejewski
|-+-- | | Karl-König Königsson | | | karl-konig.q.konigsson| | | @posten.se| | | | | | 06/24/2003 03:06 AM| | |

just when you thought it was safe to get back in the water

2003-06-24 Thread thomas . maciejewski
OK I thought that I had this thing all sorted out when I was able to login , but I am now having some issues with checking files out. It appears that I can not co a project. I am getting the following error: box:/homedir/maciejet/CVS cvs co projectname Fatal error, aborting. Tom

Re: just when you thought it was safe to get back in the water

2003-06-24 Thread Fabian Cenedese
Tom Maciejewski: no such user cvs checkout: authorization failed: server box rejected access to /files/fxfo/CVS for user maciejet Is the user now maciejet or Tom Maciejewski? I think you have something mixed up. bye Fabi ___ Info-cvs mailing list

Re: just when you thought it was safe to get back in the water

2003-06-24 Thread thomas . maciejewski
I changed the passwd file to : maciejet::maciejet and now I get this ... host:/homedir/maciejet/CVS cvs co RateSheet setgid failed: Not owner cvs checkout: authorization failed: server host rejected access to /files/fxfo/CVS for user maciejet

Re: just when you thought it was safe to get back in the water

2003-06-24 Thread thomas . maciejewski
passwd entry is: maciejet::Tom Maciejewski |-+- | | Fabian Cenedese [EMAIL PROTECTED] | | | Sent by: | | |

Re: just when you thought it was safe to get back in the water

2003-06-24 Thread Larry Jones
[EMAIL PROTECTED] writes: I changed the passwd file to : maciejet::maciejet and now I get this ... You can omit third field if it's the same as the first field. host:/homedir/maciejet/CVS cvs co RateSheet setgid failed: Not owner Then you're not running the server as root (from

Re: adding users?

2003-06-24 Thread Larry Jones
Kent E writes: This is a multi-part message in MIME format. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! How to all users in CVS? Unless you're using SystemAuth=no in your CVSROOT/config file, all system users are automatically CVS users and

Re: just when you thought it was safe to get back in the water

2003-06-24 Thread Larry Jones
[EMAIL PROTECTED] writes: box:/homedir/maciejet/CVS cvs co projectname Fatal error, aborting. Tom Maciejewski: no such user cvs checkout: authorization failed: server box rejected access to /files/fxfo/CVS for user maciejet That means that your CVSROOT/passwd file is defective. You have

HEAD revision with branches.

2003-06-24 Thread Remi Gurski
My local copy of file.c is checked out on my_branch (actually, the entire directory is on that branch), and has had several changes committed. There have also been changes committed to the mainline copy of file.c. I want to see what the changes are between the tip of my_branch and the tip of

acl support in CVS

2003-06-24 Thread Peschko, Edward
hey, I've put together a patch for acl support in CVS (vs 1.11.5/6). Exactly how do I submit it? I tried posting to [EMAIL PROTECTED], but it looks like the spam filter ate it. Sheesh. I *hate* fighting environments. This mailing list, for some reason is extremely hostile to mine. Can't post

Re: acl support in CVS

2003-06-24 Thread Mark D. Baushke
Peschko, Edward [EMAIL PROTECTED] writes: hey, I've put together a patch for acl support in CVS (vs 1.11.5/6). Exactly how do I submit it? I tried posting to [EMAIL PROTECTED], but it looks like the spam filter ate it. As far as I understand, there is no spam filter on [EMAIL PROTECTED]

history file/report format

2003-06-24 Thread Wayne Johnson
Anyone know if the history report/file is documented anywhere. I'd like to write a script that will list all commits since a specific date, and then generate a report with these commits messages. To do this, I need to scarf the data in the history report. Are these fields always space

Re: HEAD revision with branches.

2003-06-24 Thread Larry Jones
Remi Gurski writes: I want to see what the changes are between the tip of my_branch and the tip of mainline. cvs diff -rHEAD file.c doesn't work - it shows the diff between the local copy and the tip of my_branch. I guess that means HEAD is only the tip of the current branch? Yes, diff

acl for cvs try II

2003-06-24 Thread Edward Peschko
ok, here's acl for cvs - try II, to see if its getting through to the list. The patch implements very simple acl at the code level, and works against cvs-1.11.5/6. Below is a bit of a writeup, followed by the patch. If people are interested in having this apply against 1.12.1, I'll work on it,