UNSUBSCRIBE

2000-07-04 Thread Brian Dunstan

please unsibscribe me from this list




Re: cvsignore problem.

2000-07-04 Thread Hennink Tijmen 44541

This is not a very secure solutions cause you're creating root-access for
normal users.
I've already found the solution with env in inetd.cond

Tijmen

On Tue, 4 Jul 2000, Marinalva Dias Soares wrote:

> On Tue, 4 Jul 2000, Hennink Tijmen 44541 wrote:
> 
> The root directory must be with permissions 755. I had this problem
> because my root directory didn't have correct permission.
> 
> Marinalva.
> 
> > Hello,
> > 
> > I have a problem with using CVS with it's pserver.
> > When connecting I get the following error.
> > [hennink@patrijs test]$ wesp cvs -d :pserver:hennink@localhost:/home/henn
> > ink/cvsroot checkout project
> > cvs server: cannot open /root/.cvsignore: Permission denied
> > cvs [server aborted]: can't chdir(/root): Permission denied  
> > 
> > According to the manual I have a file cvsignore in
> > /home/hennink/cvsroot/CVSROOT but cvs doesn't use it.
> > 
> > What's wrong?
> > 
> > with regards,
> > 
> > Tijmen
> > 
> > 
> 
> 




Re: cvsignore problem.

2000-07-04 Thread Marinalva Dias Soares

On Tue, 4 Jul 2000, Hennink Tijmen 44541 wrote:

The root directory must be with permissions 755. I had this problem
because my root directory didn't have correct permission.

Marinalva.

> Hello,
> 
> I have a problem with using CVS with it's pserver.
> When connecting I get the following error.
> [hennink@patrijs test]$ wesp cvs -d :pserver:hennink@localhost:/home/henn
> ink/cvsroot checkout project
> cvs server: cannot open /root/.cvsignore: Permission denied
> cvs [server aborted]: can't chdir(/root): Permission denied  
> 
> According to the manual I have a file cvsignore in
> /home/hennink/cvsroot/CVSROOT but cvs doesn't use it.
> 
> What's wrong?
> 
> with regards,
> 
> Tijmen
> 
> 




Re: Diff / Status problem

2000-07-04 Thread Matthias Kranz

On Tue, Jul 04, 2000 at 02:23:08PM +0200, Markus Niebel wrote:
> We're using WinCVS 1.06 and commandline client 1.10.5 on NT
> machines and local access to the repo on a linux box via Samba.
> We detected the following problem:
> 
>dir1
> +subdir1
> |+---File1.hpp
> |+---xxx
> |  
> +---File1.hpp
> +---xxx
> 
> The File1.hpp-files were added and commited at the same time and
> when I make cvs status I can see the same time stamps. But the
> files have definitly different contents. When I copy File1.hpp
> from subdir1 over File1.hpp in dir1 and wincvs is not running
> then neither cvs status nor cvs diff can detect that the file
> has changed. This is wrong since the project in dir1 gets
> broken.

??? What do you mean with 'cvs diff' cannot detect that the file
has changed. 'cvs diff' should show you the differences between
two revisions of the same file. So if you copy subdir1/File1.hpp
over dir1/File1.hpp

1. 'cvs status dir1/File1.hpp' should show you that the file is
"Locally Modified".

If you then commit this new version to the repository,

2. 'cvs diff -r 1.1 -r 1.2 dir1/File1.hpp' should produce an
output with the differences between the two revisions.

If this is not what you mean or what you get, please provide the
exact output of the commandline version.

Regards,
Matthias
-- 
Matthias Kranz  [EMAIL PROTECTED]
 http://www.belug.org/~kranz
"Ever tried. Ever failed. No matter. Try again.
 Fail again. Fail better." (Samuel Beckett)




Re: cvsignore problem.

2000-07-04 Thread Tobias Weingartner

On Tuesday, July 4, Hennink Tijmen 44541 wrote:
> 
> [hennink@patrijs test]$ wesp cvs -d :pserver:hennink@localhost:/home/henn
> ink/cvsroot checkout project
> cvs server: cannot open /root/.cvsignore: Permission denied
> cvs [server aborted]: can't chdir(/root): Permission denied  

Chances are your $HOME env var is set wrong...

--Toby.





Re: [Re: support cvs login for rsh mode?]

2000-07-04 Thread Tobias Weingartner

On Tuesday, July 4, lucky seven wrote:
> 
> I tried to find if anything like 'who am i" or other terminal dependant
> commands in dot files, but could not find any. I am using cvs 1.10 'Halibut'
> on Solaris 2.5.1 with ksh shell. The message only shows when I run "cvs
> commit". 

Then check your CVSROOT/* files...

--Toby.





Re: Diff / Status problem

2000-07-04 Thread Markus Niebel

thanks, tried with our current setup and 1.10.8 client which comes with
wincvs 1.1b14 - same effect. If wincvs self is running it will detect
the manipulation - so diff and status will do their work (wincvs 1.06 
as well as 1.1b14).

Markus

Mike Little wrote:
> 
> > -Original Message-
> > From: Markus Niebel [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 04, 2000 1:23 PM
> > To: [EMAIL PROTECTED]
> > Subject: Diff / Status problem
> >
> >
> > I asked it yesterday - I post it again since I want to know
> > what to do
> > against this behaviour. Found nothing in the docs / manuals.
> >
> >
> > Maybe this is an error which may come up in rare
> > circumstances and maybe
> > it is fixed yet (in which version???)
> >
> > We're using WinCVS 1.06 and commandline client 1.10.5 on NT
> > machines and
> > local access to the repo on a linux box via Samba. We detected the
> > following problem:
> >
> >dir1
> > +subdir1
> > |+---File1.hpp
> > |+---xxx
> > |
> > +---File1.hpp
> > +---xxx
> >
> > The File1.hpp-files were added and commited at the same time
> > and when I
> > make cvs status I can see the same time stamps. But the files have
> > definitly
> > different contents. When I copy File1.hpp from subdir1 over
> > File1.hpp in
> > dir1 and wincvs is not running then neither cvs status nor
> > cvs diff can
> > detect that the file has changed. This is wrong since the project in
> > dir1
> > gets broken.
> >
> > Anyone get an idea what went wrong?
> 
> I think your problem is may be caused by using the windows client
> over a samba file mount.
> You should use client server for the windows clients.
> Also 1.10.5 has bugs which are fixed in the latest version 1.10.8
> 
> Check the mailing list archives for previous threads on this subject.
> 
> Hope this helps,
> 
> Mike
> 
-- 
COLOUR CONTROL Farbmeßtechnik GmbH
Markus Niebel   Bornaer Straße 205
mail: [EMAIL PROTECTED]   D-09114 Chemnitz / Germany




cvsignore problem.

2000-07-04 Thread Hennink Tijmen 44541

Hello,

I have a problem with using CVS with it's pserver.
When connecting I get the following error.
[hennink@patrijs test]$ wesp cvs -d :pserver:hennink@localhost:/home/henn
ink/cvsroot checkout project
cvs server: cannot open /root/.cvsignore: Permission denied
cvs [server aborted]: can't chdir(/root): Permission denied  

According to the manual I have a file cvsignore in
/home/hennink/cvsroot/CVSROOT but cvs doesn't use it.

What's wrong?

with regards,

Tijmen




RE: Diff / Status problem

2000-07-04 Thread Mike Little

> -Original Message-
> From: Markus Niebel [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 04, 2000 1:23 PM
> To: [EMAIL PROTECTED]
> Subject: Diff / Status problem
> 
> 
> I asked it yesterday - I post it again since I want to know 
> what to do 
> against this behaviour. Found nothing in the docs / manuals.
> 
> 
> Maybe this is an error which may come up in rare 
> circumstances and maybe
> it is fixed yet (in which version???)
> 
> We're using WinCVS 1.06 and commandline client 1.10.5 on NT 
> machines and
> local access to the repo on a linux box via Samba. We detected the 
> following problem:
> 
>dir1
> +subdir1
> |+---File1.hpp
> |+---xxx
> |  
> +---File1.hpp
> +---xxx
> 
> The File1.hpp-files were added and commited at the same time 
> and when I
> make cvs status I can see the same time stamps. But the files have
> definitly
> different contents. When I copy File1.hpp from subdir1 over 
> File1.hpp in
> dir1 and wincvs is not running then neither cvs status nor 
> cvs diff can
> detect that the file has changed. This is wrong since the project in
> dir1
> gets broken.
> 
> Anyone get an idea what went wrong?

I think your problem is may be caused by using the windows client 
over a samba file mount.
You should use client server for the windows clients.
Also 1.10.5 has bugs which are fixed in the latest version 1.10.8

Check the mailing list archives for previous threads on this subject.

Hope this helps,

Mike

--
Mike Little
Share what you know. Learn what you don't.

ServicePOWER Business Solutions Ltd
home: [EMAIL PROTECTED]




Re: Can WinCVS handle a local repository on Win98?

2000-07-04 Thread Martin Roehrig

Hi Ronald,

Ronald Hayden schrieb:

> I'm trying to determine which GUI I want to use for my local Win98
> CVS repository.  WinCVS looks more supported and friendly than tkcvs
> (just going on initial impressions), but cyclic.com says WinCVS can
> only hook up to a Unix repository.
>
> Is this still true?  Or can I use it for a local Win98 repository?

I haven't yet seen a CVS server for Win98, but you can use WinCVS in
CVS' local mode, i.e. access your repository locally instead of via the
client/server protocol.
Just set the "Authentication" field to "Local mounted directory" and the
"CVSROOT" field to something like ":local:c:\myrepository".
Although this method is not suggested for network access (NFS etc.),
there seems to be no problem when accessing a repository that is on a
local drive.

Best regards
Martin




Diff / Status problem

2000-07-04 Thread Markus Niebel

I asked it yesterday - I post it again since I want to know what to do 
against this behaviour. Found nothing in the docs / manuals.


Maybe this is an error which may come up in rare circumstances and maybe
it is fixed yet (in which version???)

We're using WinCVS 1.06 and commandline client 1.10.5 on NT machines and
local access to the repo on a linux box via Samba. We detected the 
following problem:

   dir1
+subdir1
|+---File1.hpp
|+---xxx
|  
+---File1.hpp
+---xxx

The File1.hpp-files were added and commited at the same time and when I
make cvs status I can see the same time stamps. But the files have
definitly
different contents. When I copy File1.hpp from subdir1 over File1.hpp in
dir1 and wincvs is not running then neither cvs status nor cvs diff can
detect that the file has changed. This is wrong since the project in
dir1
gets broken.

Anyone get an idea what went wrong?

Tia Markus
-- 
Entwicklungsingenieur   COLOUR CONTROL Farbmeßtechnik GmbH
Markus Niebel   Bornaer Straße 205
mail: [EMAIL PROTECTED]   D-09114 Chemnitz / Germany




binary data II

2000-07-04 Thread Rafal Kedziorski

hallo,

which version management system is the best for binary data?


regards
Rafal

--
Rafal Kedziorski echtzeit AG
fon +49 +30 884586-161   Gottfried-von-Cramm-Weg 35-37
fax +49 +30 884586-2214193 Berlin
http://www.echtzeit.de