AW: Changing the name of a branch tag

2004-10-26 Thread Bernd
Hello Spiro, Thanks for the tip. It worked. It seems that I've missunderstud the agument order in my panic about the problems with the wrong tags. Regards Bernd -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 26. Oktober 2004 11:

Changing the name of a branch tag

2004-10-26 Thread Bernd
Hello,   I've set up my first release tree and therefore I've created a brunch. I forgot to tag the first release an I've taken the first release tag as the branch tag. Is it possible to rename the branch tag via cvs or must I change the files in the repository by hand and set up the chec

Re: Recommended user architecture?

2004-05-12 Thread Bernd Fuhrmann
lready and I'd like to hear their advice. Additionally I think that it would be nice if I could allow some people access to cvs while not allowing them to login via ssh (console). Is such as thing possible and if so how (and how secure would that be)? Thanks, once again in advance,

Recommended user architecture?

2004-05-12 Thread Bernd Fuhrmann
to add all kinds of new user groups? Or would it help to create a new repository for each project? Is ssh the right choice for things like that at all? Or would pserver be better? Thanks in advance Bernd Fuhrmann ___ Info-cvs mailing list [EMAIL PROTE

Re: Strict locking for some special files

2003-12-17 Thread Bernd
ipts used? I'm running cvs as pserver on a linux machine, the clients are running M$ Software. I'll try what happens if I use cvs admin -l on the resource files but testing is not understanding and I want to understand the system. If cvs admin -l on the special files works, how can I autom

Strict locking for some special files

2003-12-16 Thread Bernd
an only be checked out locked? Files should be read only upon someone uses cvs edit. Noone should be able to use a cvs edit upon the first editor uses cvs unedit. Regards Bernd ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: I'm too stupid for this excellent shell scripts

2001-12-27 Thread Bernd Prager
Gosh! That was it. Thanks a lot. - Original Message - From: "alavoor" <[EMAIL PROTECTED]> ... > Please refer to the latest version of CVS howto at > http://www.aldev.8m.com > > Please dis-regard the old version of the CVS howto... ___ Info

I'm too stupid for this excellent shell scripts

2001-12-27 Thread Bernd Prager
.pm > > Done sedit~> scommit src/perl/Herbert.pm> You did not lock the file src/perl/Herbert.pm with sedit!!> Aborting the scommit ~> Whatever I try from this point, it doesn't work. I'm totaly confused. Please tell me, what I'm doing wrong?   Thanks a lot, -- Bernd --   Scully: "Mulder, there something out there."Mulder: "I know. I've been saying that for years."   -"The X Files"

commit emails

2001-05-21 Thread Bernd Crouse
= 1; while (@ARGV) { $arg = shift @ARGV; if ($arg eq '-m') { $users = "$users " . shift @ARGV; } elsif ($arg eq '-u') { $login = shift @ARGV; } elsif ($arg eq '-f') { ($logfile) && die "Too many '-f' a

file permission problem

2000-07-31 Thread bernd . gabelmann
- (correct: nothing for anyone) after creation cvs is not able to write into this file - and the reult is "permission denied" without the ability to add new files to the repository, cvs isn´t usable for us. you understand my devil english? bernd email: [EMAIL PROTECTED] and [EMAIL PROTECTED]

file permission problem (add and import)

2000-07-26 Thread bernd . gabelmann
d cvs creates a subdirectory this directory has the permissions d---w- !! YUCK! you know the result? correct -> permission denied... any ideas ? bernd