all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 'vc-next-action' shows incorrect result, but 'vc-print-log' shows correct result.
@ 2005-09-24 18:48 ChristopherMBalz
  2005-09-26 18:11 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: ChristopherMBalz @ 2005-09-24 18:48 UTC (permalink / raw)


Under Gnu Emacs 21.3.1 on WinXP SP2 with cvs, the 'vc-next-action'
command results in a message that a file is up-to-date, when that file
is in fact not up-to-date.  But 'vc-print-log' shows the correct log
(the comments entered with the changes, etc) file from cvs.  There's no
findable documentation on how to troubleshoot or avoid this situation
(assuming it's not a bug).

Any ideas?  

Thanks in advance.

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

* Re: 'vc-next-action' shows incorrect result,   but 'vc-print-log' shows correct result.
  2005-09-24 18:48 'vc-next-action' shows incorrect result, but 'vc-print-log' shows correct result ChristopherMBalz
@ 2005-09-26 18:11 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2005-09-26 18:11 UTC (permalink / raw)


ChristopherMBalz@StanfordAlumni.org wrote:
 > Under Gnu Emacs 21.3.1 on WinXP SP2 with cvs, the 'vc-next-action'
 > command results in a message that a file is up-to-date, when that file
 > is in fact not up-to-date.  But 'vc-print-log' shows the correct log
 > (the comments entered with the changes, etc) file from cvs.  There's no
 > findable documentation on how to troubleshoot or avoid this situation
 > (assuming it's not a bug).

Perhaps you need to tweak this variable:

,----[ C-h v vc-cvs-stay-local RET ]
| vc-cvs-stay-local's value is t
|
| Documentation:
| *Non-nil means use local operations when possible for remote repositories.
| This avoids slow queries over the network and instead uses heuristics
| and past information to determine the current status of a file.
| The value can also be a regular expression to match against the host name
| of a repository; then VC only stays local for hosts that match it.
|
| You can customize this variable.
|
| Defined in `vc-cvs'.
`----

-- 
Kevin Rodgers

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

end of thread, other threads:[~2005-09-26 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-24 18:48 'vc-next-action' shows incorrect result, but 'vc-print-log' shows correct result ChristopherMBalz
2005-09-26 18:11 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.