info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: updating files very slow on cvs


From: Mark D. Baushke
Subject: Re: updating files very slow on cvs
Date: Thu, 08 Feb 2007 10:56:10 -0800

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

om <address@hidden> writes:

> I am facing one problem while updating workspace
> as follows. The speed of checking out, checking
> in or updating files is very slow as compared to
> other people performing the same action from
> their desktops.
> 
> I tried to perform the same action from
> different workstations, but still the result is
> the same. I am not able to find out whether it
> is a network issue or something else which is
> reducing the speed.This Happens only for my
> Account, Even on Other machines
> 
> server on redhat linux
> cvs version 1.11.17
> client : TortoiseCVS and WinCVS
> 
> Any help would be appriciate.

Are you using :ext: or :extssh: ? If so, you may
wish to check your home directory on the redhat
GNU/Linux server to see if the shell startup file
for your interactive shell (e.g., ~/.cshrc for
/bin/tcsh or ~/.profile or ~/.bashrc for
/bin/bash) is running commands it should not be
when you are not doing an interactive login.

For C Shell (/bin/csh and /bin/tcsh), you may wish to use

    if ($?prompt) then

        # only run your interactive command shell
        # initializations here

    endif

For Bourne Shell (/bin/bash /bin/zsh /bin/ksh), you may wish to use

    if [ "z$PS1" != "z" ]; then

        # only run your interactive command shell
        # initializations here

    fi

If you are using :pserver: as the connection
method, then I have no idea what your problem
might be.

        Good luck,
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (FreeBSD)

iD8DBQFFy3JJCg7APGsDnFERAu6HAJ9p69vEaIVh7Soa1ZRkrOCQ7zhEygCdGuh1
VzTkgqr7bQOIucHrf3OHzJs=
=muPf
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]