Re: cvs : access denied

2001-11-23 Thread Richard Cobbe
Lo, on , November 22, franck routier did write: Hi, I have just installed cvs on my sid box via pat-get install cvs. It created that directory in /var/lib/ : drwxrwsr-x4 root src30 nov 22 13:29 cvs I did : adduser myuser src But when I try 'cvs -d/var/lib/cvs

Re: cvs : access denied

2001-11-23 Thread Preben Randhol
franck routier [EMAIL PROTECTED] wrote on 23/11/2001 (13:42) : Hi, I have just installed cvs on my sid box via pat-get install cvs. It created that directory in /var/lib/ : drwxrwsr-x4 root src30 nov 22 13:29 cvs I did : adduser myuser src But when I try 'cvs

Re: cvs

2001-11-12 Thread Walter Tautz
On Sun, 11 Nov 2001, Tom Allison wrote: I'm having trouble setting up my CVS. Initially, I would like to be able to set up CVS on a client/server model with ssh as the login method. I'm not very clear on how to set this up on the client side. Is there anything I need to do here?

Re: cvs

2001-11-11 Thread Guy Geens
Tom == Tom Allison [EMAIL PROTECTED] writes: [CVS client/server using ssh] Tom I'm not very clear on how to set this up on the client side. Is Tom there anything I need to do here? Just set CVSROOT to an appropriate value, e.g.: export CVSROOT=:ext:[EMAIL PROTECTED]:/var/cvs And set CVS_RSH:

Re: cvs

2001-11-11 Thread Colin Watson
On Sun, Nov 11, 2001 at 02:48:33PM +0100, Guy Geens wrote: Just set CVSROOT to an appropriate value, e.g.: export CVSROOT=:ext:[EMAIL PROTECTED]:/var/cvs [...] You can switch between CVS servers by changing the CVSROOT environment variable. Most of the time, you don't even need to do that:

Re: cvs

2001-11-11 Thread Tom Allison
Colin Watson wrote: On Sun, Nov 11, 2001 at 02:48:33PM +0100, Guy Geens wrote: Just set CVSROOT to an appropriate value, e.g.: export CVSROOT=:ext:[EMAIL PROTECTED]:/var/cvs [...] You can switch between CVS servers by changing the CVSROOT environment variable. Most of the time, you don't

Re: cvs

2001-11-11 Thread Tom Allison
Colin Watson wrote: On Sun, Nov 11, 2001 at 02:48:33PM +0100, Guy Geens wrote: Just set CVSROOT to an appropriate value, e.g.: export CVSROOT=:ext:[EMAIL PROTECTED]:/var/cvs [...] You can switch between CVS servers by changing the CVSROOT environment variable. Most of the time, you don't

Re: cvs

2001-11-11 Thread Colin Watson
On Sun, Nov 11, 2001 at 09:20:38AM -0500, Tom Allison wrote: I want to load /usr/local/mozilla as part of PATH. I thought I could do this under .profile - but I either fat-fingered something or it just ignored it. Similarly, I have added 'export CVSROOT=/var/lib/cvs' to .profile. But when

Re: cvs

2001-11-11 Thread Colin Watson
On Sun, Nov 11, 2001 at 09:21:33AM -0500, Tom Allison wrote: Colin Watson wrote: Usually, to avoid confusion, I don't even do that: I just set the cvsroot for the few commands that need it using the -d switch. For example: cvs -d :ext:[EMAIL PROTECTED]:/var/cvs co foo cvs -d

Re: cvs

2001-11-11 Thread Tom Allison
Colin Watson wrote: On Sun, Nov 11, 2001 at 09:20:38AM -0500, Tom Allison wrote: I want to load /usr/local/mozilla as part of PATH. I thought I could do this under .profile - but I either fat-fingered something or it just ignored it. Similarly, I have added 'export CVSROOT=/var/lib/cvs' to

Re: cvs

2001-11-11 Thread Jeronimo Pellegrini
created group 'cvs' added myself to group cvs cd /var/lib/cvs chgrp -R cvs . chmod ug+rwx . CVSROOT (I got this stuff from /usr/doc/cvsbook/cvsbook_4.html#SEC50) all the files in /var/lib/csv have the permission/ownership of drwxrwsr-x rootcvs CVSROOT drwxr-sr-x root

Re: cvs

2001-11-11 Thread Tom Allison
Are you sure you're in group cvs? try groups, and it will tell you... I think you need to log out and then login again after adding yourself to a group. J. groups shows that I am a member of: tallison audio cvs :(...

Re: cvs

2001-11-11 Thread Jeronimo Pellegrini
groups shows that I am a member of: tallison audio cvs :(... Hm, reading agai nyour message, I see that: cd /var/lib/cvs chgrp -R cvs . chmod ug+rwx . CVSROOT (I got this stuff from /usr/doc/cvsbook/cvsbook_4.html#SEC50) all the files in /var/lib/csv have the permission/ownership of

Re: cvs

2001-11-11 Thread Tom Allison
Jeronimo Pellegrini wrote: groups shows that I am a member of: tallison audio cvs :(... Hm, reading agai nyour message, I see that: cd /var/lib/cvs chgrp -R cvs . chmod ug+rwx . CVSROOT (I got this stuff from /usr/doc/cvsbook/cvsbook_4.html#SEC50) all the files in /var/lib/csv have the

Re: cvs

2001-11-11 Thread Tom Allison
Jeronimo Pellegrini wrote: groups shows that I am a member of: tallison audio cvs :(... Hm, reading agai nyour message, I see that: cd /var/lib/cvs chgrp -R cvs . chmod ug+rwx . CVSROOT (I got this stuff from /usr/doc/cvsbook/cvsbook_4.html#SEC50) all the files in /var/lib/csv have the

Re: cvs

2001-11-11 Thread Guy Geens
Tom == Tom Allison [EMAIL PROTECTED] writes: Tom But when I (as joe-user) do: cd ~/myproject cvs import -m Import Tom Source myproject fatco1 rel0 I'm pummelled with Permission Tom Denied... You should set the CVSUMASK variable. It doesn't matter as long as you're the only one working on the

Re: cvs

2001-11-11 Thread Richard Cobbe
Lo, on Sunday, November 11, Tom Allison did write: I'm having trouble setting up my CVS. SNIP While it looks like most of your questions have been answered, I'd like to point out that there's a mailing list for questions and discussions specifically related to CVS. To subscribe, send mail to

Re: CVS melange de plusieurs projets

2001-10-29 Thread William Dodé
Charles Goyard wrote: Le ven 26 oct 2001 14:22:52 GMT, William Dodé a écrit : Comme ca, quand tu fais un update (ou un commit) dans A, il fait de meme dans X. C'est l'inverse que je cherche ! ne pas aller dans X A ce moment là, avec ton CVS organisé comme ça : /A /B /X pour

Re: CVS melange de plusieurs projets

2001-10-26 Thread William Dodé
Laurent Martelli wrote: William Bref, c'est peut-être pas très clair, En effet :-) J'ai 3 projets, A, B et X, A et B on besoin de X donc j'ai une arbo comme ça : /A/x /B/x Si je commit A, je vais commiter x en même temps. Hors je voudrais pouvoir garder des versions différentes de x

Re: CVS melange de plusieurs projets

2001-10-26 Thread Charles Goyard
Le ven 26 oct 2001 09:44:35 GMT, William Dodé a écrit : Laurent Martelli wrote: William Bref, c'est peut-être pas très clair, En effet :-) J'ai 3 projets, A, B et X, A et B on besoin de X donc j'ai une arbo comme ça : /A/x /B/x Moi je verrais plutôt : /A /B /X Si je commit

Re: CVS melange de plusieurs projets

2001-10-26 Thread Thomas Labourdette
On Fri, Oct 26, 2001 at 11:18:31AM +0200, William Dodé écrivait: [...] Par exemple le site A est critique et préfère rester avec la dernière version stable de X, par contre le site B est moins critique et me permet de tester la dernière version béta de X... En plus de ce qui a déjà été dit,

Re: CVS melange de plusieurs projets

2001-10-26 Thread Charles Goyard
Le ven 26 oct 2001 11:18:31 GMT, William Dodé a écrit : Charles Goyard wrote: Le ven 26 oct 2001 09:44:35 GMT, William Dodé a écrit : Laurent Martelli wrote: William Bref, c'est peut-être pas très clair, En effet :-) J'ai 3 projets, A, B et X, A et B on besoin de X

Re: CVS melange de plusieurs projets

2001-10-26 Thread Pes
Ca me parait pourtant classique, mes projets sont des sites en PHP, X c'est des classes génériques. Les sites A et B utilisent donc les mêmes classes génériques, mais pas forcément les mêmes versions. Par exemple le site A est critique et préfère rester avec la dernière version stable de X,

Re: CVS melange de plusieurs projets

2001-10-26 Thread Martin Quinson
On Fri, Oct 26, 2001 at 11:18:31AM +0200, William Dodé wrote: Charles Goyard wrote: Le ven 26 oct 2001 09:44:35 GMT, William Dodé a écrit : J'ai 3 projets, A, B et X, A et B on besoin de X donc j'ai une arbo comme ça : /A/x /B/x Moi je verrais plutôt : /A /B /X

Re: CVS melange de plusieurs projets

2001-10-26 Thread William Dodé
Martin Quinson wrote: On Fri, Oct 26, 2001 at 11:18:31AM +0200, William Dodé wrote: Charles Goyard wrote: Le ven 26 oct 2001 09:44:35 GMT, William Dodé a écrit : J'ai 3 projets, A, B et X, A et B on besoin de X donc j'ai une arbo comme ça : /A/x /B/x Moi je

Re: CVS melange de plusieurs projets

2001-10-26 Thread Charles Goyard
Le ven 26 oct 2001 14:22:52 GMT, William Dodé a écrit : Comme ca, quand tu fais un update (ou un commit) dans A, il fait de meme dans X. C'est l'inverse que je cherche ! ne pas aller dans X A ce moment là, avec ton CVS organisé comme ça : /A /B /X pour sortir A : cvs co A cd A cvs export

Re: CVS melange de plusieurs projets

2001-10-26 Thread Gilles Filippini
William Dodé wrote: Martin Quinson wrote: On Fri, Oct 26, 2001 at 11:18:31AM +0200, William Dodé wrote: Charles Goyard wrote: Le ven 26 oct 2001 09:44:35 GMT, William Dodé a écrit : J'ai 3 projets, A, B et X, A et B on besoin de X donc j'ai une arbo comme ça :

Re: CVS melange de plusieurs projets

2001-10-25 Thread Laurent Martelli
William == William Dodé [EMAIL PROTECTED] writes: William Salut, Je bosse sur plusieurs projets, et ces projets William partagent un code en commun, lui-même constituant un projet William à part... Je me retrouve donc avec une arborescence dont William certains répertoires apartiennent

Re: cvs permissions

2001-09-19 Thread Danie Roux
On Mon, Jul 23, 2001 at 05:50:19PM +0200, Martin F. Krafft wrote: ... so i would like to change configuration remotely, and currently, i rsync the /etc trees to a local directory, update, then rsync back. however, this requires a lot of discipline, and is not a viable method with multiple

Re: cvs permissions

2001-07-28 Thread Osamu Aoki
Hi, interesting ideas. I thought about it ... On Thu, Jul 26, 2001 at 04:46:25PM -0400, Joey Hess wrote: Martin F. Krafft wrote: okay, with the preserve option i have succeeded at preserving the file permissions ... I'm not sure if the preserve option works with remote cvs checkouts btw.

Re: cvs permissions

2001-07-27 Thread dman
On Mon, Jul 23, 2001 at 05:50:19PM +0200, Martin F. Krafft wrote: | i/we operate a number of remote servers, and sometimes, configuration | is impossible because of slow links; then, vi takes 10 seconds to | start, and a keystroke is echoed in 5... unacceptable. | | so i would like to change

Re: cvs permissions

2001-07-27 Thread Nathan E Norman
On Fri, Jul 27, 2001 at 02:14:07PM -0400, dman wrote: On Mon, Jul 23, 2001 at 05:50:19PM +0200, Martin F. Krafft wrote: | CVS is pretty much exactly what i am looking for. i would love to | create a CVS repository each for every one of the remote machines. | then everyone could checkout and

Re: cvs permissions

2001-07-27 Thread Joey Hess
Martin F. Krafft wrote: okay, with the preserve option i have succeeded at preserving the file permissions If you get /etc-in-cvs to fully work, I'd really like to see a mini-howto detailing what you did. I use cvs for my home directory (and it's quite cool to walk up to a box you last used 1

Re: cvs permissions

2001-07-24 Thread Danie Roux
On Mon, Jul 23, 2001 at 05:50:19PM +0200, Martin F. Krafft wrote: ... so i would like to change configuration remotely, and currently, i rsync the /etc trees to a local directory, update, then rsync back. however, this requires a lot of discipline, and is not a viable method with multiple

Re: cvs permissions

2001-07-24 Thread Martin F. Krafft
also sprach Danie Roux (on Tue, 24 Jul 2001 08:28:59AM +0200): Sounds like you want cvsup. Uses rsync and CVS. Even promises that it can can do device inodes and hard links. i have been playing around with cvsup now after you said it, but i am not getting lucky. the files are still created with

Re: cvs permissions

2001-07-24 Thread Martin F. Krafft
also sprach Martin F. Krafft (on Tue, 24 Jul 2001 12:23:39PM +0200): i have been playing around with cvsup now after you said it, but i am not getting lucky. the files are still created with UMASK permissions, which is essentially the same as CVS. plus, i haven't been able to figure out how to

Re: cvs permissions

2001-07-23 Thread Martin F. Krafft
also sprach Andrew Agno (on Mon, 23 Jul 2001 12:55:21PM -0700): Why don't you create a group who does have write access to the /etc files? because that wouldn't fix my problem, and because it would create more problems. take these two files: fishbowl:~ ls -l /etc/{passwd,wvdial.conf}

Re: cvs permissions

2001-07-23 Thread Andrew Agno
Oh, and look under the CVS repository for CVSROOT/config. There's an options called PreserverPermissions. Not sure how buggy that option is (see a google search). Andrew.

Re: cvs permissions

2001-07-23 Thread Martin F. Krafft
also sprach Andrew Agno (on Mon, 23 Jul 2001 02:52:26PM -0700): Oh, and look under the CVS repository for CVSROOT/config. There's an options called PreserverPermissions. Not sure how buggy that option is (see a google search). that's good, but it's disabled in 1.11, which is what woody uses

Re: cvs permissions

2001-07-23 Thread Osamu Aoki
On Mon, Jul 23, 2001 at 10:07:19PM +0200, Martin F. Krafft wrote: if i cvs checked these out, they'd both be root.root and both have either 0644 or 0640 permissions, because the cvs checkout creates these files within /etc according to $CVSUMASK - i.e. all files the same permissions.

Re: cvs permissions

2001-07-23 Thread Andrew Agno
Martin F. Krafft writes: also sprach Andrew Agno (on Mon, 23 Jul 2001 12:55:21PM -0700): Why don't you create a group who does have write access to the /etc files? because that wouldn't fix my problem, and because it would create more problems. take these two files: Ah, of course.

Re: cvs permissions

2001-07-23 Thread Martin F. Krafft
also sprach Osamu Aoki (on Mon, 23 Jul 2001 03:18:00PM -0700): I think CVD can run scripts upon ci/co. Write small scripts which correct and record permission. Keep those permossion record in root:root 600 file. that is an option, but it's *way* too much work, which i don't have. i wonder

Re: CVS

2001-07-14 Thread RAS
em sáb jul 14, 2001 at 03:38:59 -0300 *Douglas S. Corrêa ([EMAIL PROTECTED]) escreveu: Olá Povo! Gostaria de saber o que é o CVS (desconfio que seja algum protocolo ou método de empacotamento de arquivos)! [man cvs] DESCRIPTION CVS is a version control system, which allows you to

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-13 Thread Matthew Dalton
Eric G. Miller wrote: should i use something different? Use the -ko flag to add in CVS for the generated files to stop keyword expansion. If you want to use keyword expansion, then you have to be careful in your usage (especially with perl or shell scripts). You can change/add -k flags to

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-13 Thread will trillich
On Fri, Jul 13, 2001 at 02:41:28PM +1000, Matthew Dalton wrote: Eric G. Miller wrote: should i use something different? Use the -ko flag to add in CVS for the generated files to stop keyword expansion. If you want to use keyword expansion, then you have to be careful in your usage

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-13 Thread der.hans
Am 13. Jul, 2001 schwäzte will trillich so: how can i do that with # perl $VERSION = '$some-magic-CVS-incantation$'; OK, you've got single-quotes here again. You'll need those or $Revision becomes a variable to perl. I do: $version = '# $Revision: 1.2 $'; Don't know if the #

Re: CVS breaks Makefile -- SOLVED

2001-07-13 Thread will trillich
On Fri, Jul 13, 2001 at 02:35:37AM -0700, der.hans wrote: Am 13. Jul, 2001 schwäzte will trillich so: how can i do that with # perl $VERSION = '$some-magic-CVS-incantation$'; OK, you've got single-quotes here again. You'll need those or $Revision becomes a variable to perl.

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-12 Thread der.hans
Am 11. Jul, 2001 schwäzte will trillich so: i do h2xs -AXn MyModule to start out a new perl module, and i get -rw-r--r--1 will serensof 119 Jul 11 16:42 Changes -rw-r--r--1 will serensof 47 Jul 11 16:42 MANIFEST -rw-r--r--1 will serensof 231 Jul 11

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-12 Thread will trillich
On Wed, Jul 11, 2001 at 09:58:42PM -0700, der.hans wrote: i've done a diff on the two resulting Makefiles and there's lots, lots, lots. under RCS, all went well, under CVS, make is broken somehow. Are there actual changes or is it white space ( which cvs shouldn't mangle )? diff -b will

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-12 Thread will trillich
On Wed, Jul 11, 2001 at 07:36:28PM -0700, Eric G. Miller wrote: On Wed, Jul 11, 2001 at 06:06:23PM -0500, will trillich wrote: [snip] i've done a diff on the two resulting Makefiles and there's lots, lots, lots. under RCS, all went well, under CVS, make is broken somehow. (line 430 is

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-12 Thread Eric G. Miller
On Thu, Jul 12, 2001 at 11:26:25AM -0500, will trillich wrote: [snip] Makefile.PL contains only use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile(

Re: CVS breaks Makefile (pattern contains no % ??)

2001-07-11 Thread Eric G. Miller
On Wed, Jul 11, 2001 at 06:06:23PM -0500, will trillich wrote: [snip] i've done a diff on the two resulting Makefiles and there's lots, lots, lots. under RCS, all went well, under CVS, make is broken somehow. (line 430 is tardist : $(DISTVNAME).tar$(SUFFIX) if it's relevant) what did

Re: OT // Re: [Newbiedoc-discuss] Re: cvs server saga -- continued

2001-07-10 Thread Dave Sherohman
On Sun, Jul 08, 2001 at 11:23:23PM -0500, will trillich wrote: On Sun, Jul 08, 2001 at 11:10:15PM -0400, D-Man wrote: Maybe just touch syslog damon.log? i did that, but it didn't seem to be all that was needed. i got 'round to telinit 1 and then falling through back to runlevel 2 and all

OT // Re: [Newbiedoc-discuss] Re: cvs server saga -- continued

2001-07-09 Thread will trillich
On Sun, Jul 08, 2001 at 11:10:15PM -0400, D-Man wrote: On Sun, Jul 08, 2001 at 09:58:29PM -0500, will trillich wrote: | now that i've renamed the huge logfiles (syslog and | daemon.log among them) i've restarted various servers | (mysql, postgresql, apache) but how to i

Re: cvs server saga -- continued

2001-07-08 Thread D-Man
On Sun, Jul 08, 2001 at 09:58:29PM -0500, will trillich wrote: | now that i've renamed the huge logfiles (syslog and | daemon.log among them) i've restarted various servers | (mysql, postgresql, apache) but how to i re-establish new | syslog and daemon.log entries? surely

Re: CVS environment constants

2001-06-25 Thread Eric G. Miller
On Fri, Jun 22, 2001 at 02:53:43PM -0700, MRZ wrote: Hello again. Just wondering if there is a standard way to store the cvs constants (e.g. CVS_RSH) such that terminals automagically see them when opened. I'm using one of three terms with eterm as my favorite, so the solution would hopefully

Re: cvs/networking/aaaargh!

2001-06-22 Thread Dave Sherohman
On Wed, Jun 20, 2001 at 11:44:57AM -0700, Glen S Mehn wrote: ok, this is a wierd wierd wierd problem: And this isn't a very timely response, but it may be useful anyhow. I ahve a cvs server. I use pserver auth for it. every now and then, connections from the cvs server hang, and they seem

Re: CVS environment constants

2001-06-22 Thread Joost Kooij
On Fri, Jun 22, 2001 at 02:53:43PM -0700, MRZ wrote: Hello again. Your mail software is broken, it does not break lines at +/- position 70. Please fix it or use another program that you can fix. It is cumbersome to read and reply to. Just wondering if there is a standard way to store the cvs

Re: cvs/networking/aaaargh!

2001-06-21 Thread will trillich
On Wed, Jun 20, 2001 at 11:44:57AM -0700, Glen S Mehn wrote: ok, this is a wierd wierd wierd problem: I ahve a cvs server. I use pserver auth for it. okay, just so you know, i won't be able to help you. but maybe vice-versa... i'd like to get my potato serving cvs: where's the step-by-step

Re: CVS file permission problems

2001-04-26 Thread Nathan
On Thu, Apr 26, 2001 at 11:10:23AM -0500, Hanasaki JiJi wrote: I have created a new file and checked it into CVS. It's mode comes out as 444 in the CVSROOT subdir. Noone else can check it out. Could someone please explain this to me? Since I checked it in and left it unlocked, I would

Re: CVS para Windows Debian 2.2 Potato

2001-02-14 Thread Amaya
first last dijo: Estamos hablando de algo que necesita una licencia de 75000 pelas (por aqui £300) por ordenador, necesita una copia en cada ordenador y, palabras del administrador de la red en mi curro (MS Lover) inestable. Entiendo tu problemática. En el curro yo tuve un servidor de CVS

Re: CVS para Windows Debian 2.2 Potato

2001-02-14 Thread Amaya
Jon Noble dijo: Si no me equivoco, el CVS original funciona perfectamente como cliente en windows... Esto no lo sabía yo... lo que sí he visto es tener el árbol de CVS por NFS y luego con un ssh hacer los commits y esas cositas. Si no quieres usar la linea de comandos tambien tienes el

Re: CVS para Windows Debian 2.2 Potato

2001-02-12 Thread Jose Velasco
Quizas no me expresé correctamente en el primer mail e intentaré hacerlo ahora. Somos 2 amigos los cuales trabajamos en un proyecto comun, nuestra idea es continuar con este proyecto desde casa. Nuestra idea es poder trabajar simultaneamente sobre el mismo proyecto desde nuestras respectivas

Re: CVS para Windows Debian 2.2 Potato

2001-02-12 Thread Rodrigo Moya
On 10 Feb 2001 15:52:15 +0100, Jose Velasco wrote: Quizas no me expresé correctamente en el primer mail e intentaré hacerlo ahora. Somos 2 amigos los cuales trabajamos en un proyecto comun, nuestra idea es continuar con este proyecto desde casa. Nuestra idea es poder trabajar

Re: CVS para Windows Debian 2.2 Potato

2001-02-12 Thread Jon Noble
Hola, Si no me equivoco, el CVS original funciona perfectamente como cliente en windows... Si no quieres usar la linea de comandos tambien tienes el tkCVS. Saludos, Jon On 10.02.01 15:52:15 +0100 Jose Velasco wrote: la idea que tenemos es montar el CVS en el equipo con Linux, y

Re: CVS para Windows Debian 2.2 Potato

2001-02-12 Thread Jose Velasco
Rodrigo Muchas gracias!!! la verdad es que el WinCVS te impresiona mucho porque tiene demasiadas opciones!!! gracias por tu ayuda!! lo probare hoy o mañana y ya te contare!!! Como repito de nuevo gracias!!! Rodrigo Moya ha escrito: On 10 Feb 2001 15:52:15 +0100, Jose Velasco wrote: Quizas

Re: CVS para Windows Debian 2.2 Potato

2001-02-09 Thread Amaya
Jose Velasco dijo: Tengo una máquina con Linux en casa, concretamente con Debian 2.2 Potato, y conexión a Internet via Modem. En casa de mi amigo el tiene Windows, y estamos buscando un servidor de CVS que el puedo ejecutar bajo Windows ¿Y por qué no lo hacéis all revés? Linux de

Re: CVS para Windows Debian 2.2 Potato

2001-02-09 Thread first last
--- Amaya [EMAIL PROTECTED] wrote: Jose Velasco dijo: Tengo una máquina con Linux en casa, concretamente con Debian 2.2 Potato, y conexión a Internet via Modem. En casa de mi amigo el tiene Windows, y estamos buscando un servidor de CVS que el puedo ejecutar bajo Windows ¿Y

Re: cvs modules

2001-02-08 Thread Chris Gray
On Thu, 08 Feb 2001, Daniel de los Reyes wrote: I know this is quite dumb, but how can I see the modules inside a repository. cvs checkout needs a module to check out but I can't git it one if I can't see which modules are in the repository It might give you too much information, but you

Re: cvs modules

2001-02-08 Thread Daniel de los Reyes
El Thu, Feb 08, 2001 at 02:29:39PM -0500, Chris Gray dijo: -| On Thu, 08 Feb 2001, Daniel de los Reyes wrote: -| I know this is quite dumb, but how can I see the modules inside a -| repository. cvs checkout needs a module to check out but I can't git -| it one if I can't see which modules are

Re: cvs modules

2001-02-08 Thread Alan Shutko
Daniel de los Reyes [EMAIL PROTECTED] writes: I know this is quite dumb, but how can I see the modules inside a repository. cvs co -c -- Alan Shutko [EMAIL PROTECTED] - In a variety of flavors! The price of greatness is responsibility.

Re: cvs modules

2001-02-08 Thread Daniel de los Reyes
El Thu, Feb 08, 2001 at 02:49:06PM -0500, Alan Shutko dijo: -| Daniel de los Reyes [EMAIL PROTECTED] writes: -| -| I know this is quite dumb, but how can I see the modules inside a -| repository. -| -| cvs co -c mmm I may be doing something wrong but I get no output from that: [EMAIL

Re: cvs modules

2001-02-08 Thread Alan Shutko
Daniel de los Reyes [EMAIL PROTECTED] writes: mmm I may be doing something wrong but I get no output from that: In that case, there are no modules defined on the server. You'll have to know the path for anything you want to check out. Go bug the person who set up the server and see what

Re: cvs modules

2001-02-08 Thread Hall Stevenson
El Thu, Feb 08, 2001 at 02:49:06PM -0500, Alan Shutko dijo: -| Daniel de los Reyes [EMAIL PROTECTED] writes: -| -| I know this is quite dumb, but how can I see the modules inside a -| repository. -| -| cvs co -c mmm I may be doing something wrong but I get no output from that:

Re: cvs modules

2001-02-08 Thread Daniel de los Reyes
El Thu, Feb 08, 2001 at 03:10:16PM -0500, Alan Shutko dijo: -| Daniel de los Reyes [EMAIL PROTECTED] writes: -| -| mmm I may be doing something wrong but I get no output from that: -| -| In that case, there are no modules defined on the server. You'll have -| to know the path for anything

Re: cvs modules

2001-02-08 Thread Alan Shutko
Daniel de los Reyes [EMAIL PROTECTED] writes: uuhhh?? no modules? doesn't this output sat I do have some??? No, it shows you have directories under CVS, but no modules. Check out (cvs)Defining the module in info, or just check out the directory: cvs co com or cvs co com/s2/net --

Re: cvs modules

2001-02-08 Thread Daniel de los Reyes
El Thu, Feb 08, 2001 at 04:08:00PM -0500, Alan Shutko dijo: -| Daniel de los Reyes [EMAIL PROTECTED] writes: -| -| uuhhh?? no modules? doesn't this output sat I do have some??? -| -| No, it shows you have directories under CVS, but no modules. Check -| out (cvs)Defining the module in info,

Re: cvs y grupos de usuarios

2000-12-13 Thread David Charro Ripa
¡Que raro! Me ha llegado hoy (13 de diciembre de 2000) esta respuesta (que debe ser del 17 de Noviembre) Parece que hubo problemas en la distribución del correo-e ... pero no se perdieron :-) Gracias atrasadas, Enrique, por tu respuesta. David Una solución más flexible es usar el bit s de

Re: cvs - howto? (aviplay)

2000-11-30 Thread Johan Ur Riise
On Tue, Nov 28, 2000 at 12:41:18AM +0100, Michael Mertins wrote: Hi I'm very interested in the development of avifile. Now I heard it's going on and is updated by 'cvs'. How can I use it on my Debianbox? Do I need a package to get it all started? You need the debian package cvs. There is also

Re: cvs - howto? (aviplay)

2000-11-27 Thread Terry Hancock
Michael Mertins wrote: I'm very interested in the development of avifile. Now I heard it's going on and is updated by 'cvs'. How can I use it on my Debianbox? Do I need a package to get it all started? Btw: Is anyone going to build deb-packages of avifile? CVS = Concurrent Versioning System

Re: CVS / NFS problems

2000-11-22 Thread Brian May
Dahiroc, == Dahiroc, Patrick [EMAIL PROTECTED] writes: Dahiroc, hi all i'm having a cvs problems. when i try to make a Dahiroc, tag i get the error: cvs tag: nothing known about Dahiroc, .nfs35FE cvs [tag aborted]: correct the above error Dahiroc, first! Dahiroc, i looked

RE: cvs y grupos de usuarios

2000-11-17 Thread Cesar Talon
Es extraño... yo estuve el otro dia con lo mismo y si que me parecen bien los permisos del modulo. Aparecen como cvs:staff aunque los subi como otro usuario. Eso deberia ser el comportamiento normal, al fin y al cabo por eso se crea el usuario cvs. On 17-Nov-2000 David Charro Ripa wrote: Estoy

Re: cvs y grupos de usuarios

2000-11-17 Thread Rodrigo Moya
Estoy montando un cvs. He creado un grupo cvs. Los usuarios que pertenezcan a ese grupo deberían poder coger y subir versiones. Al importar el módulo inicial se me graban los archivos con el nombre de usuario y grupo del que lo crea. Y nadie más puede acceder a ellos a no ser que en el

Re: cvs y grupos de usuarios

2000-11-17 Thread Jose Luis Trivino
David Charro Ripa wrote: Estoy montando un cvs. He creado un grupo cvs. Los usuarios que pertenezcan a ese grupo deberían poder coger y subir versiones. Al importar el módulo inicial se me graban los archivos con el nombre de usuario y grupo del que lo crea. Y nadie más puede acceder a

Re: cvs y grupos de usuarios

2000-11-17 Thread David Charro Ripa
¿No se pueden controlar los permisos y los grupos con que el cvs escribe? Al estilo del samba con force group create mask, etc. creo que si se puede, pero es muy lioso. Lo mejor, o por lo menos lo que yo hago en estos casos, es que todas las operaciones de cvs se hagan con un único

Re: cvs y grupos de usuarios

2000-11-17 Thread Rodrigo Moya
¿No se pueden controlar los permisos y los grupos con que el cvs escribe? Al estilo del samba con force group create mask, etc. creo que si se puede, pero es muy lioso. Lo mejor, o por lo menos lo que yo hago en estos casos, es que todas las operaciones de cvs se hagan con un

Re: cvs y grupos de usuarios

2000-11-17 Thread Enrique Robledo Arnuncio
On Fri, Nov 17, 2000 at 12:33:20PM +0100, Jose Luis Trivino wrote: David Charro Ripa wrote: ¿No se pueden controlar los permisos y los grupos con que el cvs escribe? Al estilo del samba con force group create mask, etc. No estoy seguro si el método que te comento puede dar problemas de

Re: cvs over ssh

2000-09-12 Thread Holger Rauch
Hi! Try out the following: setenv CVS_RSH absolute_path_to_ssh or export CVS_RSH=absolute_path_to_ssh Then set your CVSROOT variable accordingly: setenv CVSROOT :ext:[EMAIL PROTECTED]:/cvsroot or export CVSROOT=:ext:[EMAIL PROTECTED]:/cvsroot The :ext: determines the access method, which is

RE: cvs over ssh

2000-09-11 Thread Sean 'Shaleh' Perry
$ set | grep CVS CVS_RSH=ssh $ cvs -t -d :ext:[EMAIL PROTECTED]:/cvsroot co project cvs checkout: notice: main loop with CVSROOT=:ext:ritalin:/cvsroot - Starting server: rsh ritalin cvs server permission denied cvs [checkout aborted]: end of file from server (consult above messages if

Re: cvs over ssh

2000-09-11 Thread Aaron Brashears
Sean 'Shaleh' Perry wrote: cvs -t -d :[EMAIL PROTECTED]:/cvsroot co project is the proper command with options. First, your suggestion: $ cvs -t -d :[EMAIL PROTECTED]:/cvsroot co project cvs checkout: unknown method in CVSroot: :[EMAIL PROTECTED]:/cvsroot cvs [checkout aborted]: Bad

Re: cvs over ssh

2000-09-11 Thread Sean 'Shaleh' Perry
Sorry about that, just trying things (-: cvs works for me using a command line exactly like the one you sent in the first post.

Re: cvs

2000-05-04 Thread Antonio Beamud Montero
Mª EUGENIA BELIO [EMAIL PROTECTED] writes: Estimados Señores: Jo, cuanta cortesia... ;-) Me gustaría que me dijera como se realiza un script bajo Unix que realice un control de versiones, con CVS. Soy estudiante de Ingenieria Informática y no entiendo mucho sobre este tema.

Re: CVS question

2000-04-11 Thread Gary Hennigan
Brian Lavender [EMAIL PROTECTED] writes: I have been using cvs to track development of the my latest tk/perl application. I have been coding along starting with version 1.1 cruising along and making commits along the way. I got up to version 1.7 when I realized that I wanted to back up to

Re: CVS question

2000-04-11 Thread Maciej Kalisiak
On Mon, Apr 10, 2000 at 05:17:39PM -0400, Brian Lavender wrote: Here is how I backed up. I was on version 1.7, so I deleted the file I had. I then did a cvs checkout -r 1.6 which warned me that the current file had been deleted, but gave me 1.6. I made my changes, but now and can't seem

RE: CVS server?

2000-01-18 Thread Glen S Mehn
From the CVS manual: There's no CVS Daemon. The pserver connection is run from inetd. Check out the online manual at http://www.rzg.mpg.de/~dpc/cvs/ But it won't show up in a 'ps', just like exim won't, 'cause it's run from inetd. In your /etc/inetd.conf you should have a line which reads:

Re: cvs behind a firewall?

1999-12-17 Thread Jonathan Lupa
On Thu, Dec 16, 1999 at 04:52:32PM -0500, dyer wrote: [EMAIL PROTECTED] wrote: from /etc/services I get that it uses tcp port 2401. FWIW, my /etc/services has cvs's pserver using 2401 tcp AND udp. That said, I think I remember reading in the cvs FAQ that the current implementations only use

Re: cvs behind a firewall?

1999-12-17 Thread William Burrow
On Thu, Dec 16, 1999 at 04:32:14PM +, [EMAIL PROTECTED] wrote: I'm trying to access a cvs server from behind a firewall. I don't think I'm making it through our firewall. Can anyone give me any tips or pointers to how I can do this. I can't seem to track down the ports/protocols that cvs

Re: cvs behind a firewall?

1999-12-17 Thread Ralf G. R. Bergs
On Thu, 16 Dec 1999 23:14:25 -0400, William Burrow wrote: [...] If you manage to get this to work, I'd like to know -- I've got a machine behind IP Masqerading (NAT) and cvs doesn't work properly. Of course cvs via pserver protocol works over NAT. It's a relatively simple protocol. Just make

Re: cvs behind a firewall?

1999-12-16 Thread dyer
[EMAIL PROTECTED] wrote: Hi All, I'm trying to access a cvs server from behind a firewall. I don't think I'm making it through our firewall. Can anyone give me any tips or pointers to how I can do this. I can't seem to track down the ports/protocols that cvs uses, so I don't know how to

Re: cvs over network

1999-11-11 Thread Oliver Elphick
Micha Feigin wrote: How do I use cvs over a network? I have a telnet and ftp conection to the computer who is supposed to host the cvs repository. If you have been told to connect by pserver, do this: cvs -d :pserver:[EMAIL PROTECTED]:/cvs/directory login [enter pserver password when

<    1   2   3   4   5   >