Re: Re: Help regarding Wincvs 2.0.2.4

Guy Rouillier <[email protected]>
Newsgroups gmane.comp.version-control.cvs.gui.user
Message-ID <[email protected]>
connect_to_smita wrote:
> Thanks a lot for the help I could setup server adn client they are 
> able to communicate using sspi protocol, but one problem i am seeing 
> now is.
> 
> I have cvsed a directory on the server. The client PC can cvs login 
> to server and can see all the files which have been cvsed in the 
> directory, when I execute "cvs status" it asks to cvs checkout first.
> but if i checkout then another directory is created which is local 
> to this client and change commited is stored as a new revision in 
> that m/c only not communicated to sever. Is there are way to mount 
> the path in server to all clients so that commit on client is 
> communicated to server.
> 
> Please help me out its in the last stage I guess then my setup 
> should be fully functional.
> 

Have you used CVS before?  What you describe is perfectly normal.  This 
is how CVS works.  No one accesses the repository on the server 
directly.  Instead, you must do a checkout of the modules you are 
interested in, which places copies of those files into your local 
"sandbox".  You then work against those sandbox copies, and coordinate 
any changes back to the server when you feel it is appropriate.

CVS was designed for a distributed development environment, where 
possibly many developers are working on the same code in parallel in 
widely dispersed locations.  Having all those developers use a single 
central file system doesn't work very well - too difficult to coordinate.

There are some very good background papers describing the design 
philosophy of CVS.  Perhaps you should take the time to read one or two.

-- 
Guy Rouillier


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/cvsgui/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/cvsgui/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[email protected] 
    mailto:[email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.