Authentication without clear password on the network

2004-07-05 Thread Yves Martin
Hello, I'm currently using a CVS server with PAM authentication. So that my windows users simply use their domain user/password to authenticate with pserver client mode thanks to the SMB PAM module. [ Additionnaly, users are anonymized to a single real 'cvs' user to avoid users

RE: modules file

2004-07-05 Thread Jim.Hyslop
Khyati Nayak wrote: Can I specify regular expressions in a modules file? If yes, how so? No. What are you trying to accomplish? -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (http://www.leitch.com) Columnist, C/C++ Users Journal (http://www.cuj.com/experts)

Permissions for newly added CVS files

2004-07-05 Thread Markus Bott
Hi there, i got some problems with my cvs. I m trying to set a a cvs with ssh access, but i have a few problems when adding new files. When i add new files, the permissions are set to readonly for owner, group and all. I ve tryed to set the CVSUMASK variable, but there is no difference.

Merge to branch

2004-07-05 Thread news
Hello, I have a main trunk and a branch R18. Some changes (on 3 files) have been made by programmer on the main trunk but they should have been done in the R18 branch. I'd like the changes made on the three files to be merged (or just copied) to the R18 branch. Of course, the R18 branch should

Re: Merge to branch

2004-07-05 Thread Rohan Nandode
If both main trunk and branch R18 are in sync till now, then you can merge the changes with following with branch as working copy. cvs update -j HEAD -j R18 your file names This also assumes that there are no commits to main trunk after your required changes. otherwise they will also be merged

RE: Merge to branch

2004-07-05 Thread Jim.Hyslop
news wrote: I have a main trunk and a branch R18. Some changes (on 3 files) have been made by programmer on the main trunk but they should have been done in the R18 branch. I'd like the changes made on the three files to be merged (or just copied) to the R18 branch. Of course, the R18

Re: Merge to branch

2004-07-05 Thread news
Hello, Rohan Nandode [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] If both main trunk and branch R18 are in sync till now, then you can merge the changes with following with branch as working copy. cvs update -j HEAD -j R18 your file names Thank you very much. It was

Re: Merge to branch

2004-07-05 Thread news
Hello, Jim.Hyslop [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] Fixing this will be quite simple. For simplicity, I will assume that there ... Thank you very much for this method. I didn't know it was possible to merge 2 versions in the same branch. I have to read some

Re: Permissions for newly added CVS files

2004-07-05 Thread Larry Jones
Markus Bott writes: When i add new files, the permissions are set to readonly for owner, group and all. I ve tryed to set the CVSUMASK variable, but there is no difference. If you mean the repository files, they're supposed to be read-only. CVS never modifies an existing file, it replaces

RE: binary files bad idea? why?

2004-07-05 Thread Greg A. Woods
[ On Friday, July 2, 2004 at 12:34:42 (-0700), Paul Sander wrote: ] Subject: RE: binary files bad idea? why? --- Forwarded mail from Greg Woods: It is literally _impossible_ to manually resolve (with any degree of correctness) any three way merge with conflicts in any ``binary'' file,

RE: CVS corrupts binary files ...

2004-07-05 Thread Greg A. Woods
[ On Friday, July 2, 2004 at 12:49:58 (-0700), Paul Sander wrote: ] Subject: RE: CVS corrupts binary files ... --- Forwarded mail from [EMAIL PROTECTED] [ On Wednesday, June 30, 2004 at 22:59:27 (-0700), Paul Sander wrote: ] Subject: RE: CVS corrupts binary files ... (A) they're not

RE: binary files bad idea? why?

2004-07-05 Thread Greg A. Woods
[ On Friday, July 2, 2004 at 22:25:27 (-0400), Eric wrote: ] Subject: RE: binary files bad idea? why? At 2:11 PM -0400 7/2/04, Greg A. Woods wrote: Why is it so damn hard for everyone to keep this simple fact in mind? Because it is entirely possible to use CVS in a manner where this

Re: Authentication without clear password on the network

2004-07-05 Thread Greg A. Woods
[ On Monday, July 5, 2004 at 12:03:57 (+0200), Yves Martin wrote: ] Subject: Authentication without clear password on the network I'm currently using a CVS server with PAM authentication. So that my windows users simply use their domain user/password to authenticate with pserver client

Re: Number of unique accesses to a repository?

2004-07-05 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wassim Bassalee [EMAIL PROTECTED] writes: I am trying to figure out the number of unique anonymous checkouts from a repository. The history file doesn't display enough information to distinguish between unique accesses. Is there a way to do so?