Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Missing tag for Src/.indent.pro in CVS repository



In article <19991119021340.A30926@xxxxxxxxxxxxxxxxxxxxxxx>,
  Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx> 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



Messages sorted by: Reverse Date, Date, Thread, Author