public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce•org>
To: Andy Parkins <andyparkins@gmail•com>
Cc: git@vger•kernel.org
Subject: Re: git-cvsserver won't add new content on update
Date: Thu, 18 Jan 2007 11:22:22 -0500	[thread overview]
Message-ID: <20070118162222.GE15428@spearce.org> (raw)
In-Reply-To: <200701181616.38318.andyparkins@gmail.com>

Andy Parkins <andyparkins@gmail•com> wrote:
> I am trying to use git-cvsserver to supply CVS access to my git repository.  
> The checkout worked okay, but now, during normal operation, I've made changes 
> and added content.  After a cvs update the changed files all seem to have 
> been updated as expected, however the added files are not being added.  
> However, CVS is reporting that the file is added; but it never appears.
> 
> some/sub/directory$ cvs update
> A some/sub/directory/file.c

You need to commit first to get the file completely added.
What you are seeing above is that the file was listed in
some/sub/directory/CVS/Entries so that the next commit will
know to upload the file to the server.  Until then its not
actually going to do that...

-- 
Shawn.

  reply	other threads:[~2007-01-18 16:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-18 16:16 git-cvsserver won't add new content on update Andy Parkins
2007-01-18 16:22 ` Shawn O. Pearce [this message]
2007-01-18 19:01   ` Martin Langhoff
2007-01-19  9:54     ` Andy Parkins
2007-01-19  7:21   ` Andy Parkins

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=20070118162222.GE15428@spearce.org \
    --to=spearce@spearce$(echo .)org \
    --cc=andyparkins@gmail$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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