Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-24 Thread Sylvain Beucler
On Thu, Sep 20, 2007 at 08:12:51AM +0200, Jim Meyering wrote: > Paul Eggert <[EMAIL PROTECTED]> wrote: > > Jim Meyering <[EMAIL PROTECTED]> writes: > >> I'll turn off cvs soon, probably tomorrow. > > > > By "turn off cvs" do you mean to disable even read-only access to old > > versions? > > No, of

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-21 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > You don't mind the "cvs diff" delays? No. I don't do it very often. > It's easy to move such trees to git. OK, but I have dozens of them and don't want to wade through them all right now. I wouldn't be surprised if others have such trees too. > So,

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-20 Thread Eric Blake
Eric Blake byu.net> writes: > $ git checkout -b cvs-branch cvs-readonly ... > $ git branch > * cvs-readonly > master Excuse my typo (that's what I get for retyping instead of screen capture). The branch name should appear as cvs-branch, not as a copy of the cvs-readonly tag. git lets you hav

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-20 Thread Eric Blake
Paul Eggert CS.UCLA.EDU> writes: > > Jim Meyering meyering.net> writes: > > > I'll turn off cvs soon, probably tomorrow. > > By "turn off cvs" do you mean to disable even read-only access to old > versions? I hope not; I still have a bunch of old source trees, > checked out from CVS, that I

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: >> I'll turn off cvs soon, probably tomorrow. > > By "turn off cvs" do you mean to disable even read-only access to old > versions? No, of course not. Just as checking the box added "GIT" to some web menus, I presume

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Eggert on 9/19/2007 5:26 PM: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> I'll turn off cvs soon, probably tomorrow. > > By "turn off cvs" do you mean to disable even read-only access to old > versions? I hope not; I still have

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > I'll turn off cvs soon, probably tomorrow. By "turn off cvs" do you mean to disable even read-only access to old versions? I hope not; I still have a bunch of old source trees, checked out from CVS, that I occasionally need to do a "cvs diff" on.

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Eric Blake
Jim Meyering meyering.net> writes: > > I'd like to commit this, once Bruno's patch is included (partly, to make sure > > that git push privileges work). > > Go for it. The commit worked, so it looks like the user permissions have been carried over from CVS. I found that adding the following

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > I've just added a commit hook to disable commits to > gnulib's CVS repository. > > Now, any attempt to commit via cvs gives this: > > $ cvs ci -m. ChangeLog > You may not commit here anymore. Use git. > cvs commit: Pre-commit check failed >

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > Jim Meyering meyering.net> writes: >> I've just added a commit hook to disable commits to >> gnulib's CVS repository. > > There's one more commit that needs to be imported: > http://cvs.savannah.gnu.org/viewvc/gnulib/ChangeLog?root=gnulib&r1=1.1938&r2=1.1939

Re: FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Eric Blake
Jim Meyering meyering.net> writes: > > I've just added a commit hook to disable commits to > gnulib's CVS repository. > There's one more commit that needs to be imported: http://cvs.savannah.gnu.org/viewvc/gnulib/ChangeLog? root=gnulib&r1=1.1938&r2=1.1939 before we can start open commits into

FYI: commits-to-cvs disabled (switching to git)

2007-09-19 Thread Jim Meyering
I've just added a commit hook to disable commits to gnulib's CVS repository. Now, any attempt to commit via cvs gives this: $ cvs ci -m. ChangeLog You may not commit here anymore. Use git. cvs commit: Pre-commit check failed cvs [commit aborted]: correct above errors first! [