git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dirk Koopman <djk@tobit.co.uk>
To: Frank Lichtenheld <frank@lichtenheld.de>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] cvsserver: fix legacy cvs client and branch rev issues
Date: Sun, 17 Jun 2007 17:53:27 +0100	[thread overview]
Message-ID: <46756707.5020805@tobit.co.uk> (raw)
In-Reply-To: <20070617103744.GE1828@planck.djpig.de>

Frank Lichtenheld wrote:

> 
> Summary: You're (ab)using cvsserver in very interesting ways that are not
> really beeing thought of in the current design/implementation. There'll
> be dragons ;)
> 

Hmm... I think that is becoming clear. The trouble is that I am not at 
all certain that what I am doing is particularly unusual. After all, 
using git, the whole point is that working on branches or the main line 
should easy and cheap!

If it were me, I might have been inclined to always set Repository to 
'master' (or even to the name of the repository with .git removed), then 
git checkout <tag> <file> each file, one at a time, using the (<tag> || 
'master') from each Entry that is sent. So with no tag, you get the 
master copy, otherwise the <tag>ged copy - this all assuming that the 
git repo is set up correctly.

But as I am CVS read only, what is there does for me so I am not 
complaining :-) The two people that can also commit can start to use git 
and send me patches... Do them good :-)

Dirk

  reply	other threads:[~2007-06-17 16:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-16 18:50 [PATCH] cvsserver: fix legacy cvs client and branch rev issues Dirk Koopman
2007-06-17  8:19 ` Frank Lichtenheld
2007-06-17  9:10   ` Dirk Koopman
2007-06-17 10:37     ` Frank Lichtenheld
2007-06-17 16:53       ` Dirk Koopman [this message]
2007-06-17 17:20         ` Frank Lichtenheld
2007-06-17 21:27       ` Martin Langhoff
2007-06-17  8:31 ` [PATCH] cvsserver: always initialize state in argsplit() Frank Lichtenheld

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=46756707.5020805@tobit.co.uk \
    --to=djk@tobit.co.uk \
    --cc=frank@lichtenheld.de \
    --cc=git@vger.kernel.org \
    /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.
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).