View
By section
As outline
Fully expanded
FAQ sections
cvs
Questions
Getting account
Getting started
cvs-remote-links
CVS Clients
cvs-local-resources
common-commands
common-tasks
CVS and Eclipse
admin-commands
EDITOR-variable
no password
cvs-laptop
change-password
cvs-authoring
Administrator/mkpasswd
CVS account name
Cygwin home dir
Cygwin CR/NL problems
Who gets one?
anonymous access
SCCS/RCS/CVS conversion
Failed to connect . . .
cvs update is slow
cvs mail
Cygwin copy & paste
CVS Web Interface
SVN vs CVS
CVS on the Mac
|
| |
cvs update is slow Christopher Brooks, 29 Oct 2001 Last updated: 17 Apr 2002
There are many reasons why cvs update
could be slow.
Network Connectivity
The most common reason for CVS to misbehave is poor
network connectivity.
If you have DSL, see the
DSL Troubleshooting FAQ.
Below are some things to try:
- Reboot - Often the quickest solution.
- In a separate window, trying pinging gigasource
while running the cvs command, and then hit
Control-C
and look for dropped packets in the output.
ping -t gigasource
SSH has a hard time with packet loss greater than 3%.
- Be sure that names are properly being resolved, try
nslookup gigasource
- Sometimes it seems like starting over and checking
out a new tree is necessary. This is especially true
if you have been having network connectivity problems
because of dropped packets.
- (A long shot): If no packets are getting through and your machine
is usually on the UCB EECS 171 network and now
you are at home connected via modem,
then you might have route problems
where your machine is routing 171 net packets to
the ethernet port instead of the modem.
If this is the case and you are connected via modem, run
route print
and be sure that you have no 171 network entries.
CVS
SSH
- Verify that ssh is working with
ssh -v gigasource cvs --help
| |
|