Newbie Query: Command line option for checking out to local comp from cvs server

2005-04-10 Thread Balaji D
Hi All, Can I checkout files from cvs server(Linux) to my local machine (Windoaw based) through commandline? Please help Regards Balaji ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Newbie Query: Command line option for checking out to local comp from cvs server

2005-04-11 Thread Satya Prasad D.V
Yes. You should have the CVS binary compiled for win32 in you command search path. Normally GUI clients like wincvs install the CVS binary. You need to include the path of the binary to your search path in this case. You also need to ensure that CVSROOT and HOME variables are defined properly i

Re: Newbie Query: Command line option for checking out to local comp from cvs server

2005-04-11 Thread Russ Sherk
Balaji, This was covered recently in this group. Here is a link to the thread. http://groups-beta.google.com/group/gnu.cvs.help/browse_thread/thread/4c505fc5120b0fe7 Please direct all other questions about cvs on windows to: http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt or news://news.cvs

Re: Newbie Query: Command line option for checking out to local comp from cvs server

2005-04-11 Thread Pierre Asselin
Balaji D <[EMAIL PROTECTED]> wrote: > Can I checkout files from cvs server(Linux) to my local machine > (Windoaw based) through commandline? Sure. Just make sure the command-line client (cvs.exe) is on your Path. (If you installed one of the GUI front-ends, you almost certainly installed a comm