All of lore.kernel.org
 help / color / mirror / Atom feed
* CVS tag "nfs-utils-1-0-6" looks wrong
@ 2003-10-29 16:25 Chip Salzenberg
  2003-10-29 16:33 ` Chip Salzenberg
  2003-10-29 23:40 ` Neil Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Chip Salzenberg @ 2003-10-29 16:25 UTC (permalink / raw)
  To: Neil Brown; +Cc: nfs

Neil, do you know what went wrong with the CVS tags for 1.0.6?  I
fixed the one on debian/changelog and then noticed that they seem
wrong all over the module.
-- 
Chip Salzenberg               - a.k.a. -               <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CVS tag "nfs-utils-1-0-6" looks wrong
  2003-10-29 16:25 CVS tag "nfs-utils-1-0-6" looks wrong Chip Salzenberg
@ 2003-10-29 16:33 ` Chip Salzenberg
  2003-10-29 23:51   ` Neil Brown
  2003-10-29 23:40 ` Neil Brown
  1 sibling, 1 reply; 6+ messages in thread
From: Chip Salzenberg @ 2003-10-29 16:33 UTC (permalink / raw)
  To: Neil Brown; +Cc: nfs

According to Chip Salzenberg:
> Neil, do you know what went wrong with the CVS tags for 1.0.6?

BTW, the 1.0.6 tarball also omits debian/po/* adn includes the empty
and obsolete directory etc/debian.
-- 
Chip Salzenberg               - a.k.a. -               <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CVS tag "nfs-utils-1-0-6" looks wrong
  2003-10-29 16:25 CVS tag "nfs-utils-1-0-6" looks wrong Chip Salzenberg
  2003-10-29 16:33 ` Chip Salzenberg
@ 2003-10-29 23:40 ` Neil Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Neil Brown @ 2003-10-29 23:40 UTC (permalink / raw)
  To: Chip Salzenberg; +Cc: nfs

On Wednesday October 29, chip@pobox.com wrote:
> Neil, do you know what went wrong with the CVS tags for 1.0.6?  I
> fixed the one on debian/changelog and then noticed that they seem
> wrong all over the module.

I must have done "cvs tag" from the wrong directory :-)
I have now done it from the right place and all the tags look OK.

Thanks.
NeilBrown


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CVS tag "nfs-utils-1-0-6" looks wrong
  2003-10-29 16:33 ` Chip Salzenberg
@ 2003-10-29 23:51   ` Neil Brown
  2003-10-30  0:07     ` Chip Salzenberg
  0 siblings, 1 reply; 6+ messages in thread
From: Neil Brown @ 2003-10-29 23:51 UTC (permalink / raw)
  To: Chip Salzenberg; +Cc: nfs

On Wednesday October 29, chip@pobox.com wrote:
> According to Chip Salzenberg:
> > Neil, do you know what went wrong with the CVS tags for 1.0.6?
> 
> BTW, the 1.0.6 tarball also omits debian/po/* adn includes the empty
> and obsolete directory etc/debian.

When I use CVS to checkout nfs-utils, I don't get debian/po, but I do
get etc/debian.

Did you
   cvs add debian/po
and
   cvs remove etc/debian
??

Could you do that (even if you think you did), then "cvs commit" and
let me know, and I will see what "cvs update" gives me.

NeilBrown


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CVS tag "nfs-utils-1-0-6" looks wrong
  2003-10-29 23:51   ` Neil Brown
@ 2003-10-30  0:07     ` Chip Salzenberg
  2003-10-30  0:16       ` Neil Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Chip Salzenberg @ 2003-10-30  0:07 UTC (permalink / raw)
  To: Neil Brown; +Cc: nfs

According to Neil Brown:
> When I use CVS to checkout nfs-utils, I don't get debian/po, but I do
> get etc/debian.

That's probably because your "cvs update" is missing the "-d" and "-P"
flags.

>    cvs add debian/po

Did it.

>    cvs remove etc/debian

Can't do it -- not the way you mean, anyway.  You can't really remove
a directory in CVS.  That's why there's a "-P" option to "cvs update".
-- 
Chip Salzenberg               - a.k.a. -               <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CVS tag "nfs-utils-1-0-6" looks wrong
  2003-10-30  0:07     ` Chip Salzenberg
@ 2003-10-30  0:16       ` Neil Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Brown @ 2003-10-30  0:16 UTC (permalink / raw)
  To: Chip Salzenberg; +Cc: nfs

On Wednesday October 29, chip@pobox.com wrote:
> According to Neil Brown:
> > When I use CVS to checkout nfs-utils, I don't get debian/po, but I do
> > get etc/debian.
> 
> That's probably because your "cvs update" is missing the "-d" and "-P"
> flags.
> 

Ahhh.  Thanks.  "You learn something new every day".

I guess there is some reason why the whole thing isn't more
transparent....

The next release will have all the right bits in it.

NeilBrown


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-10-30  0:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-29 16:25 CVS tag "nfs-utils-1-0-6" looks wrong Chip Salzenberg
2003-10-29 16:33 ` Chip Salzenberg
2003-10-29 23:51   ` Neil Brown
2003-10-30  0:07     ` Chip Salzenberg
2003-10-30  0:16       ` Neil Brown
2003-10-29 23:40 ` Neil Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.