zsh-workers
 help / color / mirror / code / Atom feed
* Missing tag for Src/.indent.pro in CVS repository
@ 1999-11-19  2:13 Adam Spiers
  1999-11-19  9:42 ` Tanaka Akira
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 1999-11-19  2:13 UTC (permalink / raw)
  To: zsh workers mailing list

Tanaka, it looks like Src/.indent.pro in your repository is missing
the zsh-3_1_6 tag, since this file is in the pure 3.1.6 tarball.  Any
chance you could add it please?  It's breaking my automatic rpm
builds.  Thanks very much!

Adam


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

* Re: Missing tag for Src/.indent.pro in CVS repository
  1999-11-19  2:13 Missing tag for Src/.indent.pro in CVS repository Adam Spiers
@ 1999-11-19  9:42 ` Tanaka Akira
  0 siblings, 0 replies; 2+ messages in thread
From: Tanaka Akira @ 1999-11-19  9:42 UTC (permalink / raw)
  To: zsh workers mailing list

In article <19991119021340.A30926@thelonious.new.ox.ac.uk>,
  Adam Spiers <adam@thelonious.new.ox.ac.uk> writes:

> Tanaka, it looks like Src/.indent.pro in your repository is missing
> the zsh-3_1_6 tag, since this file is in the pure 3.1.6 tarball.

Yes.  .indent.pro was ignored by .cvsignore until 8306 just after
bart-7.

> Any
> chance you could add it please?  It's breaking my automatic rpm
> builds.  Thanks very much!

Ok.  Hm.  I found a bug of _cvs. First non option argument of `cvs
tag' should be a new tag name instead of a filename.

Index: Completion/User/_cvs
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_cvs,v
retrieving revision 1.1.1.16
diff -u -r1.1.1.16 _cvs
--- Completion/User/_cvs	1999/11/16 09:19:34	1.1.1.16
+++ Completion/User/_cvs	1999/11/19 09:40:11
@@ -327,6 +327,7 @@
     -{F,Q,q,l,R,c,d,b,f} \
     '-r+:tag:_cvs_revisions' \
     '-D+:date:_cvs_D' \
+    ':tag:' \
     '*:file:_cvs_files'
 }
 
-- 
Tanaka Akira


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

end of thread, other threads:[~1999-11-19  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-19  2:13 Missing tag for Src/.indent.pro in CVS repository Adam Spiers
1999-11-19  9:42 ` Tanaka Akira

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).