unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* CVS log
@ 2003-09-12 16:23 Luc Teirlinck
  2003-09-12 17:34 ` Stefan Monnier
  2003-09-12 18:19 ` Andreas Schwab
  0 siblings, 2 replies; 11+ messages in thread
From: Luc Teirlinck @ 2003-09-12 16:23 UTC (permalink / raw)


Is there a reasonably easy way to correct the per file CVS log entry
for an already committed change?  I inadvertently forgot a per file
entry for a recent change to Makefile.in.  I do not know how important
this is.  The change is properly documented in the Change Log.

I am just talking about:

(install-arch-indep, uninstall): Add SES manual.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-12 16:23 CVS log Luc Teirlinck
@ 2003-09-12 17:34 ` Stefan Monnier
  2003-09-12 18:19 ` Andreas Schwab
  1 sibling, 0 replies; 11+ messages in thread
From: Stefan Monnier @ 2003-09-12 17:34 UTC (permalink / raw)
  Cc: emacs-devel

>>>>> "Luc" == Luc Teirlinck <teirllm@dms.auburn.edu> writes:
> Is there a reasonably easy way to correct the per file CVS log entry
> for an already committed change?  I inadvertently forgot a per file

Use PCL-CVS's `l' command to get the log and then hit `e'
(or M-x cvs-mode-edit-log) on the log entry you want to change.


        Stefan

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-12 16:23 CVS log Luc Teirlinck
  2003-09-12 17:34 ` Stefan Monnier
@ 2003-09-12 18:19 ` Andreas Schwab
  2003-09-12 18:33   ` Stefan Monnier
  1 sibling, 1 reply; 11+ messages in thread
From: Andreas Schwab @ 2003-09-12 18:19 UTC (permalink / raw)
  Cc: emacs-devel

Luc Teirlinck <teirllm@dms.auburn.edu> writes:

> Is there a reasonably easy way to correct the per file CVS log entry
> for an already committed change?  I inadvertently forgot a per file
> entry for a recent change to Makefile.in.  I do not know how important
> this is.  The change is properly documented in the Change Log.

The only way to change a CVS log entry is to edit the repository.  The
cvs frontend does not allow that.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-12 18:19 ` Andreas Schwab
@ 2003-09-12 18:33   ` Stefan Monnier
  2003-09-12 18:36     ` Andreas Schwab
  2003-09-12 19:19     ` Luc Teirlinck
  0 siblings, 2 replies; 11+ messages in thread
From: Stefan Monnier @ 2003-09-12 18:33 UTC (permalink / raw)
  Cc: Luc Teirlinck, emacs-devel

> The only way to change a CVS log entry is to edit the repository.  The
> cvs frontend does not allow that.

cvs admin -m<rev>:<msg> <file>


        Stefan

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-12 18:33   ` Stefan Monnier
@ 2003-09-12 18:36     ` Andreas Schwab
  2003-09-12 19:19     ` Luc Teirlinck
  1 sibling, 0 replies; 11+ messages in thread
From: Andreas Schwab @ 2003-09-12 18:36 UTC (permalink / raw)
  Cc: Luc Teirlinck, emacs-devel

"Stefan Monnier" <monnier@IRO.UMontreal.CA> writes:

>> The only way to change a CVS log entry is to edit the repository.  The
>> cvs frontend does not allow that.
>
> cvs admin -m<rev>:<msg> <file>

Yes, you're right, I missed that.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-12 18:33   ` Stefan Monnier
  2003-09-12 18:36     ` Andreas Schwab
@ 2003-09-12 19:19     ` Luc Teirlinck
  2003-09-13  9:58       ` Eli Zaretskii
  1 sibling, 1 reply; 11+ messages in thread
From: Luc Teirlinck @ 2003-09-12 19:19 UTC (permalink / raw)
  Cc: schwab, emacs-devel

   cvs admin -m<rev>:<msg> <file>

I tried that, as both you and Andre Spiegel mentioned.  (I am not
familiar with pcl-cvs, although I could of course learn it if I would
need more specialized stuff than VC supports on a regular basis.)  I
usually use VC for all my RCS and CVS stuff.  This means that I am not
really used to command line CVS either.

I tried:

[bash2.05b.0 ~ 3 1] cd emacscvsdir/emacs
[bash2.05b.0 ~/emacscvsdir/emacs 3 2] cvs admin -m1.283:'(install-arch-indep, uninstall): Add SES manual.' Makefile.in
Enter passphrase for RSA key 'teirllm@swt40.swt.com': 
cvs [server aborted]: usage is restricted to members of the group anoncvs
[bash2.05b.0 ~/emacscvsdir/emacs 3 3] 

(My Emacs CVS stuff is in ~/emacscvsdir.)
Does that mean that I did something wrong or that one needs more than just
"regular" write access to the CVS to do this?

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-12 19:19     ` Luc Teirlinck
@ 2003-09-13  9:58       ` Eli Zaretskii
  2003-09-13 12:54         ` Miles Bader
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2003-09-13  9:58 UTC (permalink / raw)
  Cc: emacs-devel

> Date: Fri, 12 Sep 2003 14:19:01 -0500 (CDT)
> From: Luc Teirlinck <teirllm@dms.auburn.edu>
> 
> I tried:
> 
> [bash2.05b.0 ~ 3 1] cd emacscvsdir/emacs
> [bash2.05b.0 ~/emacscvsdir/emacs 3 2] cvs admin -m1.283:'(install-arch-indep, uninstall): Add SES manual.' Makefile.in
> Enter passphrase for RSA key 'teirllm@swt40.swt.com': 
> cvs [server aborted]: usage is restricted to members of the group anoncvs
> [bash2.05b.0 ~/emacscvsdir/emacs 3 3] 

This works for me.

> Does that mean that I did something wrong or that one needs more than just
> "regular" write access to the CVS to do this?

I think you need to be a "Project Admin" for that, but please ask
cvs-hackers and savannah-hackers about this, to be sure.

Several maintainers, including myself, are defined as admins, so any
one of them can make this change for you.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-13  9:58       ` Eli Zaretskii
@ 2003-09-13 12:54         ` Miles Bader
  2003-09-13 14:33           ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Miles Bader @ 2003-09-13 12:54 UTC (permalink / raw)


"Eli Zaretskii" <eliz@elta.co.il> writes:
> I think you need to be a "Project Admin" for that, but please ask
> cvs-hackers and savannah-hackers about this, to be sure.

Really?  I've used this command on emacs' cvs tree in the past, though
that may have been pre-savannah.

-miles
-- 
We have met the enemy... and he is us.  -- Pogo

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-13 14:33           ` Eli Zaretskii
@ 2003-09-13 13:42             ` Miles Bader
  2003-09-13 15:42             ` Luc Teirlinck
  1 sibling, 0 replies; 11+ messages in thread
From: Miles Bader @ 2003-09-13 13:42 UTC (permalink / raw)


"Eli Zaretskii" <eliz@elta.co.il> writes:
> That's my interpretation of the fact that the command worked for me,
> but not for Luc.  But if that command works for you now, my theory is
> false.

It worked for me in the past, but I haven't used it for quite a while,
so who knows.

-Miles
-- 
"Most attacks seem to take place at night, during a rainstorm, uphill,
 where four map sheets join."   -- Anon. British Officer in WW I

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-13 12:54         ` Miles Bader
@ 2003-09-13 14:33           ` Eli Zaretskii
  2003-09-13 13:42             ` Miles Bader
  2003-09-13 15:42             ` Luc Teirlinck
  0 siblings, 2 replies; 11+ messages in thread
From: Eli Zaretskii @ 2003-09-13 14:33 UTC (permalink / raw)
  Cc: emacs-devel

> From: Miles Bader <miles@gnu.org>
> Date: 13 Sep 2003 21:54:21 +0900
> 
> "Eli Zaretskii" <eliz@elta.co.il> writes:
> > I think you need to be a "Project Admin" for that, but please ask
> > cvs-hackers and savannah-hackers about this, to be sure.
> 
> Really?

That's my interpretation of the fact that the command worked for me,
but not for Luc.  But if that command works for you now, my theory is
false.  I cannot find any other perinent privileges on savannah that
could have explained the difference, though.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: CVS log
  2003-09-13 14:33           ` Eli Zaretskii
  2003-09-13 13:42             ` Miles Bader
@ 2003-09-13 15:42             ` Luc Teirlinck
  1 sibling, 0 replies; 11+ messages in thread
From: Luc Teirlinck @ 2003-09-13 15:42 UTC (permalink / raw)
  Cc: emacs-devel, miles

Eli Zaretskii wrote:

   I cannot find any other perinent privileges on savannah that could
   have explained the difference, though.

The problem was that I did not have the "enable cvs admin commands"
checkbox checked in my account information, as Mathieu Roy pointed out
to me.  Everything worked fine after that.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-09-13 15:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 16:23 CVS log Luc Teirlinck
2003-09-12 17:34 ` Stefan Monnier
2003-09-12 18:19 ` Andreas Schwab
2003-09-12 18:33   ` Stefan Monnier
2003-09-12 18:36     ` Andreas Schwab
2003-09-12 19:19     ` Luc Teirlinck
2003-09-13  9:58       ` Eli Zaretskii
2003-09-13 12:54         ` Miles Bader
2003-09-13 14:33           ` Eli Zaretskii
2003-09-13 13:42             ` Miles Bader
2003-09-13 15:42             ` Luc Teirlinck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).