info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: info-cvs Digest, Vol 40, Issue 37


From: cvs admin
Subject: Re: info-cvs Digest, Vol 40, Issue 37
Date: Mon, 3 Apr 2006 10:58:30 +0530

Any updates on this plz I am waiting for some suggestion from you.
Have documents to configure the LDAP in CVS for user authentication.


 
On 3/29/06, address@hidden <address@hidden > wrote:
Send info-cvs mailing list submissions to
       address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.nongnu.org/mailman/listinfo/info-cvs
or, via email, send a message with subject or body 'help' to
       address@hidden

You can reach the person managing the list at
       address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of info-cvs digest..."


Today's Topics:

  1. CVS authentication using LDAP. (cvs admin)
  2. Re: Strange CVS behaviour (Thorsten Alteholz)
  3. Manager setting permissions on modules!!! (akkisoft)
  4. RE: Manager setting permissions on modules!!! (Arthur Barrett)
  5. Re: Looking for info on cvs logging (Brendan Humphreys)
  6. Re: No such file or directory (ankush grover)


----------------------------------------------------------------------

Message: 1
Date: Wed, 29 Mar 2006 12:17:23 +0530
From: "cvs admin" <address@hidden >
Subject: CVS authentication using LDAP.
To: address@hidden
Message-ID:
       < address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hi ,


In the present scenario, we have usernames/passwords stored for each
repository on the CVS system itself. We would like to use the LDAP server
for CVS authentication which stores all the Network login IDs and passwords.
This way we wouldn't have to store passwords on the server and users will
have to remember only their network/windows login password.

For this, we might have to install some system level packages related to PAM
(which supports LDAP authentication).



So anybody have any links or docs to configure the LDAP on Red Hat
Enterprise Linux AS release 4 (Nahant Update 2)





Thanks for help in advance.



cheers

Om
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnu.org/pipermail/info-cvs/attachments/20060329/d1de62df/attachment.html

------------------------------

Message: 2
Date: Wed, 29 Mar 2006 09:30:13 +0200 (CEST)
From: Thorsten Alteholz <address@hidden>
Subject: Re: Strange CVS behaviour
To: address@hidden
Message-ID:
       <address@hidden >
Content-Type: TEXT/PLAIN; charset=US-ASCII



On Tue, 28 Mar 2006, Mark E. Hamilton wrote:
> I've never seen 'cvs update -C' fail, and if it created the backup
> version then it must have done something (or why would it have created
> the backup?)

With version 1.11.11 everything works fine on my side too. These stranges
things only happen with 1.11.21.
Is there anything I might have done wrong during compilation?

> I suspect that what happened is that someone checked in the file with
> the conflict markers still in it. I'm not sure how this can happen for a
> real conflict, but I've seen it.

No, I am sorry, there are no markers in the repository file.

  Thorsten





------------------------------

Message: 3
Date: 28 Mar 2006 23:12:01 -0800
From: "akkisoft" <address@hidden>
Subject: Manager setting permissions on modules!!!
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

As an administrator I can set the permissions on modules using cvsacls.
Now the scenario is:
1. We have say projects X and Y in the repository.
2. Manager-A is managing Project-X and Manager-B is managing Project-Y.
3. Manager-A want to give access to developers on modules/branches
under Project-X.

As an administrator I can provide with the neccessary access. However
Manager-A wants to have this control in his hands as the access keeps
changing quite frequently(he could not convince me to this, but after
all he is a manager ;)).
Now if I give him access to cvsacls file he can screw up the access
rights (accidently or may be not) that exist for Project-Y.
Is there a way to give control to Manager-X to control access rights of
developers working on Project-X?

Thanks
akkisoft



------------------------------

Message: 4
Date: Wed, 29 Mar 2006 20:50:19 +1000
From: "Arthur Barrett" <address@hidden>
Subject: RE: Manager setting permissions on modules!!!
To: "akkisoft" <address@hidden>,       <address@hidden>
Message-ID:
       < address@hidden>
Content-Type: text/plain;       charset="us-ascii"

Akkisoft,

The free GPL CVSNT for Linux, Unix, Windows and Mac can do that since
ACL's are integrated (cvs chacl etc) and there is a permission for
setting permissions...

Refer to the cvsnt manual or the cvsnt newsgroup and wiki for more
information.

Regards,


Arthur Barrett




------------------------------

Message: 5
Date: Wed, 29 Mar 2006 23:21:45 +1100
From: Brendan Humphreys <address@hidden>
Subject: Re: Looking for info on cvs logging
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Hi Norm,

Our commercial tool, FishEye, sits alongside your CVS and does
changeset analysis (amongst many other things). It also allows very
sophisticated querying so that you could pull commit messages and
changeset IDs from the repository into CSV format very easily by
running a query like:

select revisions from dir /projects/foo
group by changeset
return author, comment, csid

You can run this query via a web interface or via a REST-style web API.

More information about FishEye can be found at http://www.cenqua.com/
fisheye

A live demo instance of FishEye can be found here: http://
www.cenqua.com/fisheye/demo/

Cheers,
-Brendan
http://www.cenqua.com

On 29/03/2006, at 2:51 AM, Norman Crisp wrote:

> Is there any sort of internal id generated within CVS that can be
> picked up
> using cvs log or any other cvs command?
>
> For the purpose of metrics gathering I would like to be able to
> group a
> block of files that are committed together with a single "change
> set id".  I
> have implemented a commit template that prompts the designers for
> information such as inspection effort, defects found etc.  The
> problem is
> that when using cvs log, I can retrieve this information for metrics
> calculations, but I end up getting the total time on each file, and
> not the
> total time for the group of files.  Of course, this throws the
> numbers way
> off.  If an internal id was generated I could gather the numbers
> once per
> id.
>
> Thanks
> Norm.
>
>
>
> _______________________________________________
> info-cvs mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/info-cvs
>





------------------------------

Message: 6
Date: Wed, 29 Mar 2006 22:11:32 +0530
From: "ankush grover" <address@hidden>
Subject: Re: No such file or directory
To: "Purnima Maheshwari" < address@hidden>,
       address@hidden
Message-ID:
       < address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

On 3/29/06, Purnima Maheshwari <address@hidden > wrote:
>
> I am trying to create a new repository. I followed the following steps
> 1) created cvsadmin user.
> 2)In /home/cvsadmin  created a directory TESTCVS.
> 3)Set CVSROOT to this directory
> 4)Created a repository with init.
> Now i want to add files to the repository. Created  a directory "TMP" with
> some dummy c++ source files and ran the following command
> cvs import -m "Importing source"  test1 xxx_ven yyy_tag
> Get the following error
> N test1/
> cvs import: cannot lstat file : No such file or directory
> N test1/
> cvs import: cannot lstat file : No such file or directory
> N test1/cpp
> cvs import: cannot lstat file cpp: No such file or directory
>
> No conflicts created by this import.
> Can anyone please help me with this query
> Thanks and Regards
> Purnima
>
>
> hey,


Did you created the cvspserver or any other cvs file under /etc/xinetd.d(if
you are using redhat linux) or inetd(any other distro of linux)

Moreover did you login into the cvs before importing the files

cvs -d :pserver:address@hidden:/pathtocvsrepo/ login

I am assuming ur using pserver as the protocol.

Read this url for configuring cvs on redhat linux.

http://www.freeos.com/articles/4608/


Regards

Ankush Grover
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnu.org/pipermail/info-cvs/attachments/20060329/51ddea93/attachment.html

------------------------------

_______________________________________________
info-cvs mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/info-cvs


End of info-cvs Digest, Vol 40, Issue 37
****************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]