permission denied by rshd while doing CVS update

2002-10-28 Thread Koti
While doing  cvs update I got an error
I am working on windows platform.

cvs update: cannot log in as local user 'pkoti', remote user 'pkoti'
cvs [update aborted]: Permission denied by rshd

Can anybody guess what could be the wrong.

Thanks,
-Koti



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



cvs: How to get last but one copy, from repository

2001-06-14 Thread Koti



Hi,
 
Just i commited few changes in a project. changes are only in 3 
files.
Later i came to now that thae last version is the best rather than 
latest
commit. So I want to delete the modifications done by last commit.
How can i do it ? I have no exact idea, I think i can do by cvs update 
-p
Can i get last nut one copy in a single cvs update. or i need to 
update
once for one file.
- KotiOff: 040 6513274 Extn: 
8842When 
one door of happiness closes, another opens; but often we look so long at the 
closed door that we do not see the one, which has opened for us. - Hellen 
Keller.


Re: CVS - Obsolete files

2001-06-14 Thread Koti

Hi,

what is diff between cvs rm and cvs delete?
I am using cvs 1.10, I never heared about cvs rm.
>From which version cvs rm is available?

Thanks,
- Koti
Off: 040 6513274 Extn: 8842

When one door of happiness closes, another opens; but often we look so long
at the closed door
that we do not see the one, which has opened for us. - Hellen Keller.

- Original Message -
From: "Larry Jones" <[EMAIL PROTECTED]>
To: "Lamar Seifuddin" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 12:43 AM
Subject: Re: CVS - Obsolete files


> Lamar Seifuddin writes:
> >
> > How can I set up CVS to checkout source directories
> > without getting the "obsolete" files?
>
> Remove them (with cvs rm).  They'll still be in the repository, just in
> the Attic subdirectory with the latest revision marked "dead", so their
> revision history will still be available.
>
> -Larry Jones
>
> He just doesn't want to face up to the fact that I'll be
> the life of every party. -- Calvin
>
> ___
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: make cvs text agnostic?

2002-08-27 Thread Koti



Hi,

I would like share my thaughts on "Having repository in one OS and development
in other OSes"

Actually I am windows developer, working on C++, VC++, etc those application
I can not develop in UNIX platforlms and at same time there is no better
source management tools on windows like CVS. So We have repositories on UNIOX
of Linix platforms and check out sources to windows platforms and do work
and commit to the repositories and I feel that It was very good. 

At same time it is not very good to trust windows systems (Linux, Unix machines
have more stable than windows machines.)
So it's better to have repositories on Unix or Linix servers irrespective
of work env.

Thanks,
-Koti

Paul Sander wrote:
[EMAIL PROTECTED]">
  
--- Forwarded mail from [EMAIL PROTECTED]



  Frederic Brehm wrote:
  
The CVS clients already do this. The problem comes when people use a file system cross mounted on several different kinds of OS, checkout on one OS, and then edit and commit on another OS.




  I wonder why people do this?  Anyway, it shouldn't matter, should it,even what Jouni says is true (see below)
  
  The practice is common in shops that have policies against committingstuff that doesn't compile, and that require single sources that compileon all of their supported platforms.  The developers tend to check outon their Unix boxes into a shared filesystem, debug and compile, thenswitch to Windows to debug and compile there, and finally commit the codefrom an arbitrary platform.
  

  
Autodetection of binary

There are enough times when autodetection gets the wrong answer that many people on this list will vigorously oppose having CVS doing this automagically.




  Jouni Heikmniemi also mentioned that 8bit text would make it difficult.  I still think that for the typical case (source code) the detection would be quite reliable.  And reversible, except if you use doublechars where one of the chars just happened to be the same as a \r or \n.
  
  Unfortunately, there are many types of source code.  For programs writtenin, say, the C language, what you say is probably true.  For messagecatalogs whose purpose is to match numbers with text in some arbitrarylanguage, it's a bit harder.Also, there are times going the other way, when a binary file iserroneously recognized as text.It is possible to build a mechanism that is accurate to any arbitrarylevel, but certain vocal members of this group seem to think that ifit can't be 100% reliable out of the box then it isn't worth implementing.
  
--- End of forwarded message from [EMAIL PROTECTED]

___Info-cvs mailing list[EMAIL PROTECTED]http://mail.gnu.org/mailman/listinfo/info-cvs