info-cvs
[Top][All Lists]
Advanced

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

RES: Problems tagging files using a macro


From: Marcelo Carvalho Fernandes
Subject: RES: Problems tagging files using a macro
Date: Thu, 6 May 2004 11:50:19 -0300

Same CVS versions ?

--------------------------
Marcelo Carvalho Fernandes
Smart Tech Consulting
www.smartech.com.br
Tel:(55)21-2532-6335




> -----Mensagem original-----
> De: Fouts Christopher (IFNA MP) [mailto:address@hidden
> Enviada em: quinta-feira, 6 de maio de 2004 11:37
> Para: 'Marcelo Carvalho Fernandes'; address@hidden
> Assunto: RE: Problems tagging files using a macro
>
>
> No...
>
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Marcelo Carvalho Fernandes
> Sent: Wednesday, May 05, 2004 5:06 PM
> To: address@hidden
> Subject: RES: Problems tagging files using a macro
>
>
> Sorry, lock.c isn't a file of proj module ?
>
> --------------------------
> Marcelo Carvalho Fernandes
> Smart Tech Consulting
> www.smartech.com.br
> Tel:(55)21-2532-6335
>
>
>
>
> > -----Mensagem original-----
> > De: address@hidden
> > [mailto:address@hidden nome de Fouts
> > Christopher (IFNA MP) Enviada em: quarta-feira, 5 de maio de 2004
> > 17:31
> > Para: address@hidden
> > Assunto: RE: Problems tagging files using a macro
> >
> >
> > Yes, that's why I'm scratching my head. The strcmp and strlen
> > functions referred are apparently in CVS's source file lock.c.
> >
> > -chris
> >
> > -----Original Message-----
> > From: address@hidden
> > [mailto:address@hidden On
> > Behalf Of Marcelo Carvalho Fernandes
> > Sent: Wednesday, May 05, 2004 4:17 PM
> > To: address@hidden
> > Subject: RES: Problems tagging files using a macro
> >
> >
> > :-) I saw calls to strlen and strncmp functions and thought there was
> > more code.
> >
> > Both systems are same version of HPUX and same shell ?
> >
> > --------------------------
> > Marcelo Carvalho Fernandes
> > Smart Tech Consulting
> > www.smartech.com.br
> > Tel:(55)21-2532-6335
> >
> >
> >
> >
> > > -----Mensagem original-----
> > > De: Fouts Christopher (IFNA MP)
> > > [mailto:address@hidden
> > > Enviada em: quarta-feira, 5 de maio de 2004 11:13
> > > Para: 'Marcelo Carvalho Fernandes'; address@hidden
> > > Assunto: RE: Problems tagging files using a macro
> > >
> > >
> > > That IS the script, one line, solely to tag files!
> > >
> > > -chris
> > >
> > > -----Original Message-----
> > > From: address@hidden
> > > [mailto:address@hidden On
> > > Behalf Of Marcelo Carvalho Fernandes
> > > Sent: Tuesday, May 04, 2004 4:55 PM
> > > To: address@hidden
> > > Subject: RES: Problems tagging files using a macro
> > >
> > >
> > > Could you post more code of your script around "cvs -d /cvsroot rtag
> > > -r b_branch BR`date +%E%m%d` proj" line ?
> > >
> > > --------------------------
> > > Marcelo Carvalho Fernandes
> > > Smart Tech Consulting
> > > www.smartech.com.br
> > > Tel:(55)21-2532-6335
> > >
> > >
> > >
> > >
> > > > -----Mensagem original-----
> > > > De: Fouts Christopher (IFNA MP)
> > > > [mailto:address@hidden
> > > > Enviada em: terça-feira, 4 de maio de 2004 17:49
> > > > Para: 'Marcelo Carvalho Fernandes'; address@hidden
> > > > Assunto: RE: Problems tagging files using a macro
> > > >
> > > >
> > > > Yes, it's a normal Unix (HPUX in my case) command line call.
> > > > Thanks...
> > > >
> > > > -chris
> > > >
> > > > -----Original Message-----
> > > > From: address@hidden
> > > > [mailto:address@hidden
> > > > On Behalf Of Marcelo Carvalho Fernandes
> > > > Sent: Tuesday, May 04, 2004 4:37 PM
> > > > To: address@hidden
> > > > Subject: RES: Problems tagging files using a macro
> > > >
> > > >
> > > > Chris,
> > > >
> > > > "date +%E%m%d" alone works in both system1 and system2 ?
> > > >
> > > > --------------------------
> > > > Marcelo Carvalho Fernandes
> > > > Smart Tech Consulting
> > > > www.smartech.com.br
> > > > Tel:(55)21-2532-6335
> > > >
> > > >
> > > >
> > > >
> > > > > -----Mensagem original-----
> > > > > De: address@hidden
> > > > > [mailto:address@hidden nome de
> > > > > Fouts Christopher (IFNA MP) Enviada em: segunda-feira, 3 de maio
> > > > > de 2004 18:38
> > > > > Para: address@hidden
> > > > > Assunto: RE: Problems tagging files using a macro
> > > > >
> > > > >
> > > > > I believe this is CVS-related rather than unix-related (per se)
> > > > > so here goes.
> > > > >
> > > > > I have an *.sh script owned by user1/group1 on system1 that does
> > > > > the following. File has rwxr-x--- permissions.
> > > > >
> > > > >       > cvs -d /cvsroot rtag -r b_branch BR`date +%E%m%d` proj
> > > > >
> > > > > which tags the b_branch of proj with the day's date, e.g.,
> > > > > BR20040503 (those are back quotes around the date command). If
> > > > > user1 runs this command on system1, where the proj file
> > > > > physically reside, it runs.
> > > > >
> > > > > Enter user2/group1 (same group) on system2. /cvsroot directory
> > > > > of system1 is NFS-mounted on system2 (I didn't set this up) so
> > > > >
> > > > >      system2:/cvsroot --> system1:/cvsroot
> > > > >
> > > > > Now when user2 executes the script, it gets
> > > > >
> > > > > Assertion failed: strncmp (repository, CVSroot_directory),
> > > > > strlen(CVSroot_directory)) == 0, file lock.c line 176 Abort
> > > > >
> > > > > We have CVS v1.10.8 (don't ask why not the latest, I did).
> > > > >
> > > > > Any clues???
> > > > >
> > > > > --------------------------------------
> > > > > Chris T Fouts
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Info-cvs mailing list
> > > > > address@hidden http://mail.gnu.org/mailman/listinfo/info-cvs
> > > > >
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Info-cvs mailing list
> > > > address@hidden http://mail.gnu.org/mailman/listinfo/info-cvs
> > > >
> > > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Info-cvs mailing list
> > > address@hidden http://mail.gnu.org/mailman/listinfo/info-cvs
> > >
> >
> >
> >
> >
> > _______________________________________________
> > Info-cvs mailing list
> > address@hidden http://mail.gnu.org/mailman/listinfo/info-cvs
> >
> >
> > _______________________________________________
> > Info-cvs mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/info-cvs
> >
>
>
>
>
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
>






reply via email to

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