Andy Parkins <andyparkins@xxxxxxxxx> 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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html