Hello Oliver,
thank you very much for your fast answer. Here are the answers to
your questions, and a little bit more ...
--- In cvsgui@xxxx, "Oliver Giesen" <ogware@xxxx> wrote:
> > sorry for that. Here are more information....
> > - what is SSH?
>
> Stands for Secure SHell. It is a common authentication and
encryption
> protocol used to access shell accounts. It is often used when CVS
> repositories should be securely accessed over the internet.
>
>
> > - Server and Clients are windows 2000/NT PC's
> > - Server CVS NT 1.11.1.3 build 57c
>
> The most recent stable release is build 57f. From what I've read
there
> were quite a number of bugs fixed in the meantime. OTOH, 57g seems
to
> be right around the corner and will probably contain some pserver
> fixes, so if you really need pserver it might be worth to wait a few
> days.
>
>>>>>>>we will check this...
> > - Client WinCVS 1.3.8.1 Beta 8 build 1
> > - client without Python and TCL
>
> OK.
>
>
> > - pserver with passwd file in CVSROOT directory
> > - for directory c:\cvsrepo and c:\cvstemp and all others above all
> > user have full access
>
> What is the CVSROOT string you're using? IOW: what entries are made
on
> the Admin|Preferences/General tab?
>>>>>>>>>> entries are:
Authentication: pserver
Path: /test
Host address: hdhs0886
User name: gba
CVSROOT: gba@hdhs0886:/test
Also, check whether on the server a
> so-called repository prefix was set.
>>>>>>>>>> prefix ist set to c:/cvsrepo
> Another general comment: Why are you using pserver if all your
> machines are NT/2000? Do you need to connect from outside your LAN
> (e.g. over the internet)? Even if this is the case, you should
> consider using SSH or SSPI instead, as pserver is inherently
insecure.
> If there's no need to connect over the internet, the easiest and
most
> secure course would definitely be to use the ntserver protocol.
>
>>>>>>>>>>>in the future we will use also Unix-clients. Do we then
need SSH?
>
> > Unfortunately I didn't install the server (cvsnt_1.11.1.3.exe).
>
> But I assume someome else did... ;)
>>>>>>>>>>>Yes, he did it according readme.doc, that comes with the
programm.
>
> > I
> > just installed my client (only wincvs13b8.zip) without Python and
> > TCL. Do I need Python and TCL and what for?
>
> Installing Python and TCL is a mere convenience and not required. It
> would give you quite a number of new commands via Macros and gives
you
> a CVS commandline shell, so you wouldn't have to open a DOS-box for
> manually executing CVS commands.
>
>
> > By the way, when I enter "cvs passwd" in a DOS-box on the server,
> the
> > system answers that no CVSROOT is specified.
>
> To execute CVS commands from a DOS box you have to specify the
CVSROOT
> either via an environment variable of that name or by using the -d
> global option. If you install TCL, you would not have to bother with
> this.
>>>>>>>>>>>A CVSROOT is set to :local:c:/cvsrepo where the Project
files are (repositories and modules). Is this right? In an other
document I read that the environment variable must be set
to :ntserver:<computername>:<the repository e. g. /Test>
But we don't understand that - whats happening with more than one
Repository?
>>>>>>>>>>One last question: Is it right, that you can define user
roles with NT user groups. We'd like to seperate users: one group is
allowed to change e .g. the "Admin Options" log entries - other users
are not allowed to do that. Do I need only the user roles?
>
> Hope this helps a bit...
>
> Oliver
>>>>>>>>>You help so far a lot, thank you.
>>>>>>>>>Gerhard
|