zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@thelonious.new.ox.ac.uk>
To: Zsh hackers list <zsh-workers@sunsite.auc.dk>
Subject: Re: CVS (slightly off-topic)
Date: Thu, 16 Sep 1999 16:46:22 +0100	[thread overview]
Message-ID: <19990916164622.B17248@thelonious.new.ox.ac.uk> (raw)
In-Reply-To: <19990908114038.B20503@thelonious.new.ox.ac.uk>

Thanks to all who replied to my CVS questions.  After much fighting
with CVS, I've managed to set up a repository with all the necessary
branches and tags, so this will hopefully make it much easier for me
to contribute patches.  I'm taking the approach of putting all
official and pws releases in the standard vendor branch, and making my
own changes and those from zsh-workers on the main branch.  I'm
planning to only /commit/ my changes on the main branch after I've
saved a copy of the output of a `cvs diff' which can be sent to this
list, rather than messing around with tags for before and after my own
changes.

For reference, in case anyone in the future who hasn't already is
thinking of going down the CVS route, and is reading this thread,
something to be wary of is that if you do more than one import onto a
vendor branch, you have to check for any files present in the first
import but not the second.  Do a `find . -print | sort' in both
directories, and then do a

  cvs remove -f `comm -23 filelist_a filelist_b`

on the respective outputs.

I also had one weird conflict error reported in Completion/User/_cvs
when I imported 3.1.6-pws-4 which I had to deal with manually.  No
idea why.

Right, enough noise; on with the patches! :-)

Adam


  parent reply	other threads:[~1999-09-16 15:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-06 10:19 3.1.6-pws-3 Peter Stephenson
1999-09-06 11:18 ` 3.1.6-pws-3 Andrej Borsenkow
1999-09-07 16:29 ` 3.1.6-pws-3 Bart Schaefer
1999-09-08  9:00   ` CVS Peter Stephenson
1999-09-08 10:40     ` CVS (slightly off-topic) Adam Spiers
1999-09-08 13:44       ` Ollivier Robert
1999-09-08 17:26         ` Bart Schaefer
1999-09-08 20:03           ` BK & " Wayne Davison
1999-09-08 22:30             ` Bart Schaefer
1999-09-09  0:01               ` Wayne Davison
1999-09-09  7:44             ` Ollivier Robert
1999-09-09 19:01               ` Wayne Davison
1999-09-16 15:46       ` Adam Spiers [this message]
1999-09-18  7:04         ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990916164622.B17248@thelonious.new.ox.ac.uk \
    --to=adam@thelonious.new.ox.ac.uk \
    --cc=adam@spiers.net \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).